Here is a list of typical DHCP server scope options that I usually configure on the Windows DHCP server. 003 Routers 006 DNS Servers 015 DNS Domain Name 249 Classless Static Routes The DCHP server automatically assigns unique IP addresses…
Category: Software
How to remove the time stamp in WordPress?
How to remove the time stamp in WordPress? Well, that depends on the theme you are using. The most common answer is to remove this code from page.php or which ever file you find this code in. I would just…
How to find file that contains a specific word in Linux and Unix.
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…
Block Spam from my WordPress Blog by turning off trackback
My blog has been inundated with spam, I do not want to block valid comments only the spammers. The trackback option is enabled and this allows spammers to post comments without registering a valid email address. Turning off trackback or…
Sendmail-largeboxes.conf displays warning for large mailboxes
The sendmail-largeboxes.cof file is used to display warnings for large mailboxes. The default configuration is hard coded to consider 40MB+ as large. Users will receive email warnings that they have exceeded the 40MB mailbox size. You can change the default…