Ubuntu married wrong girl.

A letter to Ubuntu:

“Ubuntu, your latest and young wife may be more socialite, may have smooth make up and may look sleek, but she is not we had expected. She may have great touch but that is not everything. If it was must that you marry this Unity girl, you should not have divorced your other loyal and devoted wives. Polygamy and polyandry is normal in your culture. While your other wives would not disturb each other, this envious Unity hardly let one or the other work alongside her. She sulks, she breakdowns and show no compatibility with elders. Your wife may impress young and teenagers with her ‘touch’ of class but it lacks reliability and your ‘class’. With this marriage, Ubuntu you look more like your sworn enemy Windows.” Continue reading

Group and User settings in Ubuntu Raring Unity and Mate Desktop.

Ubuntu 13.04, Raring Ringtail has no Graphical User Interface or GUI for changing the User and Group Settings. Therefore default option is either to use ‘sudo usermod’ command from terminal, which is not difficult after a little practice. For all other command options use ‘usermod — help‘ at the terminal. But for those who want to do things as usual, like me, may install GUI from Gnome 2 which works for ‘Unity‘ as well as ‘Mate‘. This is the command from terminal (Control+Alt+T):

sudo apt-get install gnome-system-tools

This will install the good old GUI (we were using for past many years) in ‘System>Administration in Mate. However in Unity we have to use Dash and typing “users-admin” shall call the GUI.
All the best.

Related Posts:

Ubuntu Raring Guide Wiki

Alternative to Libre Office or Microsoft Word in Linux.

Kingsoft-screenshotFinally a near alternative of Microsoft Office /Libre/Open etc. is available in Kingsoft Office which is available for all Debian based Distros like Ubuntu 13.04/12.10/12.04/Linux Mint 15/14/13. I have successfully installed it. It is also available in RPM package for Fedora and the like distros. The screen shot is on the left.

Kingsoft Office for Linux

Kingsoft Office is an office suite developed by Hongkong/Chinese software developer which was until now using the brand name WPS (with website at wps.cn and appears to be an acronym for Writer, Presentation & Spreadsheet). Continue reading

Oracle virtual box error: Kernel driver not installed (rc=-1908) solved.

Image courtesy virtualbox dot org

VirtualBox from Oracle is a great application to run other Operating Systems within the native OS.
We installed virtualbox-4.2_4.2.12-84980~Ubuntu~quantal_amd64.deb on a machine with Ubuntu Gnome 64bit. While it showed no error in installation, but when run, it started to display following error:

Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing
‘/etc/init.d/vboxdrv setup’
as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.

So first we installed DKMS by running a command from terminal “Sudo apt-get install dkms”. This installed DKMS. Now as suggested in above error message we tried running ‘sudo /etc/init.d/vboxdrv setup’ and we were provided with another error message: Continue reading