search

Loading

Monday, December 29, 2014

How to paste in putty in Ubuntu Linux

The key board short cut to paste the content from clipboard to putty terminal in Linux is Ctrl+Shift+Insert

First copy the content using Ctrl+C. This will copy the content to buffer. Then go to putty terminal and press Ctrl+Shift+insert


Saturday, November 29, 2014

How to dual boot Linux (CrunchBang Linux) and PC-BSD 10 with ZFS file system

This is a tutorial which shows how to dual boot Linux and PC-BSD 10. PC-BSD 10 uses ZFS as the file system and grub for the boot manager. I was able to successfully dual boot PC-BSD and CrunchBang Linux in my laptop.

I was able to achieve this after lots of trial and error methods. I have not found a valid guide in the internet to do it. All the tutorials were outdated or at least not working for me. I have spend a lot of time in the pc-bsd/freebsd irc channels and finally able to achieve this after trying out different suggestions from the irc members. Thanks to them all for the guidance.

Friday, October 24, 2014

How to install Mozilla Thunderbird in CrunchBang Linux

There is no Mozilla Thunderbird package in CrunchBang Linux. So if you try

sudo apt-get install thunderbird

it won't work. The Thunderbird is rebranded to Icedove in Debian. As CrunchBang is using Debian as upstream, it is Icedove in CrunchBang Linux also.

Saturday, October 18, 2014

Tuesday, August 5, 2014

How to fix " skype depends on libqtwebkit4 (>= 2.1.0~2011week13)." error in debian/crunchbang 64 bit linux

I have been using skype 4.2 version in my crunchbang 64 bit. Recently Microsoft has stopped supporting this version and users are showing an error "server failed to connect" while logging in to skype.

So I have to update skype to 4.3 to fix the issue. I'm using 64 bit crunchbang and Microsoft has only 32 it deb package for debain (which is what crunchbang is based on). So I have downloaded the deb file and when installing I was getting the below error :