Feeds:
Posts
Comments

Posts Tagged ‘quick reference’

To launch the AWN automatically during system starts up…
Go to System > Preferences > Sessions
In the Startup Programs tab,

Click on the Add button.
Type Avant Window Navigator or the name you like in the Name field.
Type avant-window-navigator in the Command field.
Click Ok.

This should automatically launch the AWN the next time you start up your system.

Read Full Post »

To update the system or software in the Ubuntu Linux System, I can use the following two methods.
Method 1:
Open the terminal and type
sudo apt-get update
sudo apt-get upgrade
Then it will usually check and prompt you the required space to install those updates.
Method 2:
Using the GUI screen, select System > Administration > Update Manager
It will check for [...]

Read Full Post »

A quick reference… To run program as a superuser in Ubuntu’s terminal, use the following command:
sudo -s
[enter password]

Read Full Post »