Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Download Now
Try Google Cloud Risk-Free With $300 in Credit
No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
genhostname is a linux perl script running at runlevel2 boot and changes the computers hostname to PC-XXXXXXXXXX deppending on the eth0 mac address or the wireless network card macaddress there is 2 scrips in the download. install the one you need.
A small Python script that allows administrators to place quotas on *nix accounts without much technical knowledge or root access. It is ideal for those who share and/or resell web hosting or other resources.
mcom is a console based system administration tool. it has focus on sysadmin's daily business.
- search for part of hostname and login via ssh
- execute comands on multiple hosts (also via sudo)
... and many more ...
WebTreeLister is a small php to help keep track of web projects. It is designed to traverse the directory tree of a webserver from the root (its placed in) down three level of directories and present the tree as links in a nested table.
A Linux Traffic Control Management Interface: build tc-style rules for control network flows. Have support to set queue disciplines to interface (root) or inside a class (leaf), create classes and classifiers.
The libsudo library lets your C/C++ application to start processes as a different user (usually 'root') by calling 'sudo'. It's like the system() call but specifying a different user.
ECGL-STK is Engineering Computing GNU/Linux sub-project named Secure ToolKit, which provide non-root permission user running system command or script with hash check sum and background monitor.
A package manager for Slackware Linux. Install and uppdate trought FTP, HTTP... Choose between current or release. Search for files in packages, Serach with wildcards. Use blacklist. Detect root, and switch to only download packages. Checks md5s and deps
SrvReport is a simple and featurefull server monitoring and reporting
system. It will send every day a mail with the latest
state of the server including traffic (via /proc/net/dev and/or iptables), cpu, mail, http, ftp reports
and other logs.
This pam module joins the functionality of both pam_listfile and pam_mysql modules. It was made after a request of such a module in the pam-dev maling list.
For the user the configuration options are a merge from the ones found on both modules.
Carbon Copy is a tool for installing and configuring Linux on a number of roughly identical x86 machines, based on a prototype machine. CarbonCopy is uses Expect, Etherboot, and root-over-nfs.
Set of tools needed to setup and maintain encrypted partitions under unix systems (initially linux). Especially helpfull when doing root device encryption. Features xml configuration, multiple users, usb "tokens" (usb mass storage) and key hierarchy.
PhpMin is a web based linux system administration tool implemented in PHP that can be run as any user (including root). The initial release will be a filemanager, and future releases will add functionality such as user and server administration.
xrootconsole tails a file in a window on your X11 root window. It aims to be as simple and resource-light as possible, within reason: it should run smootlhy on a P133 laptop. The program is non-interactive; all configuration is done on the command line.
Non-root users construct, develop, test and run all types of distributions with
Root Methods (Yard, etc.) and user-mode-linux, then finish with a Boot Method
(2-disk compression, etc). Make_debian yard template creator provided for
Debian users.
mrtg-eth is a perl script which provides a probe for the Multi Router Traffic Grapher to print statistics for network devices which do not support the SNMP protocol. It reads if-stats from /proc/net/dev and generates an output suitable for MRTG.
jdu is a graphical front-end for the output generated by the du program. du reports the disk usage of a particular directory tree by recursively summarizing how much disk space is used by the sub-directories of the chosen root directory.
Logpecker is a tool for syslog files like /var/log/messages. More flexible than a simple regexp matcher, you can use syslog facility and priority. Messages that appear too often are sieved out. Generates root-tail tickers, reports, active event lists
Remotely Execute Commands in an Alias File On the Host
This software consists of a client and a server. The server will run a command if it is specified in the server side alias file.
The alias file syntax:
!Settings
alias 'command cmd-args cmd-args'; user2run-cmd-as
Example:
!EnableOutput yes
!Port 2012
!Verbosity warnings
update 'yum makecache && yum update'; root
filedbupdate updatedb; root
who_is_logged_on 'who'; *
Then the client would run:
./recafoh host -p 2012 -c update --warnings
and it would output yum's...