Quote .:. #120 The only continent without native reptiles or snakes is Antarctica.

Happy New 2010 Year !

happy-new-2010-year

I wish every visitor of this blog Happy New Year! May your dreams come true. It’s been a long journey… which I enjoyed. I hope to bring you even more new software releases and updates this year. I will try to update and finalize programs like ComiX, Daily Garfield Reader and others. Enjoy, and see you around.

Download AppleTrailers

How to download apple trailers in linux using wget.

Service Command for Ubuntu

Have you ever wanted to have more simpler command in Ubuntu linux then running “sudo /etc/init.d/samba restart” for example. Well now you can, I’ve wrote small function that does just that. It’s very simple function, which you need to put in your /home/USER/.bashrc (or optionally in .bash_aliases file if you use one).

gSTM Configs for Perfect Privacy VPN

This is a short tutorial on how to make gSTM work with custom config files for you favourite VPN provider. This tutorial is specific for Perfect Privacy VPN service provider. But can be easily modified for any other vpn service. This tutorial will also show you how to setup firefox to use this vpn tunnels and make your DNS hidden as well.

Logical Ubuntu Keyboard Shortcuts

Here is couple of ubuntu shortcuts that I’ve customized and using. Note not all shortcuts is set yet. Will update this post, when I do.

Check DEB/RPM Package Version

To check for deb package version you can use one of the following commands: (where is [package] your actual package name).

Fix for SSH PTY Failed

Simply run the following commands:

1
rm -rf /dev/ptmx && mknod /dev/ptmx c 5 2 && chmod 666 /dev/ptmx && umount /dev/pts && rm -rf /dev/pts && mkdir /dev/pts && mount /dev/pts
Page 4 of 9123456789