Automatic sustained-use discounts. One free VM per month. No negotiation needed.
Run batch jobs at 60-91% off with Spot VMs. Long-running workloads get automatic discounts with sustained use.
Try Free
Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure
Native application identity and user-based security for your Azure cloud
Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
EcoAccess is a non-profit organization. Our mission is to empower people to make informed decisions, using the Internet, that address the root causes of environmental challenges. We are building a free community web site where anyone can ask environmental
Plume is a complete set of packages to create and administrate a network of diskless computers used as X terminals. Workstations root file system is extensively based on Debian with as few new packages as possible.
ValDisk is a boot/root floppy set made for low-end machines (laptops) to be put to good use, such as for serial or network clients. It's goal is to run in as little as 4 MB of RAM, therefor it does not use a ramdisk.
This small program checks the size of the files in the mail spool directory and compares them to the data given in the config file. If the size of the mail inbox file larger, it sends e-mail to user and/or root.
ROOT Apache is an open source scripting module for the Apache webserver
Based on the ROOT framework <http://root.cern.ch> which is using C++ as
scripting language it allows to embed C++ code directly into HTML pages.
GUI background manager for Blackbox. Allows easy management of background images to be used with Blackbox. External programs such as xv and Esetroot are used to set background images on the root window.
Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
The Bootdisk-HOWTO describes how to design and build your own boot/root diskettes for Linux. These disks could be used as rescue disks or to test new system components.
Users can create and manage a website, they don’t need a database or root privileges, only perl/cgi.The output of the software is simple html.Perl is used to create, modify, & enable polls and forums.Cascade Style Sheets and XML will prevail also.
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.
ClusterNFS allows diskless clients to share a single root filesystem
by matching "interpreted" file names of the form
"/path/filename$$KEY=value$$" with fallback to the original filename.
Keys include HOSTNAME, IP, UID, GID, and CLIENT (always matches
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
Bootdisk lets you create boot and root disks for booting linux. These disks should permit rescue when normal boot is no more available. Bootdisk makes possible quick tests adjusting your set of utilities.
CoolPackager is a program which will take a .tar.gz file and a installation script file and create a self-extracting executable scipt.
Install it on your system by typing this command as root:
lynx -source cpkg.sourceforge.net/cpkg | sh
This script attempts to add accountability for accounts used by multiple users. This is found most commonly where more than one admin uses root. This is NOT intended to be a security program! Admins are by nature lazy about documentation. This is to g
This is a PC network-cloning Toolbox. It is a mix of some usefull things found on internet lyke byld,e3 or buzzybox. It provide a way to make a set of floppy disk : a boot-disk and a root disk based on your running kernel.....
nSite generates site maps for a given WWW site. This Perl script walks a site from a root URL and generates an HTML, TEXT, or XML link page which illustrates the structure, fingerprint, and links of the site.
QNmap is just another X nmap frontend. The main difference, as far as I know, is that it can be run as a non-rootuser with some functionality It will eventually incorporate all of nmap's documented features and will be updated to reflect newer versions.
A mailing list software being developed in C for high traffic servers. The objetive is to economize CPU, time and bandwith. Easy configuration, no need of root access to the system.
The Linux Intrusion Detection System is a patch which enhances the kernel's security. When it's in effect, many system administration operations can be made impossible even for root. You can turn the security protection on or off online and you can hide
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...