Showing 6019 open source projects for "linux script"

View related business solutions
  • Atera - an All-in-one platform for IT management Icon
    Atera - an All-in-one platform for IT management

    Ideal for IT departments and MSPs (managed service providers)

    Your IT essentials, integrated & elevated. Take your IT management from automated to autonomous, download Atera's agent to start your free trial!
    Try Atera now
  • 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
  • 1

    revfat+4rpi.sh

    Script to take an SD card image created by Livemedia-Creator (such as

    .../revfat+4rpi.sh [image-name.img] RPI-BOOT" Requirements The actual rpi install image you created with livemedia-creator already! Also, bash (bash) fdisk (util-linux)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    ezlua

    ezlua is a reimplementation of Lua language in C++

    Lua is a light-weight script language. This project reimplement the language using Lex, Yac, and EasyVM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    libdropbox

    Small ANSI C lib for dropbox/windows azure communication

    Small ANSI C lib for dropbox and windows azure communication. Built for small platforms. Using PolarSSL for https communication. Features a small self contained https module and a modified version of the JSMN json parser. Originally based on the dropbox_uploader script. Able to do most dropbox actions. Eg. Upload file, download file, list, file info, account info, share link. Also contains a small CLI programs that interfaces with the lib. Also capable of windows azure service bus...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Small tool written in Perl for synchronizing file archives based on MD5 sum comparison (e.g. it detects when a file has just been renamed or moved to a new location inside of the archive). Best suited for offline synchronization, e.g. for mp3 archives.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5

    Tracking_DLL

    Managed Dll callable from MQL4, MQL5 script in Metatrader 4 and 5.

    For Metatrader 5 the Project is written in C++/CLI and it allows to easily add calling C# functions. For Metatrader 4 there is project written in C++ that calls COM exposed managed C# function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    hey.

    "hey." is a virus that spams a vb script. It works like this, the vbs file opens a text box and then opens an exe file that makes it endless. You can open the exe file first if you want too though.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    GaiaDR2_binarySearch

    C code that finds binaries in the Gaia DR2 data.

    In general, one can compile the C programs in this project with the cmpld script. NOTE: The file locations of both the original WDS and Gaia DR2 data and the subsequent reformatted data reflect their location on my computer. You'll need to change these locations to reflect where they are on your computer. You also need to download, unpack, and incorporate the includeFiles.tgz into the #include listings at the start of each program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    bodhibuilder

    bodhibuilder

    OS remastering for Bodhi & *buntu Linux

    Bodhibuilder is a fork of the old Remastersys script, it has been tuned to create a bootable live ISO of your Bodhi Linux OS or Ubuntu based derivatives. There are 2 types of modes available: backup mode and distribution mode. Backup mode creates a copy of your running OS so that the live ISO will require you to login using your credentials and the desktop will be your same desktop you've created it to be.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    certz

    Script to implement internal CA/ICA using OpenSSL

    certz is intended to implement a standard interface for creating and maintaining one or multiple Root and Intermediate Certification Authorities (ie, CA and ICA).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    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.
    Get Started Free
  • 10
    Ponder

    Ponder

    C++ reflection library with Lua binding, and JSON and XML

    Ponder is a C++ library that provides runtime reflection for types. It provides an abstraction for most of the high-level concepts of C++ like classes, enumerations, properties, functions, and objects. By wrapping all these concepts into abstract structures, Ponder provides an extra layer of flexibility to programs and allows them to expose and manipulate their data structures at runtime. Many applications can take advantage of Ponder, in order to automate tasks that would otherwise require...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SparkButton

    SparkButton

    Android library to create buttons with Twitter's heart like animation

    A highly customizable and lightweight library that allows you to create a button with an animation effect similar to Twitter's heart animation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SBBS Users

    SBBS Users

    Displays the users currently logged into your Synchronet BBS

    Displays the users currently logged into your Synchronet BBS. This script is for Linux systems but the actual BBS can be either Linux/OSX or Windows
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    vscode-chrome-debug

    vscode-chrome-debug

    Debug your JavaScript code running in Google Chrome from VS Code

    A VS Code extension to debug your JavaScript code in the Google Chrome browser, or other targets that support the Chrome DevTools Protocol. When your launch config is set up, you can debug your project. Pick a launch config from the dropdown on the Debug pane in Code. Press the play button or F5 to start. The extension operates in two modes - it can launch an instance of Chrome navigated to your app, or it can attach to a running instance of Chrome. Both modes require you to be serving your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Simple Note VR

    Simple Note VR

    Notification system to display plain text in VR for Unity engine

    A simple notification system to display plain text in VR for Unity engine. Please go to the release page to download the package. Import the package into your own project, simply drag the "NotificationVR" prefab to the scene. Then, in your own script, call "SimpleNoteVR.Instance. Notify(string words, float lingertime)" to trigger plain text notifications.([lingertime is the duration that your notification will last for]). You can also choose to call "SimpleNoteVR.Instance.Notfiy_Hold(string...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    xeogl

    xeogl

    A WebGL-based 3D engine for technical visualization

    xeogl is an open source JavaScript library from xeolabs for 3D model visualization on WebGL. It gives you tools to create interactive 3D worlds in your browser. Load models from formats like glTF or OBJ, or generate them programmatically. Navigate them with the camera and script them with Javascript, to build compelling 3D presentations. Load multiple models. Isolate/move/emphasize objects. Camera navigation controls. Camera animations (flyto, follow, path etc). Emphasis effects (wireframe,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Python script that reads human-readable (txt) new-line separated hostname - ip address pairs and translates it to bind (dns server) configuration files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    fdf

    FDF: Find Duplicate Files

    Searches a drive (possibly with additional mounted drives) for duplicate files, outputs a potential script for deleting them after editing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GOPA

    GOPA

    GOPA, a spider written in Golang, for Elasticsearch

    GOPA, a spider written in Golang, for Elasticsearch. Lightweight, low footprint, memory requirement should, be 100MB. Easy to deploy, no runtime or dependency required. Easy to use, no programming or script ability needed, out-of-box features. First of all, get it, two opinions: download the pre-built package or compile it yourself. Besides Elasticsearch, Gopa doesn't require any other dependencies, just simply run ./gopa to start the program. It's safety to press ctrl+c to stop the current...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    simple mda

    Short perl script mail delivery agent

    Accepts email from an mta on stdin and feeds it through spamc. Then places it in your inbox or junk box depending on X-Spam-Flag.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ShoutCast Control Panel Alpha

    ShoutCast Control Panel Alpha

    Shoutcast Control Panel with AutoDJ

    ...The developer stopped a few years ago and i have been playing around with it for some time now tweaking it and changing a few parts. I am not a programmer by any means but just been interested in playing around with Shoutcast Scripts. You may find this script interesting and works very well on low resources. Some of you might even remember the script as i have not changed much in the coding just the workings etc. All you need is a VPS or Dedicated server with i find the best linux version to use is Ubuntu 14.04 Server. Install usual apache2 server and mysql. Setup a database for the panel with user and instal ssh2. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Help4ShellScript

    Shell script to print the help message for the shell script.

    While writing the shell script, we often write the repeated lines of: echo "message" This is one of the most tedious tasks in the shell scripting. By this tool ... 1) We can write the text messages into the plain text. 2) From that text file, our shell script can grab and print the required text fragment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Batch Audio Convert

    Batch Audio Convert

    Command-line mass conversion of any directory tree of audio files.

    BAC is a command-line tool that converts, to a target audio file format, all the audio files stored in a directory tree of any depth. Supported file formats are OGG, FLAC, MP3, AAC, ALAC, WAV, in all ways, and WMA as source. Main audio tags are preserved in the process, as well as most file name characters (white spaces, question marks etc). BAC runs on Linux and probably most UNIX-type OSes. On Windows, it must be operated from the Cygwin environment. It requires the following...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    mzitu

    mzitu

    Python crawler that downloads image galleries and analyzes titles

    mzitu is a Python-based web crawling project designed to automatically download and organize image galleries from a specific photography site. It demonstrates how to build a scraper that navigates gallery pages, retrieves image links, and saves the images locally in a structured directory layout. It focuses on automating the collection of large sets of images by programmatically parsing page content and iterating through gallery entries. mzitu also includes a simple analysis script that...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24

    DC/DC Boost Converter

    This is a basic dc-dc boost converter model using Matlab/Simulink

    It is a handy tool for calculating the required parameters for applications in boost mode. Generally, its the determination of the Inductance and capacitance that govern the DC-DC converter. Hence, this script in Matlab takes the user's data and places it in a Simulink model to compute it out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    react-scripts-ts

    react-scripts-ts

    Create React apps using typescript with no build configuration

    Create React apps using typescript with no build configuration. create-react-app now supports typescript natively - read the guide for adding typescript to existing projects. Create React apps (with Typescript) with no build configuration. In general, most upgrades won't require any migration steps to work, but if you experience problems after an upgrade, please file an issue, and we'll add it to the list of migration steps. Since 2.16.0, the template uses different tsconfig files for both...
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo