Category How-To

How to upgrade to Linux Mint 15

Linux Mint 15 RC is out. If you are using Mint 14 and want to move to new version you can follow the steps below. Waring: It is not recommended method and should be followed only at your own risks. Recommended method of…

Share Files in Linux

How to Share files in Linux? In order to share files in Linux, you need to have following installed in your system. samba samba-common If it is not installed, first install it. To Install: sudo apt-get install samba Once the…

How to remove windows default share?

Windows default share C$, D$ etc are recreated on machine restart or restarting the server service. To remove these share we can add a batch file which will remove the share. This batch file can be executed every time the…

MAC Address Spoofing

To change MAC-Address for a Network card in Windows Registry: Click Start – Run, type “regedit” Navigate to [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318] HKEY_LOCAL_MACHINE \SYSTEM \CurrentControlSet \Control \Class \{4D36E972-E325-11CE-BFC1-08002BE10318} 3. Under this key, you shoud see numbers in sequence as “0000″, “0001″ and so…

Compiling and Installing Custom Linux Kernel

Compiling and Installing Custom Linux Kernel The below mentioned steps will work in Ubuntu or debian like systems. I have tested it on Ubuntu 10.10. Download and unzip(preparing) sudo apt-get update sudo apt-get install kernel-package libncurses5-dev fakeroot wget bzip2 Download…