RSS 55 projects tagged "System Administration"

No download Website Updated 20 Jul 2011 GLSOF-Queries

Screenshot
Pop 166.89
Vit 8.07

GLSOF-Queries is a GUI for LSOF.

Download Website Updated 30 Apr 2013 GNU Parallel

Screenshot
Pop 545.85
Vit 52.60

GNU parallel is a shell tool for executing jobs in parallel locally or using remote computers. A job is typically a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. If you use xargs today you will find GNU parallel very easy to use, as GNU parallel is written to have the same options as xargs. If you write loops in shell, you will find GNU parallel may be able to replace most of the loops and make them run faster by running several jobs in parallel. If you use ppss or pexec you will find GNU parallel will often make the command easier to read. GNU parallel makes sure output from the commands is the same output as you would get had you run the commands sequentially. This makes it possible to use output from GNU parallel as input for other programs.

No download Website Updated 25 Jan 2010 highest

Screenshot
Pop 44.99
Vit 1.71

highest is a program that efficiently finds the n highest (or lowest) numbers in a list of numbers on stdin. The traditional way of computing this using GNU sort should have a running time of O(n log n), where n is the number of numbers to check. Highest should have a running time of O(n log m), where m is the number of numbers you want to keep. A graph comparing the performance of highest to that of GNU sort is provided.

Download No website Updated 08 Oct 2010 Edile

Screenshot
Pop 57.62
Vit 3.55

Edile is intended to be a basic but useful text editor for system administration and scripting purposes. It's something between a script and an application meant for quickly opening and viewing or editing files from the command line or piped from another process. Edile requires Python and PyGTK, and if you have GTKSourceView, it will use that. It has been tested on XP and Ubuntu.

No download Website Updated 21 Jun 2009 jared

Screenshot
Pop 62.86
Vit 1.42

jared (just another registry editor) is a Java library for editing the Windows registry. It reads a registry file into memory and allows modifications and rewriting of the file. It also contains a command line program for mods using a .reg file. The code supports gcj. jared is particularly appropriate for modifying or analyzing registry hives offline.

No download Website Updated 13 Jul 2009 rocknroll

Screenshot
Pop 25.88
Vit 37.50

rocknroll (Rsync fOr baCKup and Roll) is an incremental backup maker based on rsync. It backs up a remote directory tree to a destination directory on the local host. For this backup, it manages a set of archives named tag.1, tag.2, etc. Using the famous "link-dest" option of rsync, it keeps only the difference between the different archives.

Download No website Updated 27 Oct 2009 netcf

Screenshot
Pop 72.61
Vit 1.47

netcf is a library and command line tool for configuring networking on Linux machines in a platform-independent way, using the platforms native configuration mechanisms. Supported are all the various ways in which physical interfaces, bridges, bonds, and VLANs can be combined. The configuration of a network connection is described in an XML format that emphasizes the logical relationship between the interfaces involved, e.g. a bridge connection describes the bridge interface itself and all the interfaces initially enslaved to it. Interoperability with existing network configuration tools is guaranteed since netcf relies only on native network configuration files, both for reading and writing them. Modifying network configuration with netcf has exactly the same effect as modifying the native configuration files directly, and netcf and other tools can be used interchangeably.

No download Website Updated 16 Apr 2011 Petit

Screenshot
Pop 89.77
Vit 3.80

Petit was developed to quickly analyze syslog and Apache log files in large environments. It can also be used for word discovery within log data. It is a general purpose tool that can do hashing, word counts, and command line graphing of Apache and syslog files. It is designed to be a standard Unix tool that can be employed with pipes or by opening files. Petit works by sifting data with standard patterns and allows for custom filters and fingerprints. This leaves the analyst with data that is both varied and interesting.

Download Website Updated 06 Jan 2012 dotnew

Screenshot
Pop 59.14
Vit 3.82

dotnew is a utility to help with the management of .new system configuration files in Slackware and Slackware-based distributions. It includes both graphical (GTK+2) and console (dialog) interfaces to help the user manage each new configuration file present in the system.

Download No website Updated 27 Sep 2009 sshdo

Screenshot
Pop 20.76
Vit 36.48

sshdo issues remote commands or puts or gets files to multiple hosts sequentially. Hosts are read from stdin (one per line). sshdo will use SSH key agent, if available, to avoid repetitive password entry.

Screenshot

Project Spotlight

AppScale

A platform for hosting applications written for Google App Engine.

Screenshot

Project Spotlight

Jupidator

A multi-platform application self-update framework.