|
Most viewed
|
| |
 |
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...
|
|
 |
09 Aug, 2008 |
Views: 7013 |
|
|
|
 |
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...
|
|
 |
06 Mar, 2008 |
Views: 6750 |
|
|
|
 |
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 |
|
|
|
 |
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 |
|
|
|
 |
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
|
| |
 |
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 |
|
|
|
 |
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 |
|
|
|
 |
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 |
|
|
|
 |
Adding users to groups.
gpasswd -a <username> <groupname>
|
|
| Not rated |
28 Apr, 2008 |
Views: 380 |
|
|
|
 |
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 |
|
|
|
|