• Learn how to Run Mac Snow-Leopard on Ubuntu using Oracle Sun Virtual-box
  • Are you a Turbo C++ addict/? Learn how to emulate Turbo c++ with Dos-box in a few steps.
  • Ubuntu's purple love-- A Clean and minimalistic wallpaper for your Desktop.

Compass.app on Ubuntu for free



I've been using SASS and Compass for close to a year now, SASS particularly with compass, is great for CSS authoring. Some of its key features like nested selectors, variables, mixins and functions are now invaluable to me.

Installing and using SASS and Compass is fairly simple and easy on Ubuntu or any other OS for that matter, but since its a command line application it has to be used from the terminal. Using it from the terminal is fine and most of the time we just need to use the compass -watch command to auto detect changes and compile sass files to css. But its always nice to have a nice and clean GUI app that can do all the work for you.

Compass.app is a front-end for Compass, and is written in Java(Jruby) so it can run on Linux, Mac and Windows. The app itself is not free for download, but since the developers have made it open-source you can legally compile your own copy by downloading the source from their git repo.

Here's how I compiled my copy of Compass.app
 
Make sure you have the official JDK or open-jdk installed before you proceed any further.

sudo apt-get install openjdk-6-jdk
or
sudo apt-get install openjdk-7-jdk

Download the latest copy of Jruby from here

and extract it to your home folder then rename the folder to .jruby

Open terminal(Ctrl+Alt+t) and enter the below command to add jruby to system path.
echo PATH=\$PATH:\$HOME/.jruby/bin >> .bashrc

Open a new terminal and run the below command to install rawr package manager
jruby -S gem install rawr --source http://gems.neurogami.com

Clone the Compass.app source from github
git clone git://github.com/handlino/CompassApp.git "CompassApp"
or if you don't have git installed use the below command to install it.
sudo apt-get install git

Change Directory to CompassApp folder
cd CompassApp

Finally compile CompassApp
jruby -S rake rawr:bundle:all

Once the compilation is finished you should have the compiled app inside CompaassApp/packages/linux run the run.sh file to start the app.

















Update:  Download and run this script inside the folder CompaassApp/packages/linux. The script will move compass.app folder to your home and create a .desktop shortcut for accessing compass from your unity dash.












Python script to fetch mp3 files from ex.fm

Its been just a few months since I started learning Python and I've already managed to learn a range of new things. I find python so easy to write that I've started to use it for all kinds of things. Yesterday I wanted to fetch some mp3 files from ex.fm so I started looking for quick and dirty way to do it. 

Dark Ambiance theme for Ubuntu 12.10



Ever since I upgraded to Ubuntu 12.04 I've somehow managed to keep my Desktop look nice and clean with Dark context menu and nautilus sidebar.

Flask support for SublimeText



This is my first blog post of the year. I like to confess that I'd actually lost interest in this blog for all this time because of my college and work commitments. However, I've decided to start blogging again and publish at least one post per month.

Mic not working in Ubuntu 12.04-- Solved



Ever since I upgraded to Ubuntu 12.04 I 'd been experiencing problems with my mic, for some reason ALSA did not recognize my internal/external mic. So I went on looking for a fix on google and found a temporary solution which was installing pulse-audio controller and tweaking the input sound settings. But I had to fiddle with pulse-audio controller every time I had to use my mic. Since this wasn't a real fix I continued searching, but all I could find was bug reports filled with launchpad and a few askubuntu answers which were of no use.

Inner Shadow effect using Gimp



I've been using Gimp for quite some time now, and it may not be as powerfull as photoshop but currently it's the best possible alternative to Photoshop you could find. Gimp is Open-source photo editing tool and is versatile in nature as it supports python scripting which allows users to add additional functionality to it.

Using URL alias in Firefox



Having Aliases for Url's can be a real time saver on web-browsers, I myself sometimes have trouble remembering the simplest url.