Saffrongeek’s Diarylog
…..memoirs moments opened…

Ubuntu: handy commands that helps

sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list –output-document=/etc/apt/sources.list.d/medibuntu.list
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update

sudo apt-get install apache2
sudo apt-get install php5
sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql
sudo apt-get install mysql-admin
sudo apt-get install mysql-query-browser

sudo apt-get install kate

sudo apt-get install libdvdcss2

sudo apt-get install w32codecs

sudo apt-get install skype

sudo apt-get install acroread

sudo apt-get install vlc

sudo apt-get install flashplugin-nonfree

sudo apt-get install putty
sudo apt-get install audacious

echo ‘deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main’ >> /etc/apt/sources.list.d/openoffice.sources.list && sudo apt-get update
wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin && chmod +x GoogleEarthLinux.bin && ./GoogleEarthLinux.bin
sudo echo ‘deb http://dl.google.com/linux/deb/ stable non-free’ >> /etc/apt/sources.list && sudo apt-get update && sudo apt-get install picasa

sudo apt-get install dctrl-tools

10 Responses to “Ubuntu: handy commands that helps”

  1. If you have the time, could you offer an explanation for each of the applications being installed? There are plenty of Ubuntu newbies (including myself) that don’t know what half of these applications are.

    Thanks!

  2. Hi jschodde,

    Sure, at the very first free time..

    With regards,

    Harish

  3. sudo apt-get install apache2
    sudo apt-get install php5
    sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql
    sudo apt-get install mysql-admin
    sudo apt-get install mysql-query-browser

    From the commands above , the listed ones here help set up basic LAMP development stack..

  4. Kate
    Kate is a full-featured programmer’s editor with syntax highlighting for over 150 filetypes.

  5. You need codecs (decoders) to read the contents of DVDs and to be able to see multimedia files of different format.

    libdvdcss2 package helps you play dvds.

    w32codecs package is used to play some media file formats.

  6. skype

    It is standard chat, call, video conferencing application

  7. Acroread is adobe reader.

    VLC sets up VLC player which reads and plays many media formats.

    FlashPlugin Nonfree helps power browser for flash support

    Audacious is free audio/media editor.

  8. Hey Harish,.
    All are very helpfull commands..thanks for sharing to all… :)


Leave a Reply