Open Source Unix Shell Systems Administration Software for Linux

Unix Shell Systems Administration Software for Linux

View 29 business solutions

Browse free open source Unix Shell Systems Administration Software for Linux and projects below. Use the toggles on the left to filter open source Unix Shell Systems Administration Software for Linux by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Your top-rated shield against malware and online scams | Avast Free Antivirus Icon
    Your top-rated shield against malware and online scams | Avast Free Antivirus

    Browse and email in peace, supported by clever AI

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • 1
    SoupToNuts is a repository of technical articles and example software covering Postfix, OpenSSH, C and C++, Live Linux CD, MySQL, SQLite, Berkeley DB, Bash and System Administration.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 2
    10,001 Bash and Bourne Shell Scripts
    The project includes Bash and Bourne Shell utility scripts. Manual pages accompany some of the scripts. The goal of the project is to provide at least 10,001 useful scripts. The official source repository is located at https://github.com/textbrowser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    BatchLogin is a shell connection virtualization program. It allows a user on a complex network to connect and execute scripts and commands upon groups of machines without having to deal with the connection specifics every time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Colorcat adds ANSI color to terminal text according to Perl 5 regular expressions. Makes verbose log files or command-line programs easier to read. Includes an example script to add color to cvs's output (colorcvs).
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Easily Usable Lisp Utilized Interface and Editor aims to make GNU/Linux more enjoyable, and productive in the console environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    env-switcher effectively allows users to manipulate the environment loaded for all shells (including non-interactive remote shells) without manually editing their startup dot files -- something that users traditionally have difficultly doing properly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    FreeVSD is a multiuser server jail, designed to separate users' services from the host system as well as other users' services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Jail Chroot Project is an attempt of write a tool that builds a chrooted environment. The main goal of Jail is to be as simple as possible, and highly portable. The most difficult step when building a chrooted environment is to set up the right libraries
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A collection of bash shell scripts to make life a little easier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    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
  • 10
    Mussh is a shell script that allows you to execute a command or script over ssh on multiple hosts with one command. When possible mussh will use ssh-agent and RSA/DSA keys to minimize the need to enter your password more than once.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Projets-Linux du Groupe des Utilisateurs Linux des Basses-Laurentides du Québec (GuLSE)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SIS (System Information Script)

    SIS (System Information Script)

    Simple & useful benchmarking bash shell script for GNU/Linux distros.

    SIS is a very simple and portable, system info bash script, work on most GNU/Linux distributions. Tested on Ubuntu and its based distrobution (Eg. Kubuntu), Debian and Fedora. SIS is a tool to help any linux system administrator, to benchmark, test and monitor Linux machines. With a simple UI and easy deployment, you can know most important basic information about the machine you're working on; From installed Drivers, OS & Kernel version, Current Process running etc. SIS is a handy and simple tool to use on most of GNU/Linux Machines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Sort'EmUp

    A shell script to sort all your files.

    There are times, when it becomes hectic to manage files we download or take from friends. Its a burden to arrange them in a defined fashion. Sort'EmUp is a shell script that does it for you. Also, you can edit this as you want things to happen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    System Information Report

    sh script for collecting system basic OS and hardware information

    Sh script that collects system information about OS and hardware using standard built-in system utilities and presents collected info as detailed report. Collected info: System type, kernel version, system release, number of CPUz/cores, memory, filesystem, bios info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Compact FreeBSD distribution for flash card based wireless boxes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Yum Repo Sync is a shell script that synchronizes a local directory with a repository mirror using rsync. Yum Repo Sync provides one easy way to create and maintain a local repository to YUM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    An all-in-one authentication with mysql as backend. Features: - Howto/Document - user info - libnss-mysql - pam-mysql - usersql - pdbsql (samba) - radius-mysql - mail
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    doall

    Shell script to run a command for many files selected with wildcards

    Extends shell * and ? wildcards to allow inserting matched strings like Windows 'copy *.old =.new' Some examples: # Rename current files as old doall 'mv *.cur *.old' # Compress camcorder DV files doall 'ffmpeg -i *.dv *.mp4' # Move files into directories according to their extension doall 'mv *.* $2/$1.$2' # Symbolic links from vmlinuz.new to vmlinuz-5.12.6-foo, similarly config.new System.map.new doall 'ln -s /boot/*-5.12.6-* /boot/$1.new' # Hard link 3-character abbreviations for file extensions doall 'ln *.???* $1.$2' As shown above, instead of '=' to indicate insertions, doall uses either * or $1 etc. doall -p (pretend mode) shows a list of commands instead of executing them doall -i (interactive mode) asks for confirmation for each command in turn doall -k (keep-running mode) ignores failing commands
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    nfacct bash completion

    Programmable completion specification for nfacct (netfilter.org)

    Programmable completion specification for nfacct (netfilter.org)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Nice Bashing is a framework for distributed configuration of your bash environment. There are many libraries with functions which one can enable, and a rsync-based system of replicating your settings to all the hosts you connect to.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    oobash

    oobash

    Framework for bash 4

    oo-style framework for bash 4. It provides tools for rapid script development and huge libraries. Written in bash. Source and use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Openldapconf is a shell script to install and configure openldap and its dependencies automagically. By now, it includes integration with Samba and Squid. You can make a full installation or configure the packages separated. Powered by Slackware
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Oracle Component Handler. Bash scripts helping the (database) administrator to manage all Oracle components on the Linux machine. Easy management by starting, stopping, showing and status questioning of different Oracle products.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    pack_folder allows you to compress a folder to a tar.gz-file or tar.bzip-file on the same position in folder-hierarchy. then it will unpack the whole staff, compare with original-files, and on success the origin-folder will be deleted. the archiv stays.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    xen-shell2

    simple XEN guests / cloud management console shell

    XEN guests / cloud management shell which provides secure, simple and easy (remote, multi-user, multi-level) console based access to XEN DomU management - with simple bandwidth monitoring.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.