Knowledgebase
Search:     Advanced search
Browse by category:

Categories
 
folder Linux (42)
General Linux commands, utilities and tips
folder Windows Servers (5)
Windows NT4 / 2000 / 2003 / Exchange - usefuls tips
folder Cisco (8)
Cisco routers and switches - general tips
folder Other (2)
Miscellaneous stuff
folder Networking (8)
General networking info
folder Apache Web Server (6)
Useful tips for Apache servers
folder Electronics (1)
Covering design, applications, tips.
folder Checkpoint Firewall (2)
Checkpoint firewall1 / NG etc. tips.
folder Hardware (2)
General hardware issues


Most viewed
 
document Port forwarding using netcat.
This example shows how to create a custom xinetd service, in this case to forward radmin (port 4899) to another server using netcat. Create a file...
rating 09 Aug, 2008 Views: 7013
document How to debug Postfix
Postfix DEBUGGING 1.) If things are acting strangely here is a simple and quick first step that could save you a lot of time.   * TO...
rating 06 Mar, 2008 Views: 6750
document Cisco Router show commands
SHOW COMMANDS - CISCO ROUTERS (some command relevant to Cisco switches too) Show version - software version, config files, boot images, config...
Not rated 03 Feb, 2007 Views: 4789
document How do I create a self signed certificate for IIS?
Download and install the win32 distribution of OpenSSL from Shining Light Productions Follow the installation instructions and install OpenSSL...
Not rated 09 Dec, 2007 Views: 2254
document Blocking broadcast traffic on Cisco routers
CISCO - Blocking broadcast traffic. We've had some requests for examples of how to filter broadcast traffic. As with a lot of things in the...
Not rated 03 Feb, 2007 Views: 2190
Recent articles
 
document Removing lines of text with SED
This will remove a specific block of text between two pointers. sed '/<script type="text\/javascript"/,/<\/script>/d'...
Not rated 10 Oct, 2008 Views: 429
document Using tar to copy files between servers
This command will copy files between servers - however ownership is lost (not always a bad thing) tar -czf - directory/ | ssh user@remotehost...
Not rated 13 Jul, 2008 Views: 514
document Using ssh and tar to transfer files from server to server.
tar -cf - "<path to files>"/ | ssh <username@host> "tar -xf - " The above command transfer the files...
Not rated 06 May, 2008 Views: 400
document Adding users to groups.
gpasswd -a <username> <groupname>
Not rated 28 Apr, 2008 Views: 380
document Linux kernel build tips
make oldconfig will prompt you for only the new kernel options, while make xconfig or make menuconfig will somewhat hide the new features as they...
Not rated 18 Apr, 2008 Views: 351



RSS