Transmission on Ubuntu Server

Transmission torrent client is one of the popular torrent client in Linux and it already include in Ubuntu Desktop Version. However , if we want to use on Server , we need to setup a bit. Step 1: Install Packages sudo apt-get update sudo apt-get install python-software-properties We need to add transmission repository to get [...]

WEP Crack with Ubuntu

We can crack WEP wireless with Ubuntu. We need to install these package. $sudo apt-get install aircrack-ng I think, iw package will be install. iw package is need for WEP wireless cracking. For sure, try this $sudo apt-get install iw After that, you can see in WEP cracking with backtrack 3. It same like in [...]

Repair Grub After Installed Win 7

I have a problem after installed Win 7. I can’t reapir grub with orignially way. I think, something wrong in Win 7 boot loader. Win 7 boot loader is not same as Win Vista. However, I could find it in Ubuntu Forum. $ sudo grubgrub > find /boot/grub/stage1 You will see hdX,Y. X and Y [...]