Ubuntu is an open source software platform that runs everywhere from the smartphone, the tablet and the PC to the server and the cloud.
Ubuntu is used by thousands of development teams around the world because of its versatility, reliability, constantly updated features, and extensive developer libraries.
If you're managing developers, Ubuntu is the best way to increase your team's productivity and guarantee a smooth transition from development all the way to production. Ubuntu is the world’s most popular open source OS for both development and deployment, from the data centre to the cloud.
And, as the Ubuntu OS converges, these same applications will be able to run on desktop, tablets, phone and even on the Internet of Things — one application across Ubuntu's full range of devices.
Source: www.ubuntu.com → Ubuntu Desktop for developers
How to exract tar.gz/bz2/tbz files :
If Your File Extension is .tar.gz (or .tgz) use this command
tar xvzf file.tar.gz
x: This tells tar to extract the files.
v: This option will list all of the files one by one in the archive. The “v” stands for “verbose.”
z: The z option is very important and tells the tar command to uncompress the file (gzip).
f: This options tells tar that you are going to give it a file name to work with.
** If Your File Extension is .tar.bz2 (or .tbz)**
The major difference between these two is that the z option has been replaced by the j option.
New versions of Ubuntu are released by Canonical every 6 months. Every two years, the release is a Long Term Support version.
Support lifespan
What support means
a2ensite - a script that enables the specified site (which contains a block) within the apache2 configuration by creating symlinks within /etc/apache2/sites-enabled
apache2 - popular web server. Alternative web servers are tomcat, nginx, etc.
openssl - SSL works by using a private key to encrypt data transferred over an SSL-enabled connection, thus thwarting eavesdropping of information. Use openssl to generate keys and certificates.
vim - a popular text editor