» How to Login to an Expired root Account in Solaris


If your organisation has password aging policy set for your UNIX servers, there is a possibility that the root account may also get locked out due to the existence of an expiry date set in the /etc/shadow file. Once the root account is locked, all jobs (cron, etc) that require root privileges may start to fail. To unlock the root account on a SUN SPARC machine, you will need to:

» Manipulate Windows Registry from the Command Line


The Registry Editor, or regedit.exe, allows the import and export of Windows registry entry files from the command line. It’s usage though, could prove to be a bit restrictive from the command line. From Windows XP edition onwards, Microsoft has included another command line tool called REG, or reg.exe. This tool is able perform almost all the tasks as it’s GUI counterpart – regedit.exe.

» Recursive FTP from the Command Line


The default command line ftp client in most UNIX distributions do not support recursive downloads, even though recursive downloads is a basic feature in most GUI based ftp clients. But if you do not have access to the X-Windows or GUI, there are alternative ways to achieve the same result from the command line.

» 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.

» Workaround for Juniper VPN Split Tunneling Restriction


Split Tunneling is a networking concept which allows the user to access the corporate private network via the VPN link, and connect to the local LAN via the same or different interface. This service is usually facilitated through a program such as VPN client software application. One such application is the Juniper Network Connect.

» How to Activate Vista Administrator Account


In Windows Vista, the built-in administrator account is disabled by default. This is based on a security model adopted by Microsoft. Power Users group have also been effectively deprecated. Microsoft has made it much easier to perform normal routines as a standard user and even administrators run with limited Windows privileges and user rights by default.

» Upgrade Vista Edition to Ultimate for Free


If you have a branded PC/Laptop (eg. ASUS, HP, Dell, Sony, Gateway, Acer, Lenovo, etc) with Vista factory installed, there is a way to upgrade your edition of Vista to Ultimate for free. This trick does not work with self assembled PCs.

» Mount ISO Image Under Linux


An ISO image is a disk image file of an optical disc. The format of the disc is defined by the International Organization for Standardization (ISO). ISO 9660 is the most commonly used optical disc file system. An ISO image can also contain UDF file system which is backwards compatible with ISO 9660.