Archive for April, 2010

Sunday, April 18th, 2010 at 5:49pm

Sending any application to system tray

Posted by Brian Higgins in Ubuntu

The AllTray utility allows you to send any running application to the SysTray in Ubuntu. Use Aptitude to install it:
$ sudo apt-get install alltray
Once installed, there are two ways to use it.

You can apply the AllTray option adhoc to active applications using APPLICATIONS –> ACCESSORIES –> ALLTRAY and clicking on the active window / application [...]

Wednesday, April 7th, 2010 at 4:25pm

Change Ubuntu’s hostname

Posted by Brian Higgins in Ubuntu

To change a hostname in Ubuntu’s current session:
$ sudo hostname -b newHostName
To make the changes permanent for future boots, backup your current config:
$ sudo cp -p /etc/hostname /etc/hostname.backup
then edit and save changes in your /etc/hostname file:
$ sudo gedit /etc/hostname
* NOTE: If you have the hostname variable as part of your cmdlin prompt in terminal [...]

Sunday, April 4th, 2010 at 7:23pm

The difference between su and sudo in Ubuntu.

Posted by Brian Higgins in Ubuntu

In Ubuntu, root has no password. Since you typically do not use the root account natively, this is not an issue in most normal-use circumstances. When the need does arise for temporary root permissions in a terminal session, you typically preface each cmdlin syntax with the command “sudo”.
The command “su” stands for “super user”. [...]

© 2010 B r i a n H i g g i n s . c o m: . :   Just   Another   Personal   Website   : .