This trick will let you subscribe to Spotify Premium outside US. All you need is a Entropay card.
Category Archives: Tutorial
Asepsis: Get rid of .DS_Store files on OS X
This tutorial lets you remove .DS_Store files on Mac safely, which are all over the place and mess with your project folders.
Play Music files in Terminal in OS X
OS X’s built in afplay CLI utility lets you play music in background without leaving the shell.
5 Plugins to Power Up Quick Look on Mac for browsing code
Quick Look on Mac can be a great feature for browsing text files or code. These five plugins will make this feature even better.
Share your localhost with the world using ngrok
ngrok is a small command line utility which lets people on different network to access your localhost. It does this by creating a tunnel from one of its subdomain (xyz.ngrok.com) to your localhost.
How to enable Facebook Public Profiles
Facebook Public Profiles, a very important feature specially for bloggers who want to show their Facebook profile on their website. It’s a very nice and easy way to interact and stay connected with your blog’s readers. But we all know that nothing is easy on Facebook. If your public profile is disabled then it […]
Remove Sync.Me “cheap call” spam from your iPhone Contacts
AppleScript to Remove Sync.Me (SmartSync) “cheap call” spam voip-URL from your iPhone Contacts book. You can use it to remove any other URL field as well.
How to delete all Facebook messages at once
There is a huge list of features that are still missing on Facebook, and one of them is the power of deleting multiple messages at once. Some people don’t like keeping messages in their inbox but they have to as it’s a very difficult task to delete conversation one by one. Moreover there’s not just […]
PHP5.4, Imagemagick & Pecl Installation [Ubuntu]
After upgrading to PHP 5.4.x, by using source compilation method, I realised our PHP was missing imagemagick extension. ImageMagick is replacement for php’s default GD library which WordPress uses for creating thumbnails on the fly. Using ImageMagick WordPress plugin, you can tell WordPress to use ImageMagick rather than PHP’s default GD library. But for this to […]
Compiling ghostscript 8.71 from sources
Compiling ghostscript 8.71 from sources on ubuntu. Including workaround for error ” warning: implicit declaration of function ‘gettimeofday’ [-Wimplicit-function-declaration]”