Section: .. / linux / admin /
Recommended UNIX/Linux Links: Linux Ftp Watcher, Linux Links by Goob, KMFMS, Linux Web Watcher, LinuxHQ, LWN daily, Slashdot, LinuxWorld, Focus on Linux, Linux Resources, Linux Center, Linux Life, Woven Goods, Freshmeat, UnixScape, Linux Apps, Linux Software Index, Linux Power, Linux Games, Themes.org, LDP, SunSite, Linux Online, Trove, Linux Applications and Utilities Page, Linux Resources, UNIX Wizards, Unix Guru Universe, Resources GEEK-GIRL provides, Linuxberg, UnixPower.org
|
| /// File Name: |
lkpatch-0.2.9.tar.gz |
Description:
|
lkpatch is a Linux kernel patcher. It connects to the fastest mirror, checks for new versions of the Linux kernel, downloads them, and patches your kernel source. It determines the fastest mirror by keeping track of previous download times.
| | Author: | Theo Nolte | | Homepage: | http://adsl-nolte1.rz.rwth-aachen.de/progs/lkpatch/ | | Changes: | Added support for 2.4.0-test kernels. | | File Size: | 38256 | | Last Modified: | Jul 4 00:44:58 2000 |
| MD5 Checksum: | 943770fb3684812105baa623a6927918 |
|
| /// File Name: |
log_applet.tar.gz |
Description:
|
Log Applet is a fairly small applet for the GNOME panel which monitors a file (typically a log file) as it is updated. It will display a customizable number of lines at the end of the file. Authored By Michael Craig
| | File Size: | 134462 | | Last Modified: | Oct 12 14:39:27 1999 |
| MD5 Checksum: | 2c4ae37b67ba5823fbaaa0e53d76d85b |
|
| /// Directory: |
/ lpg / |
Description:
|
The Linux Programmers' Guide
| | Total Files: | 217 | | Last Modified: | Sep 5 22:23:42 2007 |
|
| /// Directory: |
/ mgtl / |
Description:
|
Manager's Guide to Linux
| | Total Files: | 2 | | Last Modified: | Sep 5 22:23:46 2007 |
|
| /// Directory: |
/ Mini-HOWTOs-FAQs / |
Description:
|
Mini HOWTOs and FAQs for Linux
| | Total Files: | 151 | | Last Modified: | Sep 5 22:22:04 2007 |
|
| /// Directory: |
/ nag / |
Description:
|
The Network Administrators' Guide
| | Total Files: | 351 | | Last Modified: | Sep 5 22:24:01 2007 |
|
| /// File Name: |
officialpenguin.gif |
Description:
|
Unavailable.
| | File Size: | 10968 | | Last Modified: | Aug 16 20:11:41 1999 |
| MD5 Checksum: | c693db6b8f9032c0409996edc26ce287 |
|
| /// File Name: |
password.py.gz |
Description:
|
Quick Password is a program written in Python that generates passwords of user specified lengths which are easy to remember and pronounce. The passwords are reasonably secure and can easily be remembered because they are composed of dictionary words that are pronounceable joined by special characters. The program generates passwords of between 2 and 10 words each between 3 and 10 characters in length separated by non-alpha characters. It is usable as a web application from the home page if you do not wish to download it.
| | Author: | Dan Grassi | | File Size: | 1303 | | Last Modified: | Jan 25 16:50:09 2000 |
| MD5 Checksum: | ecd9a9e41ac79a5752dff8bfe75049c3 |
|
| /// File Name: |
procmask.c |
Description:
|
This is a simple piece of code for GNU/Linux that masquerades a process.
| | Author: | despai | | Homepage: | http://www.despai.es/ | | File Size: | 847 | | Last Modified: | Mar 4 17:13:40 2008 |
| MD5 Checksum: | 9c066d22076bd04c0e578930839f59a8 |
|
| /// File Name: |
redir-2.1.tar.gz |
Description:
|
Redir is a port redirector. Its functionality basically consists of the ability to listen for TCP connections on a given port, and, when it recieves a connection, to then connect to a given destination address/port, and pass data between them. It finds most of its applications in traversing firewalls, but, of course, there are other uses. It can run under inetd or stand alone (in which case it handles multiple connections). It is 8 bit clean, not limited to line mode, is small and light.
| | Author: | Sammy Creasey. ;Homepage here. | | File Size: | 28527 | | Last Modified: | Oct 18 16:43:37 1999 |
| MD5 Checksum: | a9d6181bdee208f256249875b7d5fadb |
|
| /// File Name: |
redir-2.2.1.tar.gz |
Description:
|
Redir is a port redirector. Its functionality basically consists of the ability to listen for TCP connections on a given port, and, when it recieves a connection, to then connect to a given destination address/port, and pass data between them. It finds most of its applications in traversing firewalls, but, of course, there are other uses. It can run under inetd or stand alone (in which case it handles multiple connections). It is 8 bit clean, not limited to line mode, is small and light.
| | Author: | Sam Creasey | | Homepage: | http://sammy.net/~sammy/hacks/ | | Changes: | A bugfix has been made for the mysteriously dying redir processes, and a patch has been added to enable traffic shaping functionality. | | File Size: | 42247 | | Last Modified: | Dec 26 15:58:54 1999 |
| MD5 Checksum: | 4342fadac30504c86c8db7beefe01995 |
|
| /// File Name: |
redir-2.2.tar.gz |
Description:
|
Redir is a port redirector. Its functionality basically consists of the ability to listen for TCP connections on a given port, and, when it recieves a connection, to then connect to a given destination address/port, and pass data between them. It finds most of its applications in traversing firewalls, but, of course, there are other uses. It can run under inetd or stand alone (in which case it handles multiple connections).
| | Author: | Sam Creasey | | Homepage: | http://sammy.net/~sammy/hacks/ | | Changes: | Enhanced support for redirection of FTP sessions, and minor bugfixes/improvements. | | File Size: | 39936 | | Last Modified: | Dec 15 13:53:56 1999 |
| MD5 Checksum: | 757173184623e440b4caae8600614ffb |
|
| /// File Name: |
rexFBD-0.2.tar.gz |
Description:
|
Fork Bomb Defuser is an easily loadable kernel module for Linux which detects, logs, and disables "fork bombs". It allows you to configure max_forks_per_second and max_tasks_per_user parameters at module load time. Any possible fork bomb that attempts to spawn a huge number of processes simultaneously is detected in real time, and the fork bomb is disabled.
| | Author: | Rohit Singh | | Homepage: | http://rexgrep.tripod.com/rexfbdmain.htm | | Changes: | A fix for a bug where the root user could be locked out. | | File Size: | 3814 | | Last Modified: | Dec 20 13:31:39 1999 |
| MD5 Checksum: | 55ec7244a0a5072f7c01e1ea4d989f49 |
|
| /// File Name: |
rexFBD-0.3.tar.gz |
Description:
|
Fork Bomb Defuser is an easily loadable kernel module for Linux which detects, logs, and disables "fork bombs". It allows you to configure max_forks_per_second and max_tasks_per_user parameters at module load time. Any possible fork bomb that attempts to spawn a huge number of processes simultaneously is detected in real time, and the fork bomb is disabled.
| | Author: | Rohit Singh | | Homepage: | http://rexgrep.tripod.com/rexfbdmain.htm | | Changes: | A major bug which was causing the module to malfunction has been removed. Rather than being rescheduled, the offending processes are killed whenever the MAX_FORKS_PER_SECOND or MAX_TASKS_PER_USER parameters are exceeded. This change will solve the problem in the previous version. | | File Size: | 14654 | | Last Modified: | Dec 28 03:54:55 1999 |
| MD5 Checksum: | 29aacdaef35afbdb93bff75b6e7b3f70 |
|
| /// File Name: |
rexfbd06.tgz |
Description:
|
Fork Bomb Defuser is an easily loadable kernel module for Linux which detects, logs, and disables "fork bombs". It allows you to configure max_forks_per_second and max_tasks_per_user parameters at module load time. Any possible fork bomb that attempts to spawn a huge number of processes simultaneously is detected in real time, and the fork bomb is disabled.
| | Author: | Rohit Singh | | Homepage: | http://rexgrep.tripod.com/rexfbdmain.htm | | Changes: | Support for defusing clone() and vfork() bombs, a major code clean-up and optimizations, improved documentation and better-commented code, and a website mirror at Geocities to solve download problems encountered in Tripod. | | File Size: | 4999 | | Last Modified: | Jan 7 17:54:19 2000 |
| MD5 Checksum: | 75877d89058eba5aeb94891a0ae61e8d |
|
| /// File Name: |
rhupdmgr-0.4.tar.gz |
Description:
|
rhupdmgr is a script which sends an email to the sysadmins when a machine has fallen out of sync with the RedHat Updates. It works by checking a generated list of RPMs to be updated.
| | Author: | Adam Jacob | | File Size: | 13449 | | Last Modified: | Nov 16 18:25:51 1999 |
| MD5 Checksum: | 533732152de09675dcb4265697d8a5e9 |
|
| /// File Name: |
rum.c |
Description:
|
rum version 0.9 - A one process tcp redirector with sockfile support, the ability to listen on multiple ports, and to offer statistics. Written for 2.6 kernels because it uses the epoll syscall.
| | Author: | Pavel Stano | | Homepage: | http://websupport.sk/~stanojr/ | | File Size: | 14901 | | Last Modified: | Oct 27 01:26:05 2005 |
| MD5 Checksum: | 0655624469e84c349b7ef9a0200ad6ed |
|
| /// Directory: |
/ sag-0.6.1.html / |
Description:
|
Unavailable.
| | Total Files: | 78 | | Last Modified: | Sep 5 22:24:09 2007 |
|
| /// File Name: |
slack-update.sh |
Description:
|
slack-update.sh checks the ChangeLog.txt on ftp.freesoftware.com for slackware-current and download packages that have been updated. It will download all slackware-current packages that have been updated since 7.0 the first time you run it; after that, it only downloads ones that have been updated since it was last run.
| | File Size: | 2703 | | Last Modified: | Apr 3 19:57:51 2000 |
| MD5 Checksum: | 2e361ea723dc00d57189d933d6b452d7 |
|
| /// Directory: |
/ tlk-0.8-3.html / |
Description:
|
The Linux Kernel
| | Total Files: | 21 | | Last Modified: | Sep 5 22:24:13 2007 |
|
| /// File Name: |
TracePackage-0.9.0.tgz |
Description:
|
Linux Trace Toolkit is a tool used to reconstruct the dynamic behavior of a linux system. LTT fills the gap left by tools such as gprof, strace, ps and many others when attempting to know what is going on with your linux system at every moment by providing it's user with all the information required to reconstruct a system's behavior during a certain period of time. One can know exactly the dynamics of a system. Why do certain synchronization problems occur? What exactly happens to an application when a packet is received for it? Overall, where do all the applications that I use pass their time? Where are the I/O latencies in a given application? etc. Requires kernel patch.
| | Author: | Karim Yaghmour | | Homepage: | http://www.opersys.com/LTT/ | | File Size: | 308926 | | Last Modified: | Nov 19 14:00:48 1999 |
| MD5 Checksum: | f19a4e4e5d866aa9ea63ec65905f07cf |
|
| /// File Name: |
TracePackage-0.9.1.tgz |
Description:
|
Linux Trace Toolkit is a tool used to reconstruct the dynamic behavior of a linux system. LTT fills the gap left by tools such as gprof, strace, ps and many others when attempting to know what is going on with your linux system at every moment by providing it's user with all the information required to reconstruct a system's behavior during a certain period of time. One can know exactly the dynamics of a system. Why do certain synchronization problems occur? What exactly happens to an application when a packet is received for it? Overall, where do all the applications that I use pass their time? Where are the I/O latencies in a given application? etc. Requires kernel patch.
| | Author: | Karim Yaghmour | | Homepage: | http://www.opersys.com/LTT/ | | Changes: | Support for very large trace files, bug fixes. | | File Size: | 279961 | | Last Modified: | Mar 28 15:58:43 2000 |
| MD5 Checksum: | b10fcabcdaa7e4e9d24553a55a2f52a2 |
|
|
|
|
|