» UNIX Terminal Session Management


Have you ever encountered the dreaded “Connection closed by foreign host” message when you were logged into a remote server via SSH and you were in the middle of some important task? You have most probably just lost your session and you will have to start your task all over again. Well, you can prevent this from happening by using the screen command available in most UNIX and Linux distributions.

» How to Disable a CPU Core


Multi-core CPUs pack multiple processors into a single chip thus allowing multiple threads to run at once. Most of the time, this is a good thing. But at times, for example, when you need to run some legacy applications that are not compatible with multi-core processing, you may be required to disable the cores.

» Change Windows Domain User Password from the Command Line


You can change the Windows Domain User Account Password from the Command Line using the net command. This is applicable to Windows NT line of operating systems – NT 4, Windows 2000, Windows XP Pro, Windows Vista and so on.