Showing 14 open source projects for "install tar"

View related business solutions
  • 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
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    KB1OIQ - Andy's Ham Radio Linux

    KB1OIQ - Andy's Ham Radio Linux

    Install ham radio software on Debian Live, RPi OS, or Ubuntu Linux

    Latest Version: - Version 26e: November 2025 Version 26 ======== Version 26 can be installed on top of Debian Live, Raspberry Pi OS, or any supported flavor of Ubuntu Linux. The supported Linux flavors are listed in the GETTING_STARTED document. An installation script does all of the work. Please download and READ the installation instructions: https://sourceforge.net/projects/kb1oiq-andysham/files/v26e/GETTING_STARTED Watch a video of Andy (KB1OIQ) as he talks about...
    Leader badge
    Downloads: 831 This Week
    Last Update:
    See Project
  • 2
    Ezarcher

    Ezarcher

    Ezarcher | Arch Linux Based Re-Spins

    Welcome to Ezarcher Ezarcher Linux is a full featured Arch Linux based desktop. The ISOs provided are Cinnamon, Gnome, KDE, LXQt, Mate, and Xfce desktops. There are two installation methods, the Calamares Installer and the Arch Way. The ISO folder contains ISOs considered stable and reliable for regular use. The Project_Files folder contains the tar files with all the project files used in the build process and documentation. This project is released under the GPL open source...
    Leader badge
    Downloads: 241 This Week
    Last Update:
    See Project
  • 3

    All Things Ubuntu Library

    Ubuntu dedicated Object Pascal libraries

    ATU Library (All Things Ubuntu Library) is a collection of libraries in Object Pascal for use with FreePascal and Lazarus IDE, that provide API dedicated to various versions of Ubuntu, including: - standard desktop Ubuntu - Ubuntu Mate ARM (ie. raspberry pi) - Ubuntu Touch/UBports Since most of resources available for Lazarus programmers are related to Windows OS, this library is aiming at addressing those interested in Linux programming with FPC and Lazarus, but tested with Ubuntu distributions. On Ubuntu Touch, you can install everything from the Terminal app or via ssh, either or will work. Just follow these steps: #download: $ wget https://sourceforge.net/projects/all-things-ubuntu-library/files/ATU_arm-linux.tar.gz #extract: $ tar -xf ATU_arm-linux.tar.gz #install ATU locally: $ ./ATU_arm-linux --install #you also recommended to install dependencies like this: $ sudo ....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    Linux Kernel for server 5.4.140-sigmade

    Lite version Linux Kernel for server

    Lite version Linux Kernel for server Disabled: - Wi-Fi - Bluetooth - Industrial drivers - Sound drivers and others multimedia dirvers Only Ext4 filesystem INSTALL #!/bin/bash cd /usr/src wget https://sourceforge.net/projects/kernel-5-4-140-sigmade/files/linux-kernel-5.4.140-sigmade.tar/download -O kernel.tar tar -xvf kernel.tar dpkg -i headers.deb image.deb libc-dev.deb rm kernel.tar
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5
    Why Can't I Connect?

    Why Can't I Connect?

    Makes it easier to resolve TCP/IP connection errors.

    "Why Can't I Connect?" makes it easier to resolve TCP/IP connection errors. Use it to diagnose connections to common server types and create generic clients and / or servers. A source tar, a 32 bit and 64 bit rpm, a 32 bit, 64 bit, and Raspbian / armhf deb, and a 32 bit Windows install exe are available. The 32 bit Windows executable runs fine in 64 bit Windows systems. Go to: https://www.whycanticonnect.com/?q=instructions for help / instructions. Go to: https://www.whycanticonnect.com/?q=knowledge-base to make requests, report bugs, ask questions, and view solutions.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    PharTools

    PharTools

    A powerful PHP-CLI tool to manage phar (PHP-Archive) files

    PharTools is a powerful PHP-CLI tool to manage phar (PHP-Archive) files. It allows to create, extract, convert, edit and view phar archives. It also includes a simple API to implement PharTools features on your own scripts. Don't run this script directly. Run it from a cmd.exe or from a Linux Terminal instance instead If you install PharTools on Windows directories (like Program Files, Program Files (x86), ...) you may need to run cmd.exe as Administrator GitHub Repository:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Install embedded Linux on SD or eMMC

    Script to make partitions, format and install embedded Linux files.

    This is a Script to make partitions, format and install embedded Linux files. The tool uses the Kconfig to set up the partitions size, format and files to be installed on a USB Drive or eMMC memory. The same Kconfig used by Linux Kernel and Buildroot (menuconfig, xconfig or gconfig). After defines the configuration, just run the Script to install your Linux Image. The Script was made to run on Debian 8 or similar distribution. The Script depends on the follow packages: parted and dosfstools
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Bash Shell Scripting in a Minute

    Bash Shell Scripting in a Minute

    Learn Bash Shell Scripting in a Minute using this Collection of Script

    Learn Bash Shell Scripting in a Minute using this Collection of Scripts, which are Real World Examples, ranging from a simple Date Based Theme to a Standalone Kiosk Type User Input Forms. The Learning is based on a "Observe and Understand Strategy", which means you run these scripts, observe their outputs, understand the script that generates them and learn the whole thing. These Scripts cover almost all the basics of bash shell scripting and summarizes them in the last script for user...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    i2cnet

    An i2c to TCP/IP adaptor to allow easy remote control of an i2c bus.

    ...By abstracting the use of an i2c bus behaind a TCP/IP socket, it becomes possible to create and test applications on any platform with a TCP/IP stack. Useage: 1. Install i2c-tools: apt-get install i2c-tools 2. Extract the binary: tar -zxvf i2cnet-1.0.0-rpi.tar.gz 3. Run the utility: ./i2cnet For usage information: ./i2cnet -h
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10

    dpkg_mini

    dpkg mini allot of dpkg in 2 page script (any linux)

    dpkg_mini is a very compact script that does some useful actions upon debian archive files. dpkg_mini [install remove skel implode explode control list depends check configure] file(s).deb [dir] works in any linux with ar(1) tar(1), dpkg is not required of course is not a substitute for dpkg(8). ie, install and skel work outside of and independantly from the dpkg system. however for checking out .deb or testing or avoiding force it's a neat little tool ! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    build-ramone
    Build-ramone is a set of tools to build a Linux distribution named Ramone, which is a DIY GNU/Linux distribution based on LFS/BLFS project.Ramone don't use the RPM, I writed a new package manager for this distribution, and something comes from CRUX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    slimbian

    Minimal and slim Raspbian for Raspberry Pi

    ...Excluding many X11 library will make the installation become lite with smaller memory footprint in running. slimbian is not trimmed version of Raspbian, it's really a made of custom install of Raspbian minus GUI/X11 library. How to install into sdcard: $ tar -xzpvf 2015-10-slimbian-jessie.img.tar.gz $ sudo dd if=2015-10-slimbian-jessie.img of=/dev/sdX Latest release is slimbian.Jessie Disclaimer: This program is provided as is without any warranty of any kind. If you feel this program useful and get benefit from it, then please do support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    tardiff is a perl utility that enables easy patch creation for two different versions of a build/install tree in tarball format. tardiff uses advanced mechanisms to determine differences (visit homepage for a thorough description).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Payload Delivery Vehicle (PDV) is a program that builds an executable that contains a complete package (e.g. and RPM, System V package or tar file) and the commands required to install it. When the executable is run it will extract and execute the payloa
    Downloads: 70 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next