Shell Ubuntu

Open-source Shell projects categorized as Ubuntu

Top 23 Shell Ubuntu Projects

  • openvpn-install

    OpenVPN road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora

  • Project mention: Easy VPN install on Debian | /r/selfhosted | 2023-07-08

    and for OpenVPN: https://github.com/Nyr/openvpn-install

  • openvpn-install

    Set up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS or Arch Linux. (by angristan)

  • Project mention: PiVPN v4.6.0: The End | news.ycombinator.com | 2024-04-06

    https://github.com/angristan/openvpn-install or if you want to be free from your distro's OpenSSL version: https://github.com/ix-ai/openvpn (recommended, just rebuild the container if it becomes outdated)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • distrobox

    Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox

  • Project mention: Windows 11 now comes with its own adware | news.ycombinator.com | 2024-04-24

    Regarding the stability issue on a dev machine - you may be interested in playing with one of the immutable-os distros, such as SilverBlue (fedora based).

    The high-level take-away is you can't break your actual OS since it's root filesystem is read-only, and you use "pet" containers (on docker, podman, whatever) to do your work in. Applications are either sandboxed via Flatpak, or installed/run inside your pet containers. If your pet container dies, you cry about it for a moment, and when you're ready you get a new one - your actual os and other containers remain unaffected.

    I use distrobox[1] to create/run the pet containers.

    [1] https://github.com/89luca89/distrobox

  • crouton

    Chromium OS Universal Chroot Environment

  • Project mention: Linux Touchpad Like MacBook Update: 2023 Progress on Smooth Scrolling | news.ycombinator.com | 2024-03-05

    It's a little more than that, they then added subpixel and momentum scrolling support to Chrome that bypasses X11 and does something custom [1]. Integration problems like this one that require a bunch of coordination are harder to do in open source land.

    1. https://github.com/dnschneid/crouton/issues/244

  • rofi

    A huge collection of Rofi based custom Applets, Launchers & Powermenus. (by adi1090x)

  • Project mention: Some web pages are not loading properly | /r/india | 2023-05-07

    I am using arch linux. For me github is loading very slow and sometimes web pages are not loading properly. For ex this github repo - https://github.com/adi1090x/rofi keeps on loading and even after loading some images (like the drop down images) doesn't load properly. Only facing this problem with github and no other websites. Tried to go to github on my mobile (jio) and facing the same problem. Anyone having the same problem ?

  • polybar-themes

    A huge collection of polybar themes with different styles, colors and variants.

  • Project mention: WiFi and Ethernet disconnecting on Asus X670E-E (AX210 / I225-V) | /r/archcraft | 2023-07-05

    I did try other kernels and what worked with me is to basically create a custom arch install. There seems to be a specific kernel/driver combination that works well with the WiFi/Ethernet drivers on my board and I can't just force some wifi drivers on the current kernel (I think 81.ucode is the latest one for the wifi but its using a version lower than that which I've already tested by force loading). For now I'm very much thankful that you can basically study and copy Archcraft's code/packages/configs (and my backups as well) and set it up on my custom arch install though it did take a few hours but I probably managed to restore 90% of my previous setup as everything is already on github. As a bonus, I did use u/adi1090x polybar-themes as well (https://github.com/adi1090x/polybar-themes) and study to integrate that pywal effect and basically add and integrate that on top of the default themes. But its just too cumbersome to edit one by one rather than having an already available distro so I'm still hoping for a permanent fix if any of you guys have an idea.

  • photoshopCClinux

    Photoshop CC v19 installer for Gnu/Linux

  • Project mention: Windows feature that resets system clocks based on random data is wreaking havoc | news.ycombinator.com | 2023-08-17

    Unless you need the newest features, Photoshop runs surprisingly well under Wine - and I don't mean this in the usual "oh yea, Wine totally works" way where it's a huge pain to set up and is 90% luck, it actually runs with barely more glitches than on Windows (not zero, but it's Adobe software, so you can't expect much).

    This is the installer I used to use: https://github.com/Gictorbit/photoshopCClinux

    This one is newer and looks even more promising: https://github.com/LinSoftWin/Photoshop-CC2022-Linux

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ufw-docker

    To fix the Docker and UFW security flaw without disabling iptables

  • Project mention: Swag reverse proxy, fail2ban not working | /r/selfhosted | 2023-12-07

    I am running ubuntu server 22.04 LTS and have fail2ban running on the host. This works great, no issues and IPs get banned for the rules I have in place. I am using UFW and have updated my after.rules for docker based on the recommendations here.

  • build

    Armbian Linux build framework generates custom Debian or Ubuntu image for x86, aarch64, riscv64 & armhf

  • Project mention: Snapdragon 8 Gen 1's iGPU: Adreno Gets Big | news.ycombinator.com | 2024-03-07

    https://github.com/armbian/build

    There isn't any hypervisor running on that and still no SVE

  • wireguard-install

    WireGuard road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora (by Nyr)

  • Project mention: VPNs are being blocked | /r/Turkey | 2023-12-08

    after that u can simply run this script https://github.com/Nyr/wireguard-install that helps you automatically install wireguard and create a config ( to add more configs just run it again ). This script also generates QR code that you can simply scan by ur phone

  • wslu

    A collection of utilities for Windows Subsystem for Linux

  • archcraft

    // Source : ISO

  • DockSTARTer

    DockSTARTer helps you get started with running apps in Docker.

  • Project mention: services and ssl are a nightmare | /r/homeautomation | 2023-06-02

    I recommend Dockstarter if you're not that familiar with docker yet. It helps setting up everything and there's documentation available for every app.

  • swizzin

    A simple, modular seedbox solution

  • dynamic-wallpaper

    A simple bash script to set wallpapers according to current time, using cron job scheduler.

  • Project mention: Cinnamon Dynamic Wallpaper - my first extension is now available! | /r/linuxmint | 2023-07-07

    The included wallpapers are from here: https://github.com/adi1090x/dynamic-wallpaper

  • Autodesk-Fusion-360-for-Linux

    This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!

  • Project mention: how do i get fusion 360? | /r/linuxquestions | 2023-10-23

    i found a script someone made (here) but it just isnt working, when i use bottle i get an error that it failed to login, and when i use the script wget just times out. i manually downloaded the script, but the script has wget in it anyway. i tried adding -4 to wget, which didnt help.

  • PlexGuide.com

    Welcome to https://PlexGuide.com ~ Rapidly deploy multiple-hasty Docker Containers through Ansible with local or Unlimited Google HD Space!

  • plymouth-themes

    A huge collection (80+) of plymouth themes ported from android bootanimations

  • Project mention: Plymouth | /r/archlinux | 2023-05-20

    I have a NVIDIA RTX 2080 using proprietary NVIDIA driver.Theme: slices (https://github.com/adi1090x/plymouth-themes)

  • ubuntu-rockchip

    Ubuntu 22.04 and 24.04 for Rockchip RK35XX Devices

  • Project mention: Getting the RK3588 SoC supported in upstream Linux (2023) | news.ycombinator.com | 2024-02-14

    Joshua makes some good improvement and upstreams for this SOC

    https://github.com/Joshua-Riek/ubuntu-rockchip

  • dotfiles

    💻 macOS / Ubuntu dotfiles (by alrra)

  • iRedMail

    Full-featured, open source mail server solution for mainstream Linux/BSD distributions.

  • Project mention: Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui | news.ycombinator.com | 2024-04-09

    Handling lots of production email for hundreds of domains for the past 10 years on https://www.iredmail.org/

  • hardening

    Hardening Ubuntu. Systemd edition.

  • IKEv2-setup

    Set up Ubuntu Server 20.04 (or 18.04) as an IKEv2 VPN server

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Shell Ubuntu related posts

Index

What are some of the best open-source Ubuntu projects in Shell? This list will help you:

Project Stars
1 openvpn-install 18,351
2 openvpn-install 11,890
3 distrobox 8,927
4 crouton 8,497
5 rofi 6,096
6 polybar-themes 5,475
7 photoshopCClinux 4,047
8 ufw-docker 3,774
9 build 3,684
10 wireguard-install 3,591
11 wslu 3,194
12 archcraft 2,825
13 DockSTARTer 2,140
14 swizzin 1,948
15 dynamic-wallpaper 1,793
16 Autodesk-Fusion-360-for-Linux 1,702
17 PlexGuide.com 1,646
18 plymouth-themes 1,589
19 ubuntu-rockchip 1,465
20 dotfiles 1,430
21 iRedMail 1,336
22 hardening 1,308
23 IKEv2-setup 1,295

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com