Search Results for "shell command" - Page 33

Showing 2043 open source projects for "shell command"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    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
  • 2
    vt

    vt

    VoIP subsystem monitoring back-end.

    This Command Line utility is back-end that communicates with Asterisk Manager interface (AMI). Programm is the basis to write custom shell or CGI scripts witch controls remote Asterisk daemons. May be used as a standalone monitoring tool. Allmost all Manager functions are supported. Based on libamc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    nk23x-stuff

    nk23x-stuff

    Linux Shell Scripts and Dotfiles, Android Files

    ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    DoCookBook

    DoCookBook

    Cookbook Style Document for DocBook Customizations

    This project has been moved to GitHub: https://github.com/tomschr/dbcookbook/ The DoCookBook project aims to create an open source book about DocBook and the DocBook XSL stylesheets written as a cookbook and released under a Creative Commons license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5

    Autus

    FreeBSD OS/packages update shell script.

    For the moment this script can fetch and/or update FreeBSD packages using a slow Internet connection without your control, because it can automatically restart fetching process when connection repairs. A few word about future step. This shell script will encapsulate updating FreeBSD packages and the operating system. It can remove the temporary files after the update. But main feature is improve stability of fetching updated packages using unstable and/or slow internet connection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    VoidSMTP Server is a very light SMTP Server. The targeted operating system is Tomato. It runs a user-defined shell command/script (e.g. "led white on") when an email is received for a specific email address(es).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    LXCF - LXC Facility

    LXCF - LXC Facility

    LXCF (LXC Facility) generates LXC container of full OS environment.

    LXCF (LXC Facility) is a tool that generates full OS environment as LXC virtual environment. http://lxcf.sourceforge.jp/index.html.en - It is based on libvirt-lxc - It can generate containers in a short time (in a few minutes each even if it is long). - It can manage a lot of containers. - It supports dynamic resource control of containers. - To use containers for a long term (a few years or more), you can update software on each container from the host. LXCF currently supports...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Bio.B-Gen

    Bio.B-Gen

    Initial system (box) generator for biological molecular simulations

    "Bio.B-Gen" is a command line tool to generate initial systems for biological molecular simulations. "Bio.B-Gen" was mainly designed to be used with the GROMACS molecular dynamics simulation package (http://www.gromacs.org). "Bio.B-Gen" depends on the GROMACS topology and force field information (.top and .itp data files) during the generation stage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Hemera is a Virtual Intelligent System aggregating some more advanced Artificial Intelligence Technologies (speech, speech recognition, form recognition, motion recognition ...); with applications in daily tasks, domotics and robotics ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10

    unpack with password list

    Helper script to unpack archive files using a password list

    Simple shell script that unpacks every archive in a folder using a password list. You don't need to call the right packer and all the passwords in the list will be tested.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    CDX - Set default optical drive symlinks

    Allows easy view and change of /dev/cdrom, /dev/dvdrecorder, etc.

    This simple shell script creates 12 symlinks in /dev pointing to a user specified device as follows: /dev/cd /dev/cdr /dev/cdrom /dev/cdrw /dev/cdrecorder /dev/cdwriter /dev/dvd /dev/dvdr /dev/dvdrom /dev/dvdrw /dev/dvdrecorder /dev/dvdwriter
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A generic BOINC wrapper for legacy applications utilizing GitBox (a variant of BusyBox): Use POSIX like shell scripting and built-in commands like tar, awk, sed, zip, etc. to control and execute your legacy application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    gdeptrace sorts an input dependancy list or table and prints it, and can do other actions. It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    pushd

    pushd

    Blazing fast multi-protocol mobile and web push notification service

    pushd is a shell utility (or shell snippet) that simplifies navigation in command-line environments by maintaining a stack of directories. Instead of manually changing directories, users can “push” into a new directory, automatically storing the current directory on a stack, then later “pop” back to it. This allows users to temporarily jump into deep folder hierarchies, do work, and then quickly return to previous contexts without needing to type long cd paths. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    MySQL Health Report

    Consolidate main system and MySQL health metrics in one report.

    Commad-line tool provides the following details in the report: - Basic OS-level parameters: uptime, disk space and network interface status - Today's entries from MySQL error log - Important MySQL statistics http://astellar.com/mysql-health-check/metrics/ - Top 5 queries from MySQL slow query log CONFIGURING AND RUNNING 1. Edit MySQL credentials in check_run.sh 2. Run ./check_run.sh 3. Enjoy! You can also send report to email address by using...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    efax

    small ANSI C/POSIX program that sends and receives faxes using fax

    efax is smaller and easier to install than HylaFAX or mgetty+sendfax. As one user put it ``EFAX is a nice simple program for single user systems.'' The ``fax'' command, a shell script, lets you send, receive, view and print faxes. In larger systems, faxes can be sent by printing to a ``fax'' printer and received faxes can be e-mailed as MIME attachments to an administrator for distribution. efax can also pass incoming data calls to a getty program. The efax package includes ``efix,'' a program to convert between various image file formats. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    Monty Hall shell script

    A simple command line tool for simulating the Monty Hall problem

    The Monty Hall problem is a confusing problem in Maths regarding probability. This script allows for random numbers to be en masse read from a file (allowing PROPER random numbers to come from a hardware source). It accumulates run data and runs very fast meaning that 10000 runs can be done in less than a second on a modern system. While other programs also demonstrate the problem, they don't allow for such mass number handling. You could run it on billions of numbers if you wish so it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Geforce Driver Check (GDC)

    Geforce Driver Check (GDC)

    Nvidia Display Driver auto installer and version checker

    Checks for new Nvidia Geforce Display Drivers then does an automated unattended install, or with many more options. You can silent install, and only just install the basics, no bloat! Instantly check to see if you have latest driver offering.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 19
    Java library that allows you to write faster your application in a command line style. - fast to start - easy to test - work out of the box into your shell - possibility to attach any type of display - basic commands already implemented All you need to do is implement the Command and Display interfaces Command: - Output execute(List<String> args) throws CommandException; Display: - public void render(Output output); After registered the display and the command you will be able to call it into your shell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    denyshell

    Tell ssh shell user why they've been denied.

    denyshell: Denyshell is a small perl script that is intended to be used as a replacement shell when temporally revoking shell account access to a user. By default denyshell prints in red /etc/warningshell/warn/$UID to the user's terminal and then exits immediatly ($UID being the user's UID number), if it cannot find the file then it exits (or rather die() s). This can be used to inform the user why he has been denied shell access for the time being.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    cnvOffSeq

    detecting & genotyping intergenic CNVs using off-target exome data

    cnvOffSeq is a set of Java-based command-line tools for detecting and genotyping intergenic copy number variation (CNV) using off-target data from whole-exome sequencing experiments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    hsh

    hush shell. doesnt write to file.

    hsh: HSH is a user shell written in perl that doesn't write the commands executed under it to a file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Global Land Use and technological Evolution Simulator.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    unixadmin

    unixadmin

    unixadmin is a system administration tool for Linux and OS X

    unixadmin ============ unixadmin (Previously known as smc/syspert) Is a system administration tool which supports all versions of UNIX and Debian based versions and Red Hat versions of Linux, which supports major features such as user administration, disk administration and system administration This program sets to replace smit in IBM AIX and sam in HP-UX This program is the Linux equivlient of smit and SAM in AIX and HP-UX
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    ffdrop

    OSX Droplets for ffmpeg

    Video encoding using ffmpeg and some droplet tech. "A series of shell-script powered droplets (OS X Snow Leopard, Lion, Mountain Lion) that will encode prores and other type of files supported by ffmpeg with predefined command line (edit shell script to change that with your favorite text editor) to x264 or prores or vp8 or flac or .... (whatever is supported by ffmpeg)"
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB