Showing 2909 open source projects for "linux shell android"

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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    DarkOs

    DarkOs

    DarkOs An Arch Based Distro

    DarkOs Is A Linux Distribution Based On Arch Linux, Designed To Create More Enjoyable Experience With Ease Of Use . It Comes With 3 Editions (One Hell - Soopertrack - Schmedding), Each Edition Has It's Own Window Manager And Package List. DarkOs "One Hell" Edition Comes With (Xmonad,HerbstluftWm,Awesome, Qtile) And Minimal Amount Of Packages .
    Downloads: 23 This Week
    Last Update:
    See Project
  • 2
    [LINUX] Pwnagotchi Connection Share

    [LINUX] Pwnagotchi Connection Share

    Simple bash script for connection sharing.

    ~ BY DOCTORX FOR PWNAGOTCHI ITALIA ~ This is a simple bash script that allow connection sharing between your host PC and your Raspberry Pi Zero W. It is a modified version of the original script that automatically set up a DNS on your Pwnagotchi*. You have to run this script every time you connect your Pwnagotchi to your PC and want to share your internet connection. Useful for let the gotchi able to upload handshakes to online cracking services like OnlineHashCrack. HOW TO USE: In...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    USB Gadget Tool

    USB Gadget Tool

    Convert your Android phone to any USB device you like

    Convert your Android phone to any USB device you like. USB Gadget Tool allows you to create and activate USB device roles, like a mouse or a keyboard. Connected USB hosts (e.g. a normal computer) will then identify your Android device only under that role. It can also be used to deactivate the standard USB Gadget (including mtp, adb, etc.), e.g. for security reasons.
    Downloads: 56 This Week
    Last Update:
    See Project
  • 4

    mi9se

    Xiaomi MI9SE custom Android builds

    === crDroid UNOFFICIAL builds for MI9SE === # Additional ROM features added by me: - Wakelock and Alarm blockers - Classical AppOpps - Forcedark blacklist - exclude apps from being painted dark - per-App cellular/wifi/vpn restriction - GoogleSans font and additional color accents ## CONTACTS Telegram: https://t.me/f93_grus ## SUPPORT MY WORK https://paypal.me/faust93
    Downloads: 6 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
    flash

    flash

    Command line script to flash SD card images of any kind

    Command line script to flash SD card images of any kind. Note that for some devices (e.g. Raspberry Pi), at the end of the flashing process the tool tries to customize the SD card e.g. it configures a hostname or WiFi. And with a cloud-init enabled image you can do much more like adding users, SSH keys etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ZED OS

    ZED OS

    ZED OS the clone of Windows XP

    ZED OS is a portuguese Linux based distribution (remaster of Ubuntu Mate). It was designed for users who want an innovative system. With both 3D and 2D interfaces you'll be able to chosse the better one according to your hardware/needs. It's Web Based and inspired in Windows XP from Microsoft
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    Raspberry Pi Push Notifications

    Raspberry Pi Push Notifications

    Notifications to phone from Raspberry PI for GPIO connected devices

    This software is for delivering push notifications to remote devices such as smartphones and tablets from a Raspberry Pi when the Raspberry Pi is connected through its GPIO pins to a device which holds a relay or electronic switch temporarily closed when activated. An example of such as device is a Dakota Alert break beam sensor.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    Linux Test Project

    Testsuite to validate the reliability, robustness, stability of Linux.

    Linux Test Project (LTP) is a joint project started by SGI, OSDL and Bull developed and maintained by SUSE, Red Hat, Fujitsu, IBM, Cisco, Oracle and others. The project goal is to deliver tests to the open source community that validate reliability, robustness, and stability of the Linux Kernel. The testing suites contain a collection of tools for testing the Linux kernel and related features. Our goal is to improve the Linux kernel and system libraries by bringing test automation.
    Leader badge
    Downloads: 1,025 This Week
    Last Update:
    See Project
  • 9
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    VitOS for RPi4
    Silent Angel VitOS for RPI4 is an operating system supports Roon Bridge. VitOS is a customized Linux based operating system designed for music player. Optimizations in the kernel and system are done by Silent Angel engineers and make it possible to enhance the performance of network I/O, USB I/O, task manager, ..., and so on. As a result, running Roon Bridge and other music player application on VitOS has better sound quality than other OS.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    A collection of scripts that work together to manage multiple invocations of GNU Screen to overcome some of its limitations on Mac OS X.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Photoshop CC Linux

    Photoshop CC Linux

    Photoshop CC v19 installer for Gnu/Linux

    This bash script helps you to install Photoshop CC version 19 on your Linux machine using wine behind the scene and sets some necessary components up for the best performance. Downloads necessary components and installs them (vcrun, atmlib, msxml...). Downloads photoshop.exe installer. Creates photoshop command and a desktop entry. Wine dark mode. Supports graphic cards like (intel, Nvidia). Saves the downloaded files in your cache directory. It's free and you will not need any license key....
    Downloads: 53 This Week
    Last Update:
    See Project
  • 13

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Palladium-OS

    Palladium-OS

    An AOSP based ROM focusing mainly on Customisation and Simplicity.

    Palladium OS (abbreviated pdOS), is a Custom ROM based on Android 11 and the element palladium. Android 11 is the most significant Android updates feature-wise after Android 9 while the element palladium is all about Non-Reactiveness ( Stable), Absorption Capacity ( Abundant Features) and Reaction Time ( Speed at its finest). So, it isn't yet another ubiquitous ROM. pdOS is speed and stability at its finest. But the game-changer here is that this is a community-driven OS. Anyone can request...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15
    Macbuntu BIGSur 2021

    Macbuntu BIGSur 2021

    Macbuntu BIGSur 2021.6 x64 bit Kernel 5.11.18 on xubuntu lts 21.04

    New features: Mozilla Firefox, Anydesk remote control, Vlc player, Pinta, Gimp Photoshop, Windows font pack, Grubcostomizer, macOSX BIGSur Wallpaper icon,theme and cursor packs,ULauncher ctrl+space search, Guake terminal F12, Neofetch macOSX, Bleachbit system cleaner, Plankdock with whitedark-whitelight theme. About? WhiteSUR theme icon packs, macosx mouse cursor, original hd wallpapers added. The XFCE Desktop interface provides a comfortable and fast use for any computer. Login,...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 16
    Mi A1: LuciferKernel

    Mi A1: LuciferKernel

    Linux 4.9 Kernel for Xiaomi Mi A1 aka Tissot

    Join official telegram group: https://t.me/luciferkernel Kernel stage Changed to Beta. Features: →Added F2FS Rapid Gc. → CPU OC to 3.1Mhz (OC Build Only) → GPU OC to 850Mhz (OC Build Only) → Reduced GPU idle time to 64ms → Added DTS-Eagle. → CPU undervolted upto 10% → Improved thermals. → Added Sound tweaks. → Added Boeffla Wakelocker → Added State Notifier → Added Adreno Idler → Added Adreno Boost → Added dynamic SchedTune boost. → Added Klapse → Added KCAL → Added BFQ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17

    ProgressUI

    Daemon and set of tool to manage system by newbie

    This project assembly special dbus session daemon and set of tools to execute actions on certainly programs integrated with daemon delivered by this project. It is tend rather to help newbie than hackers. Currently works only under Plasma5/X11 due to only GTK+-2.0 backend of libgreattao works. This means tray icon do not shown in Plasma5/Wayland, etc. Other DE than Plasma5 not been tested.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Rad Kernel (whyred)

    Rad Kernel (whyred)

    Custom kernel for whyred (Redmi Note 5 Pro/AI)

    RAD Kernel is a custom linux kernel for whyred (Redmi Note 5 Pro/AI) that contains all features you need and aims for best balance between performance and battery.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19
    Latest-Security-patch
    Bug fix custom Rom android system vendor security patches # magisk module
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    TeLOS Linux Lite

    TeLOS Linux Lite

    smart Debian Lite KDE distribution

    TeLOS Lite is TeLOS Linux minus the extra applications. TeLOS is a new, humbly proud Linux Debian distribution. It is a customized respin based on Debian bullseye/sid branch with the latest minimal KDE Plasma desktop environment on top. TeLOS Linux Lite is extremely lightweight and easily customizable. It is freely distributed and honors free, open source software. Nevertheless, some non-free proprietary packages are included to widely support common modern hardware. The most popular...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21

    btrfsManage

    Version: 0.2.7 31/05/2021

    Bash script for managing btrfs filesystem (local and remote): - Perform scrubs - Creating snapshots (with auto delete for no empty space) - Send snapshots (with auto delete for no empty space) - List snapshot - Delete snapshot (with auto delete). - Delete old snapshots. - Mount snapshot - Simulate the action. - Simple to use and verify proper operation. - Designed to be run from the shell or from the crontab. - No setup, just copy btrfsManage. - The subvolume on which to perform...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    uGet - Download Manager
    uGet, the Best Download Manager for Linux. uGet is a lightweight yet powerful Open Source download manager for GNU/Linux developed with GTK+, which also comes packaged as a portable Windows app. - Quick Links - Features: https://ugetdm.com/features Screenshots: https://ugetdm.com/screenshots Blog: https://ugetdm.com/blog Support: https://ugetdm.com/qa Frequently Asked Questions (FAQs): https://ugetdm.com/qa/faq RSS Feed: https://ugetdm.com/rss GitHub: https://github.com/ugetdm
    Leader badge
    Downloads: 512 This Week
    Last Update:
    See Project
  • 23
    KeexyBox

    KeexyBox

    The box to keep the Internet under your control

    KeexyBox allows you to do parental control, block ads, limit telemetry, and browse the Internet anonymously from your home network without installing any software on your devices. It also can be used to create a public wireless access point with the captive portal. It is a software program which requires a Raspberry PI box and which is installed on Raspbian. It constitutes a cut-off point between your devices (computers, tablets, smartphones, etc.) and your router or Internet box....
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    Cygnus
    A custom ROM based on Android, focusing on UI
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    Android Emulator M1 Preview

    Android Emulator M1 Preview

    Preview of some basic Android emulation functionality

    android-emulator-m1-preview captured the early effort to bring the Android Emulator to Apple Silicon by targeting the ARM64 host and macOS virtualization APIs. The preview introduced native builds that avoid x86 translation, dramatically improving boot time, UI smoothness, and battery usage on M1-class Macs. It documented limitations typical of a preview—graphics features, sensor fidelity, and compatibility quirks—while outlining the path to parity with established macOS targets. Developers...
    Downloads: 3 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB