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
Loading...
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!
jschodde - December 5, 2008 at 3:02 pm
Hi jschodde,
Sure, at the very first free time..
With regards,
Harish
Harish - December 7, 2008 at 11:55 am
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..
saffrongeek - December 8, 2008 at 6:27 am
Kate
Kate is a full-featured programmer’s editor with syntax highlighting for over 150 filetypes.
saffrongeek - June 27, 2009 at 11:35 am
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.
saffrongeek - June 27, 2009 at 11:38 am
skype
It is standard chat, call, video conferencing application
saffrongeek - June 27, 2009 at 11:38 am
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.
saffrongeek - June 27, 2009 at 11:53 am
Setting Up Secure Shell : Read here
http://saffrongeek.wordpress.com/2008/11/18/setting-up-ssh-secure-shell/
saffrongeek - June 27, 2009 at 11:55 am
Hey Harish,.
All are very helpfull commands..thanks for sharing to all…
Rabith - October 31, 2009 at 2:59 am
Hi all,
Installing Google Chrome ..Read this article
http://www.ubuntugeek.com/how-to-install-chromium-google-chrome-in-ubuntu-using-deb-package.html
rabithk - November 5, 2009 at 6:06 pm