Change everything to Org-files
This commit is contained in:
parent
58b2b2ab3d
commit
d6447b7e44
19 changed files with 111 additions and 640 deletions
95
android.md
95
android.md
|
|
@ -1,95 +0,0 @@
|
|||
# Android Links
|
||||
|
||||
This is a collection of nice open source software for Android. Below,
|
||||
you find two categories. [Casual](#casual) contains software for
|
||||
everyone. [Nerdy](#nerdy) contains software which is suited for people
|
||||
who are technically more interested.
|
||||
|
||||
- [Casual](#casual)
|
||||
- [Communication](#communication)
|
||||
- [File Synchronisation](#file-synchronisation)
|
||||
- [Look & Feel](#look-feel)
|
||||
- [Notes](#notes)
|
||||
- [PDF Viewers](#pdf-viewers)
|
||||
- [Stores](#stores)
|
||||
- [Video](#video)
|
||||
- [Nerdy](#nerdy)
|
||||
- [Custom ROMs](#custom-roms)
|
||||
- [Networking](#networking)
|
||||
- [System Tools](#system-tools)
|
||||
- [Terminal](#terminal)
|
||||
- [Web Browsing](#web-browsing)
|
||||
|
||||
## Casual
|
||||
|
||||
### Communication
|
||||
|
||||
- [**K-9 Mail**](https://k9mail.app/)
|
||||
Email client focused on making it easy to chew through large volumes
|
||||
of email
|
||||
- [**Element**](https://element.io/)
|
||||
All-in-one secure chat app for teams, friends and organisations,
|
||||
based on the Matrix protocol
|
||||
|
||||
### File Synchronisation
|
||||
|
||||
- [**Syncthing**](https://syncthing.net/)
|
||||
Synchronizes files between two or more computers in real time,
|
||||
safely protected from prying eyes
|
||||
|
||||
### Look & Feel
|
||||
|
||||
- [**KISS Launcher**](https://kisslauncher.com/)
|
||||
Launcher requiring nearly no memory to run
|
||||
|
||||
### Notes
|
||||
|
||||
- [**Joplin**](https://joplinapp.org/)
|
||||
Note taking and to-do application with synchronisation capabilities
|
||||
|
||||
### PDF Viewers
|
||||
|
||||
- [**MuPDF**](https://mupdf.com/)
|
||||
Lightweight PDF, XPS, and E-book viewer
|
||||
|
||||
### Stores
|
||||
|
||||
- [**F-Droid**](https://f-droid.org/)
|
||||
F-Droid is an installable catalogue of FOSS applications
|
||||
|
||||
### Video
|
||||
|
||||
- [**NewPipe**](https://newpipe.schabi.org/)
|
||||
Lightweight YouTube experience
|
||||
|
||||
## Nerdy
|
||||
|
||||
### Custom ROMs
|
||||
|
||||
- [**LineageOS**](https://lineageos.org/)
|
||||
Operating system for various devices, based on the Android mobile
|
||||
platform
|
||||
|
||||
### Networking
|
||||
|
||||
- [**WireGuard**](https://wireguard.com/)
|
||||
Extremely simple yet fast and modern VPN that utilizes
|
||||
state-of-the-art cryptography
|
||||
|
||||
### System Tools
|
||||
|
||||
- [**ClassyShark3xodus**](https://forum.xda-developers.com/android/software-hacking/dexdump-xodus-trackers-apk-static-t3833391/)
|
||||
Scan apps for trackers
|
||||
|
||||
### Terminal
|
||||
|
||||
- [**Nix-on-Droid**](https://nix-on-droid.unboiled.info/)
|
||||
Nix package manager
|
||||
- [**Termux**](https://termux.com/)
|
||||
Terminal emulator and Linux environment app that works directly with
|
||||
no rooting or setup required
|
||||
|
||||
### Web Browsing
|
||||
|
||||
- [**Privacy Browser**](https://www.stoutner.com/privacy-browser/)
|
||||
Web browser that respects your privacy
|
||||
67
android.org
Normal file
67
android.org
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
* Android Links
|
||||
|
||||
This is a collection of nice open source software for Android.
|
||||
Below, you find two categories.
|
||||
[[#casual][Casual]] contains software for everyone.
|
||||
[[#nerdy][Nerdy]] contains software which is suited for people who are technically more interested.
|
||||
|
||||
** Casual
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: casual
|
||||
:END:
|
||||
|
||||
*** Communication
|
||||
|
||||
|
||||
- [[https://k9mail.app/][K-9 Mail]] :: Email client focused on making it easy to chew through large volumes of email
|
||||
- [[https://element.io/][Element]] :: All-in-one secure chat app for teams, friends and organisations, based on the Matrix protocol
|
||||
|
||||
*** File Synchronisation
|
||||
|
||||
- [[https://syncthing.net/][Syncthing]] :: Synchronizes files between two or more computers in real time, safely protected from prying eyes
|
||||
|
||||
*** Look & Feel
|
||||
|
||||
- [[https://kisslauncher.com/][KISS Launcher]] :: Launcher requiring nearly no memory to run
|
||||
|
||||
*** Notes
|
||||
|
||||
- [[https://joplinapp.org/][Joplin]] :: Note taking and to-do application with synchronisation capabilities
|
||||
|
||||
*** PDF Viewers
|
||||
|
||||
- [[https://mupdf.com/][MuPDF]] :: Lightweight PDF, XPS, and E-book viewer
|
||||
|
||||
*** Stores
|
||||
|
||||
- [[https://f-droid.org/][F-Droid]] :: F-Droid is an installable catalogue of FOSS applications
|
||||
|
||||
*** Video
|
||||
|
||||
- [[https://newpipe.schabi.org/][NewPipe]] :: Lightweight YouTube experience
|
||||
|
||||
** Nerdy
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: nerdy
|
||||
:END:
|
||||
|
||||
*** Custom ROMs
|
||||
|
||||
- [[https://lineageos.org/][LineageOS]] :: Operating system for various devices, based on the Android mobile platform
|
||||
|
||||
*** Networking
|
||||
|
||||
- [[https://wireguard.com/][WireGuard]] :: Extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography
|
||||
|
||||
*** System Tools
|
||||
|
||||
- [[https://forum.xda-developers.com/android/software-hacking/dexdump-xodus-trackers-apk-static-t3833391/][ClassyShark3xodus]] :: Scan apps for trackers
|
||||
|
||||
*** Terminal
|
||||
|
||||
- [[https://nix-on-droid.unboiled.info/][Nix-on-Droid]] :: Nix package manager
|
||||
- [[https://termux.com/][Termux]] :: Terminal emulator and Linux environment app that works directly with no rooting or setup required
|
||||
|
||||
*** Web Browsing
|
||||
|
||||
- [[https://www.stoutner.com/privacy-browser/][Privacy Browser]] :: Web browser that respects your privacy
|
||||
23
hardware.md
23
hardware.md
|
|
@ -1,23 +0,0 @@
|
|||
# Hardware Links
|
||||
|
||||
This is a collection of nice hardware vendors which support open source
|
||||
software.
|
||||
|
||||
- [**ErgoDox EZ**](https://ergodox-ez.com/)
|
||||
The world’s most powerful ergonomic keyboard lets you customize
|
||||
anything, even your keyswitches
|
||||
- [**Fairphone**](https://fairphone.com/)
|
||||
The phone that cares for people and planet
|
||||
- [**PINE64**](https://www.pine64.org/)
|
||||
Organization which designs, manufactures and sells single-board
|
||||
computers, notebook computers and smartphones
|
||||
- [**Purism**](https://puri.sm/)
|
||||
High-quality computers and software with a focus on privacy,
|
||||
security, and freedom
|
||||
- [**Star Labs**](https://starlabs.systems/)
|
||||
Offer a range of laptops designed and built specifically for Linux
|
||||
- [**System76**](https://system76.com/)
|
||||
Linux Laptops, Desktops, and Servers
|
||||
- [**TUXEDO Computers**](https://tuxedocomputers.com/)
|
||||
Individually built computers/PCs and notebooks which are fully Linux
|
||||
compatible
|
||||
11
hardware.org
Normal file
11
hardware.org
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
* Hardware Links
|
||||
|
||||
This is a collection of nice hardware vendors which support open source software.
|
||||
|
||||
- [[https://ergodox-ez.com/][ErgoDox EZ]] :: The world's most powerful ergonomic keyboard lets you customize anything, even your keyswitches
|
||||
- [[https://fairphone.com/][Fairphone]] :: The phone that cares for people and planet
|
||||
- [[https://www.pine64.org/][PINE64]] :: Organization which designs, manufactures and sells single-board computers, notebook computers and smartphones
|
||||
- [[https://puri.sm/][Purism]] :: High-quality computers and software with a focus on privacy, security, and freedom
|
||||
- [[https://starlabs.systems/][Star Labs]] :: Offer a range of laptops designed and built specifically for Linux
|
||||
- [[https://system76.com/][System76]] :: Linux Laptops, Desktops, and Servers
|
||||
- [[https://tuxedocomputers.com/][TUXEDO Computers]] :: Individually built computers/PCs and notebooks which are fully Linux compatible
|
||||
17
nix.md
17
nix.md
|
|
@ -1,17 +0,0 @@
|
|||
# Nix Links
|
||||
|
||||
This is a collection of software projects, using the Nix ecosystem.
|
||||
|
||||
- [**comma**](https://github.com/Shopify/comma)
|
||||
Runs software without installing it
|
||||
- [**Home Manager**](https://github.com/rycee/home-manager)
|
||||
Provides a basic system for managing a user environment using the
|
||||
Nix package manager together with the Nix libraries found in Nixpkgs
|
||||
- [**Nixery**](http://nixery.dev/)
|
||||
Ad-hoc container images that contain packages from the Nix package
|
||||
manager
|
||||
- [**pushnix**](https://github.com/arnarg/pushnix)
|
||||
CLI tool to push your NixOS configuration repository to a remote
|
||||
host using Git and then run `nixos-rebuild` on the host using SSH
|
||||
- [**SNM**](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver)
|
||||
Complete and Simple NixOS Mailserver
|
||||
9
nix.org
Normal file
9
nix.org
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
* Nix Links
|
||||
|
||||
This is a collection of software projects, using the Nix ecosystem.
|
||||
|
||||
- [[https://github.com/Shopify/comma][comma]] :: Runs software without installing it
|
||||
- [[https://github.com/rycee/home-manager][Home Manager]] :: Provides a basic system for managing a user environment using the Nix package manager together with the Nix libraries found in Nixpkgs
|
||||
- [[http://nixery.dev/][Nixery]] :: Ad-hoc container images that contain packages from the Nix package manager
|
||||
- [[https://github.com/arnarg/pushnix][pushnix]] :: CLI tool to push your NixOS configuration repository to a remote host using Git and then run =nixos-rebuild= on the host using SSH
|
||||
- [[https://gitlab.com/simple-nixos-mailserver/nixos-mailserver][SNM]] :: Complete and Simple NixOS Mailserver
|
||||
|
|
@ -1,77 +0,0 @@
|
|||
Casual
|
||||
------
|
||||
|
||||
### Communication
|
||||
|
||||
[**K-9 Mail**](https://k9mail.app/)
|
||||
: Email client focused on making it easy to chew through large volumes
|
||||
of email
|
||||
|
||||
[**Element**](https://element.io/)
|
||||
: All-in-one secure chat app for teams, friends and organisations,
|
||||
based on the Matrix protocol
|
||||
|
||||
### File Synchronisation
|
||||
|
||||
[**Syncthing**](https://syncthing.net/)
|
||||
: Synchronizes files between two or more computers in real time,
|
||||
safely protected from prying eyes
|
||||
|
||||
### Look & Feel
|
||||
|
||||
[**KISS Launcher**](https://kisslauncher.com/)
|
||||
: Launcher requiring nearly no memory to run
|
||||
|
||||
### Notes
|
||||
|
||||
[**Joplin**](https://joplinapp.org/)
|
||||
: Note taking and to-do application with synchronisation capabilities
|
||||
|
||||
### PDF Viewers
|
||||
|
||||
[**MuPDF**](https://mupdf.com/)
|
||||
: Lightweight PDF, XPS, and E-book viewer
|
||||
|
||||
### Stores
|
||||
|
||||
[**F-Droid**](https://f-droid.org/)
|
||||
: F-Droid is an installable catalogue of FOSS applications
|
||||
|
||||
### Video
|
||||
|
||||
[**NewPipe**](https://newpipe.schabi.org/)
|
||||
: Lightweight YouTube experience
|
||||
|
||||
Nerdy
|
||||
-----
|
||||
|
||||
### Custom ROMs
|
||||
|
||||
[**LineageOS**](https://lineageos.org/)
|
||||
: Operating system for various devices, based on the Android mobile
|
||||
platform
|
||||
|
||||
### Networking
|
||||
|
||||
[**WireGuard**](https://wireguard.com/)
|
||||
: Extremely simple yet fast and modern VPN that utilizes
|
||||
state-of-the-art cryptography
|
||||
|
||||
### System Tools
|
||||
|
||||
[**ClassyShark3xodus**](https://forum.xda-developers.com/android/software-hacking/dexdump-xodus-trackers-apk-static-t3833391/)
|
||||
: Scan apps for trackers
|
||||
|
||||
### Terminal
|
||||
|
||||
[**Nix-on-Droid**](https://nix-on-droid.unboiled.info/)
|
||||
: Nix package manager
|
||||
|
||||
[**Termux**](https://termux.com/)
|
||||
: Terminal emulator and Linux environment app that works directly with
|
||||
no rooting or setup required
|
||||
|
||||
### Web Browsing
|
||||
|
||||
[**Privacy Browser**](https://www.stoutner.com/privacy-browser/)
|
||||
: Web browser that respects your privacy
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
Android Links
|
||||
=============
|
||||
|
||||
This is a collection of nice open source software for Android. Below,
|
||||
you find two categories. [Casual](#casual) contains software for
|
||||
everyone. [Nerdy](#nerdy) contains software which is suited for people
|
||||
who are technically more interested.
|
||||
|
|
@ -1,264 +0,0 @@
|
|||
Casual
|
||||
------
|
||||
|
||||
### Communication
|
||||
|
||||
[**Rambox**](https://rambox.pro/)
|
||||
: Workspace browser that allows you to manage as many applications as
|
||||
you want
|
||||
|
||||
[**Element**](https://element.io/)
|
||||
: All-in-one secure chat app for teams, friends and organisations,
|
||||
based on the **Matrix** protocol
|
||||
|
||||
### File Synchronisation
|
||||
|
||||
[**Syncthing**](https://syncthing.net/)
|
||||
: Synchronizes files between two or more computers in real time,
|
||||
safely protected from prying eyes
|
||||
|
||||
### Graphics
|
||||
|
||||
[**GIMP**](https://gimp.org/)
|
||||
: Cross-platform image editor available for GNU/Linux, OS X, Windows
|
||||
and more operating systems
|
||||
|
||||
[**Inkscape**](https://inkscape.org/)
|
||||
: Vector graphics editor for GNU/Linux, Windows and MacOS X
|
||||
|
||||
### Music
|
||||
|
||||
[**Audacious**](https://audacious-media-player.org/)
|
||||
: Plays your music how you want it, without stealing away your
|
||||
computer's resources from other tasks
|
||||
|
||||
[**DeaDBeeF**](https://deadbeef.sourceforge.io/)
|
||||
: Lets you play variety of audio formats, convert between them,
|
||||
customize the UI almost any way you want, and use many additional
|
||||
plugins which can extend it even more
|
||||
|
||||
[**Quod Libet**](https://quodlibet.readthedocs.io/)
|
||||
: Designed around the idea that you know how to organize your music
|
||||
better than we do
|
||||
|
||||
### Notes
|
||||
|
||||
[**Joplin**](https://joplinapp.org/)
|
||||
: Note taking and to-do application with synchronisation capabilities
|
||||
|
||||
### Office
|
||||
|
||||
[**ghostwriter**](http://wereturtle.github.io/ghostwriter/)
|
||||
: Distraction-free Markdown editor
|
||||
|
||||
[**Libre Office**](https://libreoffice.org/)
|
||||
: Powerful office suite
|
||||
|
||||
[**TeXstudio**](https://texstudio.org/)
|
||||
: Integrated writing environment for creating LaTeX documents
|
||||
|
||||
### Video
|
||||
|
||||
[**VLC**](http://videolan.org/)
|
||||
: Cross-platform multimedia player and framework that plays most
|
||||
multimedia files, and various streaming protocols
|
||||
|
||||
Nerdy
|
||||
-----
|
||||
|
||||
### Communication
|
||||
|
||||
[**Matrix**](https://matrix.org/)
|
||||
: Open network for secure, decentralized communication
|
||||
|
||||
[**Mutt**](http://mutt.org/)
|
||||
: Small but very powerful text-based mail client
|
||||
|
||||
[**Neomutt**](https://neomutt.org/)
|
||||
: Fork of **Mutt** with added features
|
||||
|
||||
### Documentation
|
||||
|
||||
[**Zeal**](https://zealdocs.org/)
|
||||
: Offline documentation browser for software developers
|
||||
|
||||
### File Editing
|
||||
|
||||
[**Kakoune**](https://kakoune.org/)
|
||||
: Modal editor, similar to **Vim**
|
||||
|
||||
[**Neovim**](https://neovim.io/)
|
||||
: Hyperextensible **Vim**-based text editor
|
||||
|
||||
[**Pandoc**](https://pandoc.org/)
|
||||
: Swiss-army knife for converting files from one markup format into
|
||||
another
|
||||
|
||||
[**Vim**](https://www.vim.org/)
|
||||
: Highly configurable text editor built to make creating and changing
|
||||
any kind of text very efficient
|
||||
|
||||
### File Management
|
||||
|
||||
[**exa**](https://the.exa.website/)
|
||||
: Improved file lister with more features and better defaults
|
||||
|
||||
[**ranger**](https://ranger.github.io/)
|
||||
: Console file manager with VI key bindings
|
||||
|
||||
[**rsync**](https://rsync.samba.org/)
|
||||
: Utility that provides fast incremental file transfer
|
||||
|
||||
### File Sharing
|
||||
|
||||
[**Magic Wormhole**](https://github.com/warner/magic-wormhole/)
|
||||
: Get things from one computer to another, safely
|
||||
|
||||
### Graphics
|
||||
|
||||
[**feh**](https://feh.finalrewind.org/)
|
||||
: Image viewer aimed mostly at console users
|
||||
|
||||
[**ImageMagick**](https://imagemagick.org/)
|
||||
: Software suite for displaying, creating, converting, modifying, and
|
||||
editing raster images
|
||||
|
||||
### Look & Feel
|
||||
|
||||
[**Pywal**](https://github.com/dylanaraps/pywal)
|
||||
: Tool that generates a color palette from the dominant colors in an
|
||||
image
|
||||
|
||||
### Music
|
||||
|
||||
[**Beets**](http://beets.io/)
|
||||
: Media library management system for obsessive music geeks
|
||||
|
||||
[**Mopidy**](https://mopidy.com/)
|
||||
: Extensible music server written in **Python**
|
||||
|
||||
### Networking
|
||||
|
||||
[**aria2**](https://aria2.github.io/)
|
||||
: Lightweight multi-protocol & multi-source command-line download
|
||||
utility
|
||||
|
||||
[**curl**](https://curl.haxx.se/)
|
||||
: Command line tool and library for transferring data with URLs
|
||||
|
||||
[**Mosh**](https://mosh.org/)
|
||||
: Remote terminal application that allows roaming, supports
|
||||
intermittent connectivity, and provides intelligent local echo and
|
||||
line editing of user keystrokes
|
||||
|
||||
[**Nmap**](https://nmap.org/)
|
||||
: Utility for network discovery and security auditing
|
||||
|
||||
[**Termshark**](https://termshark.io/)
|
||||
: A terminal UI for tshark, inspired by **Wireshark**
|
||||
|
||||
[**WireGuard**](https://wireguard.com/)
|
||||
: Extremely simple yet fast and modern VPN that utilizes
|
||||
state-of-the-art cryptography
|
||||
|
||||
[**Wireshark**](https://wireshark.org/)
|
||||
: The world's foremost and widely-used network protocol analyzer
|
||||
|
||||
### Newsfeeds
|
||||
|
||||
[**spiderss**](https://git.opaque.tech/denis/spiderss/)
|
||||
: Plaintext RSS crawler
|
||||
|
||||
### Operating Systems
|
||||
|
||||
[**NixOS**](https://nixos.org/)
|
||||
: Declarative operating system, based on the **Nix** package manager
|
||||
|
||||
### Package Managers
|
||||
|
||||
[**Nix**](https://nixos.org/nix/)
|
||||
: Purely functional package manager, available for all Unix based
|
||||
distributions
|
||||
|
||||
### PDF Viewers
|
||||
|
||||
[**MuPDF**](https://mupdf.com/)
|
||||
: Lightweight PDF, XPS, and E-book viewer
|
||||
|
||||
[**zathura**](https://pwmt.org/projects/zathura/)
|
||||
: Highly customizable and functional document viewer
|
||||
|
||||
### Programming Languages
|
||||
|
||||
[**Haskell**](https://www.haskell.org/)
|
||||
: An advanced, purely functional programming language
|
||||
|
||||
[**Python**](https://python.org/)
|
||||
: Programming language that lets you work quickly and integrate
|
||||
systems more effectively
|
||||
|
||||
[**Rust**](https://www.rust-lang.org/)
|
||||
: Language empowering everyone to build reliable and efficient
|
||||
software
|
||||
|
||||
### Terminal
|
||||
|
||||
[**fish**](https://fishshell.com/)
|
||||
: Fish is a smart and user-friendly command line
|
||||
|
||||
[**kitty**](https://sw.kovidgoyal.net/kitty/)
|
||||
: The fast, featureful, GPU based terminal emulator
|
||||
|
||||
[**rxvt-unicode**](http://software.schmorp.de/pkg/rxvt-unicode.html)
|
||||
: rxvt-unicode is a fork of the well known terminal emulator rxvt
|
||||
|
||||
[**tmux**](https://tmux.github.io)
|
||||
: Terminal multiplexer
|
||||
|
||||
[**Xonsh**](https://xon.sh/)
|
||||
: Python-powered, cross-platform, Unix-gazing shell language and
|
||||
command prompt
|
||||
|
||||
### Version Control
|
||||
|
||||
[**Git**](https://git-scm.com/)
|
||||
: Distributed version control system designed to handle everything
|
||||
from small to very large projects with speed and efficiency
|
||||
|
||||
### Video
|
||||
|
||||
[**mpv**](https://mpv.io/)
|
||||
: Media player for the command line
|
||||
|
||||
### Web Browsers
|
||||
|
||||
[**qutebrowser**](https://qutebrowser.org/)
|
||||
: Keyboard-focused browser with a minimal GUI
|
||||
|
||||
[**w3m**](http://w3m.sourceforge.net/)
|
||||
: Text-based web browser as well as a pager
|
||||
|
||||
### Window Managers
|
||||
|
||||
[**2bwm**](https://github.com/venam/2bwm)
|
||||
: Fast floating WM, with the particularity of having 2 borders
|
||||
|
||||
[**awesome**](https://awesomewm.org/)
|
||||
: Highly configurable, next generation framework window manager for X
|
||||
|
||||
[**bspwm**](https://github.com/baskerville/bspwm)
|
||||
: Tiling window manager based on binary space partitioning
|
||||
|
||||
[**i3**](https://i3wm.org/)
|
||||
: Improved tiling window manager
|
||||
|
||||
[**i3-gaps**](https://github.com/Airblader/i3/)
|
||||
: **i3** with more features
|
||||
|
||||
[**Sway**](https://swaywm.org/)
|
||||
: Sway is a tiling Wayland compositor and a drop-in replacement for
|
||||
**i3**
|
||||
|
||||
[**xmonad**](https://xmonad.org/)
|
||||
: Dynamically tiling X11 window manager that is written and configured
|
||||
in **Haskell**
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
Links
|
||||
=====
|
||||
|
||||
This is a collection of nice open source software. Below, you find two
|
||||
categories. [Casual](#casual) contains software for everyone.
|
||||
[Nerdy](#nerdy) contains software which is suited for people who are
|
||||
technically more interested.
|
||||
|
||||
If you are using **Android**, take a look at the [**Android
|
||||
Links**](./android.md).
|
||||
|
||||
If you are owning a **server**, take a look at the [**Selfhosted
|
||||
Links**](./selfhosted.md).
|
||||
|
||||
If you are looking for new **hardware**, start at the [**Hardware
|
||||
Links**](./hardware.md)
|
||||
|
||||
If you are using the **Nix** package manager or **NixOS**, have a look
|
||||
at the [**Nix Links**](./nix.md)
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
function generate {
|
||||
HEADER=./$1/header.md
|
||||
BODY=./$1/body.md
|
||||
OUT=../$2.md
|
||||
|
||||
# Cleanup files
|
||||
pandoc $HEADER -o $HEADER
|
||||
pandoc $BODY -o $BODY
|
||||
|
||||
# Generate output file
|
||||
pandoc -H $HEADER --toc $BODY -o $OUT
|
||||
pandoc -t gfm $OUT -o $OUT
|
||||
}
|
||||
|
||||
generate "default" "README"
|
||||
generate "android" "android"
|
||||
generate "selfhosted" "selfhosted"
|
||||
generate "hardware" "hardware"
|
||||
generate "nix" "nix"
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
[**ErgoDox EZ**](https://ergodox-ez.com/)
|
||||
: The world's most powerful ergonomic keyboard lets you customize
|
||||
anything, even your keyswitches
|
||||
|
||||
[**Fairphone**](https://fairphone.com/)
|
||||
: The phone that cares for people and planet
|
||||
|
||||
[**PINE64**](https://www.pine64.org/)
|
||||
: Organization which designs, manufactures and sells single-board
|
||||
computers, notebook computers and smartphones
|
||||
|
||||
[**Purism**](https://puri.sm/)
|
||||
: High-quality computers and software with a focus on privacy,
|
||||
security, and freedom
|
||||
|
||||
[**Star Labs**](https://starlabs.systems/)
|
||||
: Offer a range of laptops designed and built specifically for Linux
|
||||
|
||||
[**System76**](https://system76.com/)
|
||||
: Linux Laptops, Desktops, and Servers
|
||||
|
||||
[**TUXEDO Computers**](https://tuxedocomputers.com/)
|
||||
: Individually built computers/PCs and notebooks which are fully Linux
|
||||
compatible
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
Hardware Links
|
||||
==============
|
||||
|
||||
This is a collection of nice hardware vendors which support open source
|
||||
software.
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
[**comma**](https://github.com/Shopify/comma)
|
||||
: Runs software without installing it
|
||||
|
||||
[**Home Manager**](https://github.com/rycee/home-manager)
|
||||
: Provides a basic system for managing a user environment using the
|
||||
Nix package manager together with the Nix libraries found in Nixpkgs
|
||||
|
||||
[**Nixery**](http://nixery.dev/)
|
||||
: Ad-hoc container images that contain packages from the Nix package
|
||||
manager
|
||||
|
||||
[**pushnix**](https://github.com/arnarg/pushnix)
|
||||
: CLI tool to push your NixOS configuration repository to a remote
|
||||
host using Git and then run `nixos-rebuild` on the host using SSH
|
||||
|
||||
[**SNM**](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver)
|
||||
: Complete and Simple NixOS Mailserver
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Nix Links
|
||||
=========
|
||||
|
||||
This is a collection of software projects, using the Nix ecosystem.
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
### Communication
|
||||
|
||||
[**SNM**](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/)
|
||||
: Complete and simple NixOS mailserver
|
||||
|
||||
[**Synapse**](https://matrix.org/docs/projects/server/synapse/)
|
||||
: Matrix.org's reference server
|
||||
|
||||
### DAV
|
||||
|
||||
[**Radicale**](https://radicale.org/)
|
||||
: Small but powerful CalDAV and CardDAV server
|
||||
|
||||
### Newsfeeds
|
||||
|
||||
[**Tiny Tiny RSS**](https://tt-rss.org/)
|
||||
: Web-based news feed reader and aggregator
|
||||
|
||||
### Search Engines
|
||||
|
||||
[**searx**](https://asciimoo.github.io/searx/)
|
||||
: Free internet metasearch engine which aggregates results from more
|
||||
|
||||
### Version Control
|
||||
|
||||
[**Gitea**](https://gitea.io/)
|
||||
: Community managed lightweight code hosting solution written in Go
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Selfhosted Links
|
||||
================
|
||||
|
||||
This is a collection of nice open source software for your server.
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
# Selfhosted Links
|
||||
|
||||
This is a collection of nice open source software for your server.
|
||||
|
||||
- [Communication](#communication)
|
||||
- [DAV](#dav)
|
||||
- [Newsfeeds](#newsfeeds)
|
||||
- [Search Engines](#search-engines)
|
||||
- [Version Control](#version-control)
|
||||
|
||||
### Communication
|
||||
|
||||
- [**SNM**](https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/)
|
||||
Complete and simple NixOS mailserver
|
||||
- [**Synapse**](https://matrix.org/docs/projects/server/synapse/)
|
||||
Matrix.org’s reference server
|
||||
|
||||
### DAV
|
||||
|
||||
- [**Radicale**](https://radicale.org/)
|
||||
Small but powerful CalDAV and CardDAV server
|
||||
|
||||
### Newsfeeds
|
||||
|
||||
- [**Tiny Tiny RSS**](https://tt-rss.org/)
|
||||
Web-based news feed reader and aggregator
|
||||
|
||||
### Search Engines
|
||||
|
||||
- [**searx**](https://asciimoo.github.io/searx/)
|
||||
Free internet metasearch engine which aggregates results from more
|
||||
|
||||
### Version Control
|
||||
|
||||
- [**Gitea**](https://gitea.io/)
|
||||
Community managed lightweight code hosting solution written in Go
|
||||
24
selfhosted.org
Normal file
24
selfhosted.org
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
* Selfhosted Links
|
||||
|
||||
This is a collection of nice open source software for your server.
|
||||
|
||||
** Communication
|
||||
|
||||
- [[https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/][SNM]] :: Complete and simple NixOS mailserver
|
||||
- [[https://matrix.org/docs/projects/server/synapse/][Synapse]] :: Matrix.org's reference server
|
||||
|
||||
** DAV
|
||||
|
||||
- [[https://radicale.org/][Radicale]] :: Small but powerful CalDAV and CardDAV server
|
||||
|
||||
** Newsfeeds
|
||||
|
||||
- [[https://tt-rss.org/][Tiny Tiny RSS]] :: Web-based news feed reader and aggregator
|
||||
|
||||
** Search Engines
|
||||
|
||||
- [[https://asciimoo.github.io/searx/][searx]] :: Free internet metasearch engine which aggregates results from more
|
||||
|
||||
** Version Control
|
||||
|
||||
- [[https://gitea.io/][Gitea]] :: Community managed lightweight code hosting solution written in Go
|
||||
Loading…
Add table
Add a link
Reference in a new issue