The find and grep command is very handy when searching for files that contains a specific word. Both the find and grep commands are universal in Linux and Unix and the syntax is very similar. Below is an example. find…
How to extend a disk volume in Windows 2003, Windows XP, Windows 2000.
Diskpart can be used to extended the volume in Windows. I have listed the steps and results below on how I did it on my computer. This is with the understanding that you have already added the the new hardisk…
How to manually install the DPM 2007 Agent.
Below is an excerpt from Microsoft Technet. Installing Protection Agents Manually You can install protection agents manually. To manually install a protection agent, use the command line options in the following procedure. You can also install a protection agent independently…
Manage Microsoft Windows 2003 Active Directory Users and Computers from Windows XP
If you want to manage Windows 2003 Active Directory from your local computer without having to RDP to the domain controller, then you must install the Windows 2003 Administration Tools Pack. This tool can be installed on Windows XP computer…
How to mount a volume with a different mount point in Aix ?
I ran across a situation where my volume was running low on free disk space. In order to prevent my application from crashing, I had to either expand the volume or move the application files to a larger volume. Well,…
How to include a HTML file in a PHP-Nuke module.
From what we have said about the structure of a PHP-Nuke module (see Section 21.1), it is easy to include a HTML file in a module – all we have to do is use the PHP include command, to include…