Tutorials and step by step Instructions

How to keep the system up-to-date in ubuntu

Posted in:Tips 'n Tricks
It is important to have the system updated with the latest patches, security fixes and package upgrades from the repositories. Ensure that the correct repositories are enabled by going to  System --> Administration --> Software Sources Then open the command-line terminal: Applications --> Accessories --> Terminal Update the repositories by typing the following command sudo apt-get update

How to use manpages to display command-line options

Posted in:Tips 'n Tricks

Most programs and commands have a help manual or screen, named "manpages".

Follow the steps to know how manpages are used.

How to find out the Kernel version of the Ubuntu release you're using

Posted in:Tips 'n Tricks

 

 Go to applications->accessories->terminal    And then type uname -r

How to find a package in Aptitude

Posted in:Tips 'n Tricks
Aptitude is a menu-driven version of apt. It is invoked from the command-line terminal. Applications --> Accessories --> Terminal then type aptitude in terminal and press enter

How to find a package with Apt

Posted in:Tips 'n Tricks
Open a command-line terminal: Applications --> Accessories --> Terminal Search for a package-name in the cache. sudo apt-cache search <package-name>

How to find a package in synaptic package manager

Posted in:Tips 'n Tricks
Open Synaptic: System --> Administration --> Synaptic Package Manager Press the Search button and enter the search item.

How to increase internet speed in ubuntu

Posted in:Tips 'n Tricks

Internet speeds in Ubuntu can be increased. Simply follow the steps.

Open a Terminal via Applications->Accessories->Terminal  and type the following

                          sudo vim  /etc/sysctl.conf         (press i for edit mode)

How to install a packages with Synaptic Package Manager

Posted in:Tips 'n Tricks
Start Synaptic Package Manager: System --> Administration --> Synaptic Package Manager Search for a complete or package using the Search Button. Click the box(es) of the package(s) to be installed; it/(they) will be entered into the installation queue. Press "Apply". Synaptic calculates the dependencies and installs the selected package as well as the packages on which it is dependent.

How to install nVidia and ATI graphic drivers in ubuntu

Posted in:Tips 'n Tricks
Go to System > Administration > Restricted Drivers Manager and turn on the driver.(In Ubuntu 8.04 Go to System > Administration > Hardware drivers ) Reboot Some users may receive an error screen: "The software source for the package nvidia-glx-new is not enabled." This can be overcome by going to System > Administration > Software Sources and ticking all the boxes under the heading "Downloadable from the Internet", click close and then allow Ubuntu to reload the package lists. The NVidia drivers can then be enabled using the method above.

How to open VLC automatically when you insert a DVD

Posted in:Tips 'n Tricks

Some users may run into problems using Totem to play DVDs. Totem is the default program for DVD-playback in Hardy, and there is no obvious way to change it. A lot of tips that worked in previous versions no longer work. The main problem is that VLC does not register itself as a DVD-capable application. These steps will set VLC media player as your default DVD player.

writeforus