Posted on August 13th, 2009 by linux
After power up my vmware virtual machines on the Ubuntu I have had a problems using arrow keys when my mouse pointer was captured by the console. Could no move at all and I had to use and Num pad on my keyboard to move around which was really annoying since I could not [...]
Filed under: Administration, Linux, Ubuntu, vmware | Comments Off
Posted on June 13th, 2008 by linux
Sometimes you encounter situation when you need a perl module to support your program but perl module is not available from standard linux repositories. Installing perl module from source code is not always good idea so what would be the best is to create package for a particular module using dh-make-perl command. In my case [...]
Filed under: Administration, Debian, Linux, Perl, Ubuntu | No Comments »
Posted on June 4th, 2008 by linux
When documenting my server installation I needed to have a list of packages installed on my server. dpkg –get-selections is great help but it returns values/packages each on separate line including “installed” keyword. This command returns list of installed packages in the single block separated with single space:
dpkg –get-selections | awk ‘{ print $1; }’| [...]
Filed under: Administration, Commands, Debian, Linux, Ubuntu | No Comments »