Fix “Archive directory /var/cache/apt/archives/partial is missing” error
After deleting some .debs from /var/cache/apt, there was an alert displayed in my Ubuntu system tray. When I tried to install anything via apt-get or run a system upgrade, I was annoyed with this message: “Archive directory /var/cache/apt/archives/partial is missing”. Searching through Google I came to know this solution and it worked for me. You [...]
Get rid of stupid “NoClassDefFoundError” in Ubuntu
We use a small Java application to monitor SMS services in our company. This client application connect to the server via internet, means I can monitor the services from anywhere. It was working fine both on Windows as well Ubuntu. Three days earlier when I was cleaning up some applications after Ubuntu File System got [...]
Wordpress: How to remove Page forbidden error while updating general options
Recently I had a new Wordpress installation over a new domain. Everything went fine except an option page error. While updating General Options I got the my dashboard page redirected to my blog front end & gave me a Page not found error. Searching through Wordpress forums, I came through this solution. It’s easy to [...]