|
|
| |
| Illx Code Page: |
| |
| Source | Example | Description |
| |
| moon_phase.pl |
moon phases |
the moon phases stuff on illx.org home |
| bulkuseradd.pl |
CLI |
bulk useradd (the %users must be modified though) |
| ascii_check.pl |
CLI |
nifty little prog that checks a file for 7-bit ascii compatibility |
| tail.pl |
CLI |
a perl version of unix tail -f command. (starts at EOF, as apposed to last 10 lines) |
| see descr. |
CLI |
an updated upload.cgi from CGI Programming with Perl. (here) for details |
| see descr. |
see the descr. |
the jabber server user count on illx.org home |
| dirstatus.pl |
CLI |
little script to check how many files are in a directory tree (per directory),
and the total size of all the files |
| jabber_reguser.pl |
Web/CGI reguser |
The jabber user registration script on illx.org. It has input validation,
and even notifies the administator of the jabber server when its used! |
| portxamin.pl |
CLI |
A small script that takes output from nmap, and uses fuser to examine
ports more closely, and see which programs are bound to those unknown ports |
| qmrcptchk.pl |
qmail script |
A small script that validates users on incoming mail for the
qmail mail server. It doesn't cover anything fancy, just the basics. |
| nstat |
CLI |
Script that shows nicely formatted file statistics.
Tested on Linux, Solaris, and FreeBSD.
Useful for finding hard links, and viewing the variousfile times. |