Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today. Learn more →
Top 23 Debian Open-Source Projects
-
Jitsi Meet
Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
This seems to be related but I'm not quite sure: https://github.com/jitsi/jitsi-meet/issues/11442
-
openvpn-install
OpenVPN road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora
You could try making your own vpn using a vps. Here are a few helpful links : https://github.com/Nyr/openvpn-install https://www.ovhcloud.com/fr/vps/
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
openvpn-install
Set up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS or Arch Linux. (by angristan)
Another useful tool: https://github.com/angristan/openvpn-install
-
-
-
Project mention: How can I make the Polybar bar look colorful like this | reddit.com/r/Polybar | 2023-01-12
-
Just like with digicams, it is not just about the sensor, but also the image processing itself. Should we omit the IR sensor to replace it with a better firmware-based noise-reduction system? But what about "Howdy" / "Hello" users, if we go this route?
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
-
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: Zero to Nix, an unofficial, opinionated, gentle introduction to Nix | reddit.com/r/linux | 2023-01-23Add to that, distrobox, and you can run a whole separate distro in a rootless container. And what do you know, it appears there is a nixpkg distrobox container.
-
You can use dietpi. It's based on debian and designed for raspberry pi, so it's lightweight and has a lot of cruft cut out. There's an x86 version available, so it will work on your box.
-
OpenMediaVault
openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, BitTorrent client and many more. Thanks to the modular design of the framework it can be enhanced via plugins. OpenMediaVault is primarily designed to be used in home environments or small home offices, but is not limited to those scenarios. It is a simple and easy to use out-of-the-box solution that will allow everyone t
Project mention: Totally Confused re Proxmox & OMV during Update | reddit.com/r/Proxmox | 2023-01-25[email protected]:~# apt grep -ir proxypass /etc/nginx E: Command line option 'i' [from -ir] is not understood in combination with the other options. [email protected]:~# cat /etc/nginx/sites-enabled/* # This file is auto-generated by openmediavault (https://www.openmediavault.org) # WARNING: Do not edit this file, your changes will get lost. server { server_name openmediavault-webgui; root /var/www/openmediavault; index index.html; autoindex off; server_tokens off; sendfile on; large_client_header_buffers 4 32k; client_max_body_size 25M; error_log /var/log/nginx/openmediavault-webgui_error.log error; access_log /var/log/nginx/openmediavault-webgui_access.log combined; error_page 404 = $scheme://$host:$server_port/#/404; location / { try_files $uri $uri/ =404; } location ~* \.json$ { expires -1; } location ~* \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass unix:/run/php/php7.4-fpm-openmediavault-webgui.sock; fastcgi_index index.php; fastcgi_read_timeout 60s; include fastcgi.conf; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; } listen *:80 default_server; listen [::]:80 default_server; include /etc/nginx/openmediavault-webgui.d/*.conf;
-
Project mention: How to create a stream-on-demand for torrent content to VLC! | reddit.com/r/selfhosted | 2022-12-16
-
uwsgi-nginx-flask-docker
Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
Project mention: Nginx/Uwsgi/Flask POST times out if body is too large | reddit.com/r/codehunter | 2022-03-28I'm using a dockerimage based on https://github.com/tiangolo/uwsgi-nginx-flask-docker/tree/master/python3.6. I am running a python app inside that accepts a POST, does some processing on the json body, and returns a simple json response back. A post like this:
-
We use the add_executable command to build executables with itk-wasm. The Emscripten and WASI toolchains along with itk-wasm build and execution configurations are contained in itk-wasm dockcross Docker images invoked by the itk-wasm command line interface (CLI). Note that the same code can also be built and tested with native operating system toolchains. This is useful for development and debugging.
-
Project mention: [WSL2] wslview won't open a file in a Windows partition if given full path but will open it if I cd to that file's directory | reddit.com/r/bashonubuntuonwindows | 2022-03-03
-
wireguard-install
WireGuard road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora (by Nyr)
Have you looked at the bash setup script at https://github.com/Nyr/wireguard-install It isn't GUI but it doesn't really need one for the basics.
-
Project mention: Suggestion for Wifi/Bluetooth m.2 card for OPI 5 | reddit.com/r/OrangePI | 2023-01-27
Done https://github.com/armbian/build/pull/4759
-
-
-
I'm not sure if this is an option, because it might break the isolation model, but you could setup repo mirrors in whatever tool of choice you like, but for Debian/Ubuntu, I think aptly is really featureful.
-
I need to stream a captured video input from my Ubuntu Kinetic to a smart TV or iPad sink via Chromecast/Miracast or whatever. Can this be done without VLC (not reliable)? Mkchromecast is not working in Kinetic yet, and GNOME Network Displays only casts physical monitors.
-
Project mention: Git-SIM: Visually simulate Git operations in your own repos with a single termi | news.ycombinator.com | 2023-01-22
> We now have a large selection of tools that allow you to visualize what's going on (I use git-kraken), as well as google for help on doing something that isn't in muscle memory.
Git Kraken is excellent, though Git has a page on various GUIs, many of which are free with no restrictions: https://git-scm.com/downloads/guis
Personally, on Windows I like SourceTree: https://www.sourcetreeapp.com/
Some that have worked with SVN back in the day like TortoiseGit: https://tortoisegit.org/
On *nix Git Cola seems to do the job for me: https://git-cola.github.io/
Then again, the most complex workflow I've worked with was Git Flow and I didn't need anything more advanced than that. Come to think of it, I don't really do rebases often either and mostly just take advantage of squashing commits through GitLab/Gitea and such, when needed.
But hey, that's also valid, using Git in a way where you get version control but mostly keep the technical details out of your way (though Git LFS and certain cases with particular line endings being needed does make you drop down occasionally).
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Debian related posts
- Suggestion for Wifi/Bluetooth m.2 card for OPI 5
- Totally Confused re Proxmox & OMV during Update
- Need advices for starting a homelab
- The sanctity of this place has been fouled…
- The weirdest helm I've ever found in Diablo I [bug]
- Odroid HC2 doesn't show disk after upgrade to OMV6 after enabling more recent kernel
- Was Diablo 1 really the game that pioneered real-time isometric combat?
-
A note from our sponsor - SonarLint
www.sonarlint.org | 27 Jan 2023
Index
What are some of the best open-source Debian projects? This list will help you:
Project | Stars | |
---|---|---|
1 | Jitsi Meet | 19,169 |
2 | openvpn-install | 16,475 |
3 | openvpn-install | 9,305 |
4 | crouton | 8,258 |
5 | devilutionX | 6,208 |
6 | polybar-themes | 4,782 |
7 | howdy | 4,399 |
8 | raspap-webgui | 3,874 |
9 | distrobox | 3,697 |
10 | DietPi | 3,637 |
11 | OpenMediaVault | 3,523 |
12 | btfs | 3,055 |
13 | uwsgi-nginx-flask-docker | 2,792 |
14 | dockcross | 2,717 |
15 | wslu | 2,607 |
16 | wireguard-install | 2,597 |
17 | build | 2,569 |
18 | ufw-docker | 2,459 |
19 | archcraft | 2,297 |
20 | aptly | 2,291 |
21 | mkchromecast | 2,030 |
22 | git-cola | 1,978 |
23 | mindforger | 1,930 |