Open Source Unix Shell Software Development Software - Page 5

Unix Shell Software Development Software

View 5692 business solutions

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

  • 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
  • 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
  • 1
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    Please watch the video below, to convert any file or a command output into a nice html table, in less than 5 Minutes time. The output html file can then be browsed from any location, using a local webserver or an internet www domain. Usage Examples: (Type them on Terminal) cd ~/Downloads/tabulate # location chmod +x *.sh cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html" # or > "/var/www/html/marks.html" -d specifies delimiting character, which is in between your input columns -t specifies page title -h specifies a header Browse marks.html with browser now, either by double clicking file, from file manager or inputting location on your browser. Other Examples: df -h | { cat ; echo ; } | ./tabulate.sh -d " " -t "My System" -h "Disk Free" > "diskfree.html" Refer Wiki, Tickets, Discussion for more inputs and new jobs, that can arise, with this script. Please see below for LATEST UPDATES
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2

    mkconfig

    build configuration tool

    mkconfig is a build configuration utility. It creates an output file intended to be included as a header file, run as a shell script, used as a configuration file, or any other use. mkconfig is written in portable shell script and designed to be extensible for any configuration use.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    Infodomestic Objects
    Infodomestic Objects - This is a set of distribution software that mutate the environment providing and advanced interaction experience. We will use a mixed POSIX/Linux/BSD based platform to develop and distribute our interaction experience improvement.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    TEA is a text editor that provides a wide range of text-processing functions (over 100) and the syntax highlighting. There are two branches of TEA: Qt-based and GTK-based.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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
  • 5
    A collection of tools and scripts for processing images and video from attached USB and FireWire webcams on Mac OS X. To start things off, there is a command-line tool for capturing webcam images.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    COOK tool

    COOK tool

    Software build-automation tool written in Common Lisp

    COOK is a software build-automation tool made with a goal of letting you, the programmer, to utilize the most elegant and powerful programming language - Common Lisp - for managing your software builds. You write a recipe file which describes what objectives must be constructed. COOK will load and process this file, then produce either a regular Makefile or a Bourne Shell script, which will actually perform the task of building and installing your targets.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    OpenNode is a open source server virtualization solution providing easy to use bare-metal ISO installer. It's based on CentOS and supports both OpenVZ container-based virtualization and emerging KVM full virtualization technology on the same host.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    multiOTP open source

    multiOTP open source

    PHP strong authentication library, web interface & CLI, OATH certified

    multiOTP is a PHP class, a powerful command line utility and a web interface developed by SysCo systèmes de communication sa in order to provide a completely free and easy operating system independent server side implementation for strong two factors authentication solution. multiOTP supports hardware and software tokens with different One-Time Password algorithms like OATH/HOTP, OATH/TOTP and mOTP (Mobile-OTP). QRcode generation is also embedded in order to support provisioning of Google Authenticator software tokens. SMS code sending is currently implemented for several providers (ASPSMS, Clickatell and IntelliSMS). The data storage of the command line utility is by default flat files based in order to simplify deployment in a few minutes, but MySQL backend is supported too. multiOTP can be easily integrated in RADIUS servers like FreeRADIUS under Linux/Windows or TekRADIUS LT under Windows. multiOTP is also the engine of the credential provider multiOTP Credential Provider.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    Gobi

    Gobi

    A batch package builder for applications

    Gobi for shell is a batch package builder for applications, it builds a self-install package of your programs. Creates a stand alone executable file that performs the (secured installation and removing) of the elements necessary to distribute your applications. The software offers many possibilities, such as executing commands before and after installation. This is the shell+Gtk version of the Gobisoft software with the same features...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • 10
    Zipios

    Zipios

    Zipios is a C++ library for reading and writing 32bit Zip archives.

    This project has moved to GitHub https://github.com/Zipios/Zipios Zipios is a C++ library for reading and writing Zip archive files. Access to the data of individual entries is provided through standard C++ iostreams. A simple read-only virtual file system that mounts regular directories and zip files is also provided.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    venom - shellcode generator

    venom - shellcode generator

    msfvenom shellcode generator/compiler/listenner

    The script will use msfvenom (metasploit) to generate shellcode in diferent formats ( c | python | ruby | dll | msi | hta-psh ), injects the shellcode generated into one funtion (example: python) "the python funtion will execute the shellcode in ram" and uses compilers like: gcc (gnu cross compiler) or mingw32 or pyinstaller to build the executable file, also starts a multi-handler to recibe the remote connection (reverse shell or meterpreter session). -- 'shellcode generator' tool reproduces some of the technics used by Veil-Evasion framework, unicorn.py, powersploit, etc,etc,etc.."P.S. some payloads are undetectable by AV soluctions yes!!!" one of the reazons for that its the use of a funtion to execute the 2º stage of shell/meterpreter directly into targets ram.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    DIET-PC (DIskless Embedded Technology Personal Computer) is a software kitset enabling IT professionals to build an open source GUI appliance based on commodity x86 (PC), PowerPC (Mac) or ARM (handheld) hardware, using an embedded Linux methodology.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Automated_Quiz

    Automated_Quiz

    A Shell Script for Quizzing the whole class of students and log result

    Please download the above zip file and extract it to a secret folder and run the quiz.sh script from that folder in your terminal program, as shown in the youtube videos : https://youtu.be/kQi0XlIaT9M and https://youtu.be/prwKN5DiFp0 You may change the contents of the quiz.txt file to your liking, while maintaining the format of it. Note: Press Enter/Return key after typing on your Terminal, to proceed to the next step, while testing the quiz.sh script. Also, increase the terminal font size to the desired level, before using the script, to view in bigger mode. Google search for linux / cygwin / mac terminal font size to know more about it. LATEST UPDATE : The quiz.sh script is updated now to perform for the whole class of students and log the results into the Students_Score.txt file. Also see this collection of bash scripts : https://sourceforge.net/projects/bash-shell-scripting-in-minute/ and this script : https://sourceforge.net/projects/command-output-to-html-table/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    This project contains software for 'personalizing' the NSLU2 network storage device, manufactured by Linksys. None of this material was written or contributed by Linksys. The NSLU2 is run by embedded Linux, and as such, is perfect for 'personalization
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15

    androidx86-openstack

    Android virtual machines running on Openstack Clouds

    This is the first ever project that ports Android OS into an image that can be used to create Android virtual machines running on Openstack clouds with full virtualisation support. Currently we only support Android 4.4 Kitkat 64bit distribution. Instructons on how to create the image yourself: http://thisismyeye.blogspot.co.uk/2014/04/enabling-virtio-drivers-on-kernel-for.html This image is not perfect yet. Contributors are welcome! This work is done by Chathura Madhusanka Sarathchandra Magurawalage as a part of his research activities at Network Convergence Laboratory (NCL), University Of Essex Related Research Projects: *EU-funded FP7 Project MONICA (Mobile Cloud Computing: Networks, Services and Architecture). *EU-funded FP7 Project CLIMBER (Cross-Layer Investigation and Integration of Computing and Networking Aspects of Mobile Social Networks). *EU-funded FP7 Project EVANS (End-to-end Virtual Resource Management..)
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    dotCODES_Source_Control_for_VS

    dotCODES_Source_Control_for_VS

    The dotCODES Source Control Maintenance Mainframe (SCM2)

    The dotCODES Source Control Maintenance Mainframe for Visual Studio is an administrator console application for developing dotCODES components. Built upon a Python foundation, the program is used to create data center routines (Unix packages) and maintain enterprise cloud services (CGI scripts/Apache) by means of building dotCODES runtimes and deploying them to and from the client server.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    The Autoconf Macro Archive provides documented and tested macros that are useful to many software writers using the autoconf tool, but too specific to be included into autoconf itself. [DISCONTINUED]
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    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 software to be installed: - flac and metaflac (flac files only) - vorbis-tools (ogg files only) - faac and faad (aac files only) - lame and madplay (mp3 files only) - alac-decoder and mpeg4ip-utils (ALAC decode) - ffmpeg (ALAC encode, wma decode) - mplayer (wma decode) - mp4v2-utils (AAC, ALAC, WAV decode) BAC is now optimized for multiprocessing on multicore systems: a tunable number of cores can be used for simultaneous conversions.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19

    CLUE - C Learning Undergrad Environment

    Tools to support the learning of the C programming language

    CLUE (C Learning Undergraduate Environment) is a software allowing students to work on assignments in the C language while benefiting from support for peer testing, hyper-linked tutorials to help them understand compiler error messages, detection of "novice errors" with warnings hyper-linked to tutorials. Sponsored by National Science Foundation under award CCLI #0836863.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    Conky Skin Chooser

    A now working console (GUI SOON!) skin manager for Conky.

    Conky Skin Chooser is a console application to manage conky skins. View the Home page to get started, find installation help, and to see revision history (Fun Stuff!). Did I forget to say it works now? It really does.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    FrAid(FRactal AID) is an interface to Java, allowing it to proc. math. data(functions/equations). A compl. standalone system utilizing the FrAid prog. lang. is available(no need to be Java programmer to use it!). Use instead of Matlab. High res. graphics
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Script-Tools

    Script-Tools

    A collection of tools written in BASH for Linux

    Script-Tools is thought to provide a basic framework for the console, to ease and simulate a Text User Interface (TUI). It comes with a vary of scripts to tweak and configure your system, as well as packaging for fedora, eventually other RH based distros, easy expandable and with fully custom scripts seperated per user. There are also some scripts provided in [/usr]/bin. Which are: bash-colors blame chx hddinfo isEmpty isLVM lxscreenshot mem moalpa newScript p replaceit rmtf upd vimail yumreset yumresume newScript will create a template script file ~/.config/script-tools/scripts and open it in your prefered editor, if you'd set on in "st config" You can either browse through the menu, or execute each script directy by using menu entrys as arguments. Have a try with: sudo st tweak repo toggle fedora-updates-testing BE SURE TO DISABLE IT AGAIN! ;)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    This is a Program code editor and code brower with built-in analysis for C/C++ programs.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    libinstrument (ex libcsdbg)

    libinstrument (ex libcsdbg)

    C/C++ function instrumentation (AOP, exception/stack tracing, GC)

    Libinstrument is a complete and easy way to do custom function instrumentation for C/C++. The project comes ready with classic applications of instrumentation, such as AOP (Aspect Oriented Programming), Concern and Side Effect injection, stack tracing, exception tracing, basic time profiling, callgraph profiling and other. A GC (Garbage Collector) module is also under development. Libinstrument is highly portable and decoupled. The project comes with a CMake build system, integration with IDEs (CLion, Eclipse e.t.c) is straightforward. Using lazy algorithms there is virtually zero overhead in benchmarks and minimum overhead in execution time. Libinstrument tries to be as non-intrusive as possible, while trying to help the developer offering basic reflection. There are Unit Tests for each class and method, testing is driven with CTest.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25

    mingw-portage

    Small Portage for mingw & mingw-w64.

    Mingw-portage contain program `minmerge' and collection of scripts to build some packages. Together they allow you to automatically build any supported software packages for 32-bit mingw or 64-bit mingw-w64 and indeed toolchain. Requirements: MSYS & corresponding toolchain.
    Downloads: 2 This Week
    Last Update:
    See Project
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.