Validating a username and password pair against a remote RADIUS server is an easy task in PHP. This page shows two methods via which credentials can be checked using the RADIUS protocol.
You can use the following commands to scan a netblock for the presence of systems with an SNMP service which still use the community strings "public" and/or "private".
The purpose of this small message is to show how you can configure a static IP address in Debian Linux. I know that other sites have more detailed explanations on this (and the man page too), but I put it here mostly as a reminder to myself.
Show all packets received from host 123.123.123.123 tcpdump -r $i src host 123.123.123.123
Show all TCP packets received from host 123.123.123.123 except the RCP RESET packets tcpdump -r $i src host 123.123.123.123 and tcp[tcpflags] & tcp-rst==0
Show all UDP packets received from host 123.123.123.123 tcpdump -r $i src host 123.123.123.123 and udp
Show all ICMP packets received from host 123.123.123.123 tcpdump -r $i src host 123.123.123.123 and icmp
Name-based virtual hosts use multiple host names for the same webserver IP address. This post show how you can create name-based virtual hosts using the iisweb command-line utility.
This page explains how you can script the creation of new domains in a Windows DNS server using the dnscmd utility.
For one of my projects, I needed to find a way to redirect requests from local machines to for example google.com to a local webserver. To accomplish this, I setup a DNS server, made sure that all the local machines were using this DNS and added google.com in this DNS server to redirect to my local server.
The following table translates the traditional netmask format to its CIDR notation. Additionally you can see how many addresses can exist in a subnet with a certain netmask.