Commands

Know the version of compiz that you are using in Ubuntu

Compiz Fusion is a window manager which uses 3D graphics hardware to create aesthetically brilliant and extremely user friendly desktop effects which is widely popular as well.compiz fusion is installed default in ubuntu 7.10 and ubuntu 8.04.To know which version of the compiz fusion you are using ,simply do the following steps.
 read more »

How to find out which version of Ubuntu I am using

Ubuntu has two ways of categorizing its version.For example Ubuntu 8.04 is also known as Ubuntu Hardy Heron.Likewise Ubuntu 7.10 is called Ubuntu Gutsy Gibbon ,Ubuntu 7.04 is called Ubuntu Feisty Fawn and so on .
 read more »

How to list PCI devices in Ubuntu

Tagged:  
  • Goto command-line terminal,applications-->accessories-->terminal and type the following

                       lspci
 read more »

How to mount/unmount CD/DVD-ROM manually, and show all hidden and associated files/folders in Ubuntu

Assumed that /media/cdrom0/ is the location of CD/DVD-ROM
 read more »

  • To mount CD/DVD-ROM
       sudo mount /media/cdrom0/ -o unhide

How to list USB devices in Ubuntu

Tagged:  
  • Goto command-line terminal,applications-->accessories-->terminal and type the following

                                  lsusb
 read more »

How to remount /etc/fstab without rebooting in Ubuntu

Tagged:  
  • Goto command-line terminal,applications-->accessories-->terminal and type the following

                               mount -a
 read more »

How to list mounted devices in Ubuntu

Tagged:  
  • Goto command-line terminal,applications-->accessories-->terminal and type,

                        mount
 read more »

How to list filesystem disk space usage in Ubuntu

Tagged:  
  • Goto command-line terminal,applications-->accessories-->terminal and type the following
          df -Th

 read more »

How to list partition tables in Ubuntu

Tagged:  
  • Goto applications-->accessories-->terminal and type the following

                            sudo fdisk -l
 read more »

Syndicate content