Monthly Archives: October 2012

Use Sublime Text 2 to beautify HTML, CSS and JavaScript

First of all you have to install Package Control in Sublime Text 2 as I explained before. Then install nodejs in your system. In Ubuntu you can do that running this command:

sudo apt-get install nodejs-legacy

In Sublime Text 2 go to Preferences->Package Control, then “Install Package” and finally select “Sublime-HTMLPrettify”. Once installed you can execute the beautify process selecting Tools->Command Palette… and then HTMLPrettify. You will be able to go from this:

To this:

Install Skype in Ubuntu

Since Ubuntu 10.04 you can add the repository for Skype running this command:

sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"

Then installing Skype is as easy as running:

sudo apt-get update && sudo apt-get install skype

Source: https://help.ubuntu.com/community/Skype