Bookmarks
Gekko Geko / May 2023 (1063 Words, 6 Minutes)
Some bookmarks
List
- AdGuardHome
- Apt fast
- Bashly
- Bfg repo cleaner
- CrowdSec
- Desec dns
- Diun
- Dokku
- FreshRSS
- Goaccess
- Heimdall
- Homer
- HRConvert2
- Invidious
- Keybr
- Kompose
- Lazydocker
- Lazygit
- Link ace
- Linux server
- Maglit
- Monkeytype
- Nginx proxy manager
- Ninite
- Notica
- Onionshare
- Pacstall
- Pissmail
- Pure sh bible
- Python anti formatter
- Reconftw
- SearXNG
- Snyk
- Sshmon
- Tiny tiny rss
- Tinywow
- Uselessweb
- Ventoy
- Wireguard ui
AdGuardHome
AdGuard Home is a network-wide software for blocking ads and tracking. After you set it up, it’ll cover ALL your home devices, and you don’t need any client-side software for that.
Apt fast
apt-fast is a shellscript wrapper for apt-get and aptitude that can drastically improve apt download times by downloading packages in parallel, with multiple connections per package.
Bashly
Bashly is a command line application (written in Ruby) that lets you generate feature-rich bash command line tools.
Bfg repo cleaner
The BFG is a simpler, faster alternative to git-filter-branch for cleansing bad data out of your Git repository history:
- Removing Crazy Big Files
- Removing Passwords, Credentials & other Private data
CrowdSec
CrowdSec is a free, modern & collaborative behavior detection engine, coupled with a global IP reputation network. It stacks on fail2ban’s philosophy but is IPV6 compatible and 60x faster (Go vs Python), it uses Grok patterns to parse logs and YAML scenarios to identify behaviors.
Desec dns
deSEC is a free DNS hosting service, designed with security in mind.
Diun
Docker Image Update Notifier is a CLI application written in Go and delivered as a single executable (and a Docker image) to receive notifications when a Docker image is updated on a Docker registry.
Dokku
Docker powered mini-Heroku. The smallest PaaS implementation you’ve ever seen.
FreshRSS
FreshRSS is a self-hosted RSS feed aggregator. It is lightweight, easy to work with, powerful, and customizable.
Goaccess
GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal on *nix systems or through your browser.
Heimdall
Heimdall Application Dashboard is a dashboard for all your web applications. It doesn’t need to be limited to applications though, you can add links to anything you like.
Homer
A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.
HRConvert2
A self-hosted drag-and-drop file conversion server & file sharing tool that supports 86 file formats with 4 color schemes & 13 end-user selctable languages.
Invidious
An open source alternative front-end to YouTube.
Keybr
Take a typing test, practice typing lessons, learn to type faster.
Kompose
kompose is a tool to help users who are familiar with docker-compose move to Kubernetes. kompose takes a docker-compose file and translates it into Kubernetes resources.
Lazydocker
Simple terminal UI for both docker and docker-compose, written in Go with the gocui library.
Lazygit
A simple terminal UI for git commands, written in Go with the gocui library.
#!/usr/bin/env bash
LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[^"]*')
curl -Lo /tmp/lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz"
cd /tmp; tar xf lazygit.tar.gz lazygit
sudo install lazygit /usr/local/bin
Link ace
LinkAce is a self-hosted archive to collect links of your favorite websites. Save articles to read them later, tools to use them in your next project, or historic content to archive it for the long term. LinkAce comes with a lot of features while keeping a clean and minimal interface.
Linux server
A group of like-minded enthusiasts from across the world who build and maintain the largest collection of Docker images on the web, and at our core are the principles behind Free and Open Source Software.
Maglit
Privacy Respecting Encrypted Link Shortener.
Monkeytype
Monkeytype is a minimalistic and customizable typing test. It features many test modes, an account system to save your typing speed history…
Nginx proxy manager
This project comes as a pre-built docker image that enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.
Ninite
Ninite is a package management system for automatically installing popular applications for the Windows operating system. It enables users to make a selection from a list of applications and bundles the selection into a single installer package.
Notica
Notica sends a notification to a tab in your browser when ran. It works over SSH and to your phone.
Onionshare
OnionShare is an open source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network.
Pacstall
Pacstall is the AUR Ubuntu wishes it had. It takes the concept of the AUR and puts a spin on it, making it easier to install programs without scouring github repos and the likes.
Pissmail
Handing out free email addresses on edgy/based/cringe domain names since 2021.
Pure sh bible
A collection of pure POSIX sh alternatives to external processes.
Python anti formatter
Ever heard of Black? This is the opposite. A tool to turn your clean python code into a hideous (working) mess.
Reconftw
reconFTW automates the entire process of reconnaissance for you. It outperforms the work of subdomain enumeration along with various vulnerability checks and obtaining maximum information about your target.
SearXNG
Privacy-respecting, hackable metasearch engine.
Snyk
Snyk is a developer security platform. Integrating directly into development tools, workflows, and automation pipelines, Snyk makes it easy for teams to find, prioritize, and fix security vulnerabilities in code, dependencies, containers, and infrastructure as code.
Sshmon
SSHMon is a program designed to manage and monitor ssh connections. It has been tested on Linux and OSX with SSH ≥ 6.7.
Tiny tiny rss
Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator.
Tinywow
We offer PDF, video, image and other online tools to make your life easier
Uselessweb
Take me to a useless website.
Ventoy
Ventoy is a free and open-source utility used for writing image files such as .iso, .wim, .img, .vhd(x), and .efi files onto storage media to create bootable USB flash drives. Once Ventoy is installed onto a USB drive, there is no need to reformat the disk to update it with new installation files; it is enough to copy the .iso, .wim, .img, .img(x), or .efi file(s) to the USB drive and boot from them directly. Ventoy will present the user with a boot menu to select one of these files.
Wireguard ui
A web user interface to manage your WireGuard setup.