awesome-systools
Sysadmin toolkit
A curated collection of sysadmin tools and resources to facilitate automation and efficient management of computer systems.
Awesome Systools is a collection of sysadmins daily handy tools.
156 stars
12 watching
21 forks
last commit: about 2 months ago
Linked from 1 awesome list
automationawesomeawesome-listbsdlinuxmacosperformancesysadminsystoolswindows
Awesome Systools / Lists | |||
The Book of Secret Knowledge | 149,254 | 2 days ago | |
Awesome-Selfhosted | 203,740 | 1 day ago | : This is a list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers |
Lucid Index | : This site's goal is to help you find the software you need as quickly as possible | ||
Awesome Sysadmin | 25,539 | 3 months ago | : A curated list of amazingly awesome open source sysadmin resources |
Awesome Systools / Reliability | |||
Google - Site Reliability Engineering | |||
Istio on GKE | Google's SRE in a Box! | ||
The 5 Things I Learned About ICS Operations From Jurassic Park | |||
Post-Mortems-Template | 31 | about 6 years ago | |
A Brief History of High Availability | |||
Awesome Systools / Licensing | |||
A New Social Contract for Open Source | |||
Awesome Systools / Linux / Distros | |||
The Void (Linux) distribution | : Void is a general purpose operating system, based on the monolithic Linux® kernel. Its package system allows you to quickly install, update and remove software; software is provided in binary packages or can be built directly from sources with the help of the XBPS source packages collection | ||
devuan | : Devuan GNU+Linux is a fork of Debian without systemd | ||
Linux distros without systemd | |||
KISS | : An independent Linux® distribution with a focus on simplicity and the concept of “less is more” | ||
EasyOS | : An experimental linux distribution | ||
KaOS | : A Lean KDE Distribution | ||
Kicksecure ™ | : A Security-hardened, Non-anonymous Linux Distribution | ||
14 Linux Distributions You Can Rely on for Your Ancient 32-bit Computer | |||
void-mklive | 328 | 4 months ago | : The Void Linux live image maker |
Busybox-based Linux distro from scratch | |||
oasis | 2,802 | about 1 month ago | : a small statically-linked linux system |
unetbootin | |||
iPad Linux | |||
Tiny Core Linux, Micro Core Linux, 12MB Linux GUI Desktop, Live, Frugal, Extendable | |||
Floppinux | - | ||
Asahi Linux | aims to bring you a polished Linux® experience on Apple Silicon Macs | ||
Pop!_OS | 359 | over 2 years ago | |
kwin-tiling | 1,101 | about 2 years ago | : Tiling script for kwin |
AV Linux MX Edition | |||
The Core Project | : as suggested by our name, is not a turnkey desktop distribution. Instead we deliver just the core Linux from which it is quite easy to add what you want. We offer 3 different x86 "cores" to get you started: Core, TinyCore, and our installation image, CorePlus | ||
Damn Small Linux | |||
SLAX | : is a modern, portable, small and fast Linux operating system with modular approach and outstanding design | ||
Bodhi Linux | : a lightweight distribution featuring the fast & fully customizable Moksha Desktop | ||
Awesome Systools / Linux / Kernel | |||
Writing a Simple Linux Kernel Module | |||
eBPF Utilities, Maps, and more | 250 | over 1 year ago | |
lsof to graphviz | 1,019 | over 5 years ago | |
Making Sense of Hexdump | , | ||
Interactive map of Linux Kernel | |||
How to prevent unprivileged users from viewing dmesg command output on Linux | : | ||
darling | 11,540 | 8 days ago | : Darwin/macOS emulation layer for Linux |
Dmesg under the hood | : Dmesg allows us to grasp what's going on under the hood when the kernel gets bad. Check out how dmesg is able to read kernel logs and show to the user | ||
Petitboot | 214 | 8 months ago | : is an operating system bootloader based on Linux kexec. It can load any operating system image that supports the Linux kexec re-boot mechanism like Linux and FreeBSD |
Killing processes that don't want to die | |||
musl libc | : is lightweight, fast, simple, free, and strives to be correct in the sense of standards-conformance and safety | ||
Modern USB gadget on Linux & how to integrate it with systemd (Part 2) | |||
Introduction to Paging | : Writing an OS in Rust | ||
Linux on your laptop | : Here's what you need to know about UEFI firmware | ||
Rockbox | : is a free replacement firmware for digital music players | ||
Learn and use fork(), vfork(), wait() and exec() system calls across Linux Systems | |||
LKRG | 415 | 29 days ago | : Linux Kernel Runtime Guard |
Following the Linux Kernel Defence Map | |||
How io_uring and eBPF Will Revolutionize Programming in Linux | |||
My First Kernel Module: A Debugging Nightmare | |||
Is Your Linux Version Hiding Interrupt CPU Usage From You? | Tanel Poder Consulting | |||
displaylink-debian | 1,280 | 5 months ago | : DisplayLink driver installer for Debian and Ubuntu based Linux distributions |
How To Configure Your Monitors With Xrandr in Linux | on too | ||
FlashFloppy | 1,359 | 4 days ago | : Floppy drive emulator for Gotek hardware |
Writing a pseudo-device driver on Linux | |||
Framework Laptop Embedded Controller (EC) | 953 | 21 days ago | |
APFS FUSE Driver for Linux | 1,788 | 3 months ago | |
Awesome Systools / Linux / Performance | |||
Optimizing-Linux-Performance-A-Hands-On-Guide-to-Linux-Performance-Tools | 68 | almost 9 years ago | |
Why is the kernel community replacing iptables with BPF? | |||
bcc | 20,577 | 7 days ago | : Tools for BPF-based Linux IO analysis, networking, monitoring, and more |
bpftrace | (DTrace 2.0) for Linux 2018 | ||
What's a CPU to do when it has nothing to do? | |||
How new-lines affect Linux performance | |||
Hooking Linux Kernel Functions, Part 1: Looking for the Perfect Solution | |||
Hooking Linux Kernel Functions, Part 2: How to Hook Functions with Ftrace | |||
Hooking Linux Kernel Functions, Part 3: What Are the Main Pros and Cons of Ftrace? | |||
Heatmaps Make Ops Better | |||
execution-trace-viewer | 270 | over 3 years ago | : Tool for viewing and analyzing execution traces |
Program Profiling | |||
ebpf_exporter | 2,200 | 20 days ago | : Prometheus exporter for custom eBPF metrics |
ARM and Intel have different performance characteristics: a case study in random number generation | |||
Estimating branch probability using Intel LBR feature | : The underlying CPU feature that allows this to happen is called LBR(Last Branch Record). LBR feature is used to track control flow of the program. This feature uses MSRs (Model Specific Registers) to store history of last taken branches | ||
Introduction | Linux Applications Performance: | ||
A Multithreaded Fork of Redis That’s 5X Faster Than Redis | |||
600k concurrent websocket connections on AWS using Node.js | |||
Part 3 — cache first | Making Instagram.com faster: | ||
gprof, Valgrind and gperftools | an evaluation of some tools for application level CPU profiling on Linux | ||
A small s**tstorm is heading your way, if you're in the business of running code on Intel computers. | |||
BPF: A New Type of Software | , , | ||
Linux Applications Performance: Introduction | |||
Comparison of Rust async and Linux thread context switch time and memory use | 713 | 5 days ago | |
How Netflix uses eBPF flow logs at scale for network insight | |||
systeroid | Rewriting sysctl(8) in Rust: | ||
netdata | : Real-time performance monitoring, done right! | ||
Watchman | 12,742 | 5 days ago | : Watches files and records, or triggers actions, when they change |
cartography | 3,012 | 5 days ago | : Cartography is a Python tool that consolidates infrastructure assets and the relationships between them in an intuitive graph view powered by a Neo4j database |
hardinfo | 770 | 8 months ago | : System profiler and benchmark tool for Linux systems |
hotspot | 4,148 | 6 days ago | : The Linux perf GUI for performance analysis |
Busychild | 24 | about 4 years ago | : a pstree mod that prints other helpful information and with added functionality |
Awesome Systools / Linux / Performance / Sysmon on Linux: | |||
Automating the deployment of Sysmon for Linux 🐧 and Azure Sentinel in a lab environment | |||
Install SysinternalsEBPF | 241 | 6 days ago | |
Install Sysmon | 1,746 | 14 days ago | |
Install-Sysmon-For-Linux.sh | 317 | about 1 year ago | |
Sysmon For Linux Lab Environment | 550 | about 1 year ago | |
Awesome Systools / Linux / Performance | |||
An intro to finding things in Linux | |||
magic-trace | 4,658 | about 1 month ago | : collects and displays high-resolution traces of what a process is doing |
Awesome Systools / Linux / Red Hat/Fedora | |||
Cheatsheet | Yum to DNF | ||
How to reset a root password on Fedora | |||
Use restic on Fedora for encrypted backups | |||
Software Galaxies | 1,572 | 6 months ago | : package managers visualization, |
United RPMs repo | |||
chromium on pkgs.org | (or you can build it ) | ||
Planet CCRMA at home | (SuperCollider home) | ||
Fedora Scientific Vagrant boxes are here! | |||
Install VLC on Fedora | : | ||
How to install and activate Cockpit web console on RHEL 8 | |||
How to reset a root password on Fedora | |||
Backup on Fedora Silverblue with Borg | |||
Fedora 27 - Laptop won't suspend when closing lid | |||
Installing alternative versions of RPMs in Fedora | with | ||
Use Postfix to get email from your Fedora system | |||
Trace code in Fedora with bpftrace | |||
Python in RHEL 8 | |||
bodhi | 155 | 5 days ago | : Bodhi is a web-system that facilitates the process of publishing updates for a Fedora-based software distribution |
the-new-hotness | 43 | 22 days ago | : A fedmsg consumer that files bugzilla bugs for upstream releases |
koschei | 37 | 6 months ago | : Continuous integration for Fedora packages |
mirrormanager2 | 65 | 10 days ago | : Rewrite of the MirrorManager application in Flask and SQLAlchemy |
fedora-messaging | 54 | 10 days ago | : A library for sending AMQP messages with JSON schema in Fedora infrastructure |
fedocal | 26 | 3 months ago | : A web based calendar application for Fedora |
Use timedatectl to Control System Time and Date in Linux | |||
Configurando timezone em RHEL CentOS | |||
Fedora pastebin and fpaste updates | |||
Managing software and services with Cockpit | |||
Set up single sign-on for Fedora Project services | |||
Fedy | 187 | 5 months ago | makes it easy to install third-party software in Fedora |
Fedora Switch Display Manager | : GDM/SDDM/LXDM/LightDM/KDM/XDM | ||
CONFIGURING USER AUTHENTICATION USING AUTHSELECT | |||
Come test a new release of pipenv, the Python development tool | |||
conky | 7,279 | 8 days ago | : Light-weight system monitor for X |
Red Hat Remote Exams - Create a Live USB using Red Hat Enterprise Linux | |||
RPM Packages of Sequoia PGP for Fedora | |||
Awesome Systools / Linux / Debian | |||
Introduction to AppArmor | The Debian Administrator's Handbook | ||
Awesome Systools / Linux / Debian / Ubuntu | |||
Improving Bluetooth Audio Quality on Ubuntu Linux | |||
Back to Linux | |||
Awesome Systools / Linux / Debian | |||
Firmware - what are we going to do about it? | : firmware support in Debian sucks, and we need to change this. See the "My preference, and rationale" Section below | ||
Awesome Systools / Linux / Packaging | |||
Packages — GuixSD | |||
warp | 1,914 | 6 months ago | : Create self-contained single binary applications |
Linux brew | : Linuxbrew is a fork of Homebrew, the macOS package manager, for Linux | ||
Nixpkgs | 18,200 | 3 days ago | : is a collection of packages for the Nix package manager. It is periodically built and tested by the Hydra build daemon as so-called channels |
ELF STATIFIER MAIN PAGE | : Statifier is a tool for creating portable, self-containing Linux executables | ||
Crev | 398 | almost 3 years ago | : Socially scalable Code REView and recommendation system that we desperately need |
Limiting the power of package installation in Debian | |||
RPM packages explained | |||
Creating RPM Packages with Fedora | |||
here | 1 | over 12 years ago | Spec file, to create lsutil rpm: |
Awesome Systools / Linux / Storage | |||
Mounting a hard disk image including partitions using Linux | |||
How to full encrypt your linux system with lvm on luks | |||
Tutorial: ClamAV-Antivirus-Scanning in Nextcloud implementieren | |||
Mapping UID and GID of local user to the mounted NFS share - Server Fault | |||
RAMCloud | 490 | about 5 years ago | : RAMCloud is a new class of super-high-speed storage for large-scale datacenter applications. It is designed for applications in which a large number of servers in a datacenter need low-latency access to a large durable datastore |
Awesome Systools / Linux / Storage / Synology Resources: | |||
Synomon | |||
SynoCommunity | |||
spksrc | 3,039 | 7 days ago | : Cross compilation framework to create native packages for the Synology's NAS |
Awesome Systools / Linux / Storage | |||
ssdWearOut | 11 | almost 6 years ago | : Do you want to wear out your SSD before the warranty expires? |
ELSA | : Efficient Long-Term Secure Storage of Large Datasets | ||
drbd | 587 | 3 days ago | : LINBIT DRBD-9.0 (new-stable) |
Analyzing Your File System and Folder Structures with Python | |||
Algorithms behind Modern Storage Systems | : Alex Petrov talks about modern storage system approaches, discussing storage internals, and evaluation techniques to choose a database with the optimal read, write or memory overhead, best suitable for a certain data | ||
PrivateStorage.io | : Least Authority and Private Internet Access announce PrivateStorage.io. (using Tahoe-LAFS) | ||
Get Your Data Back With Linux-Based Data Recovery Tools | |||
Awesome Systools / Linux / Storage / Smartctl and disk monitoring links: | |||
SMART Stats Exposed — a Drive Stats Remix | |||
How to check an hard drive health from the command line using smartctl | |||
Awesome Systools / Linux / Storage | |||
RASCSI | 543 | 22 days ago | : RaSCSI is a virtual SCSI device emulator that runs on a Raspberry Pi |
How to Check if TRIM Is Enabled for Your SSD (and Enable It if It Isn’t) | |||
FreeNAS HDD torture test | 0 | almost 8 years ago | |
The Linux Filesystem Explained | |||
Postgres Is Underrated—It Handles More than You Think | |||
PostgREST | : is a standalone web server that turns your PostgreSQL database directly into a RESTful API | ||
Postgres is a great pub/sub & job server | |||
Port 5432 is open | : introducing the Splitgraph Data Delivery Network | ||
psql command line tutorial and cheat sheet | |||
nocodb | 49,733 | 4 days ago | : The Open Source Airtable alternative |
ClickHouse | 37,649 | 5 days ago | : is a free analytics DBMS for big data |
Database-less torrent website | |||
Awesome Systools / Linux / Controllers | |||
lsiutil | 9 | almost 8 years ago | LSILogic util: |
Awesome Systools / Caching | |||
Evolution of Application Data Caching : From RAM to SSD | |||
Awesome Systools / Caching / Evolution of Application Data Caching : From RAM to SSD | |||
EVCache | 2,058 | 7 days ago | : A distributed in-memory data store for the cloud |
extstore | 13,514 | 7 days ago | : is an addition to memcached which leaves the hash table and keys in memory, but moves values to external storage (usually flash) |
Awesome Systools / Automation | |||
Script to convert a Debian installation on DigitalOcean to Arch Linux | 830 | 5 months ago | |
HomelabOS | : Your very own offline-first privacy-centric open-source data-center! | ||
5 Lessons Learned From Writing Over 300,000 Lines of Infrastructure Code | |||
ieturk | 266 | about 5 years ago | : Intuitive Annotation Tool for Information / Named Entity Recognition using localturk / Amazon Mechanical Turk |
terraform-aws-secure-baseline | 1,143 | 5 months ago | : Terraform module to set up your AWS account with the secure baseline configuration based on CIS Amazon Web Services Foundations |
cue | 3,085 | over 3 years ago | : Validate and define text-based and dynamic configuration |
Mitogen | : Mitogen is a Python library for writing distributed self-replicating programs | ||
Terraform-Templates | 24 | about 3 years ago | : Terraform Templates to Deploy Infrastructure |
Rapid YAML | 583 | 3 months ago | |
How To Use Terraform with DigitalOcean | |||
Opta | 906 | over 1 year ago | : is a new kind of Infrastructure-As-Code framework where you work with high-level constructs instead of getting lost in low level cloud configuration |
Awesome Systools / Automation / Ansible | |||
ansible | Some usefull ansible playbooks, scripts and tips on dir | ||
Awesome Systools / Automation / Ansible / ansible | |||
ansible.posix | 159 | 6 days ago | |
Playbooks and roles for installing and managing Ansible networking CI | 21 | about 6 years ago | |
Ansible Role: EPEL Repository | 186 | 4 months ago | |
Ansible role to install and manage nginx configuration | 655 | 9 months ago | |
ansible-playbook-gitlab | 48 | about 11 years ago | |
ansible-cloudflare | 4 | over 6 years ago | |
ansible-pelican | 2 | over 7 years ago | : Ansible playbooks for deploying and updating a pelican blog |
Awesome Systools / Automation / Ansible | |||
Automating Python with Ansible | |||
dnf module | |||
Python 3 Support | : On your hosts ansible file, include a var subsection on your hosts group: | ||
CHANGING THE SSH PORT WITH ANSIBLE | |||
Understanding Ansible Inventories | : The key to understanding all of Ansible | ||
How to install Ansible on Ubuntu 18.04 for IT automation | |||
Red Hat Ansible Automation Platform Workshops | Training Course for Ansible Automation Platform | ||
Best Practices | Ansible | ||
Template Designer Documentation | Jinja templaes (used in ansible): | ||
A Tutorial for Learning Adhoc Commands in Ansible | |||
vmware_rest | 132 | 7 days ago | : Ansible Collection for VMWare (REST modules) |
ansible-aci | 142 | 8 days ago | : Cisco ACI Ansible Collection |
infoblox-ansible | 55 | 7 days ago | : Ansible modules for interfacing to Infoblox systems |
Community Network Collection | 124 | about 1 month ago | : The Community Network collection includes community maintained content to help automate network appliances |
Zuul | 25 | over 2 years ago | configuration files for the Ansible tenant |
Community Sops Collection | 76 | 7 days ago | : Simple and flexible tool for managing secrets |
CentOS.org Ansible Infra playbooks | 61 | 19 days ago | : Just a placeholder for the Ansible playbooks used in the CentOS Infrastructure |
Infrastructure | 385 | almost 2 years ago | : The infrastructure monorepo for The Rocky Linux Foundation |
AnsibleBoy | 23 | over 3 years ago | : aims to use the Ansible as data, which can then be visualized in a table format |
Awesome Systools / Automation / Puppet | |||
running puppet on openwrt | 16 | about 10 years ago | (dead!) |
Awesome Systools / Security | |||
andOTP | 3,756 | over 2 years ago | : Open source two-factor authentication for Android |
Librefox | 1,724 | over 3 years ago | : Firefox with privacy enhancements |
Managing credentials with KeePassXC | |||
pass | : the standard unix password manager | ||
RoboForm | |||
MFA on PayPal | |||
Apache Teaclave | : an open source universal secure computing platform, making computation on privacy-sensitive data safe and simple | ||
Awesome Systools / Security / Auditing | |||
A UNIX security auditing tool based on several security frameworks | 309 | 4 months ago | |
The 101 of ELF files on Linux | : Understanding and Analysis | ||
Awesome Systools / Security / Hardening | |||
9 Kubernetes Security Best Practices Everyone Must Follow | |||
BlueWars | : Capture The Flag Defensivo que aconteceu na H2HC | ||
CCAT | 442 | over 1 year ago | : Cisco Config Analysis Tool |
Ciderpress | 48 | about 5 years ago | : Hardened wordpress installer |
debian-cis | 765 | 2 months ago | : PCI-DSS compliant Debian 7/8 hardening |
Endlessh | 7,320 | 6 months ago | : an SSH tarpit |
ERNW Repository of Hardening Guides | 611 | about 3 years ago | : This repository contains various hardening guides compiled by ERNW for various purposes |
fero | 209 | about 6 years ago | : YubiHSM2-backed signing server |
FirewallChecker | 101 | about 3 years ago | : A self-contained firewall checker |
Get SSH login notification on Telegram | |||
Hardentools | 2,931 | 8 months ago | is a utility that disables a number of risky Windows features |
How To Secure A Linux Server | 17,554 | about 1 month ago | : An evolving how-to guide for securing a Linux server |
Implementing Least-Privilege Administrative Models | |||
Iptables Essentials | 1,483 | over 4 years ago | : Common Firewall Rules and Commands |
iptables-essentials | 1,483 | over 4 years ago | : Iptables Essentials: Common Firewall Rules and Commands |
kconfig-hardened-check | 1,690 | 12 days ago | : A tool for checking the hardening options in the Linux kernel config |
Keyringer | : encrypted and distributed secret sharing software | ||
Keystone Project | . Github: | ||
linux-hardened | 5 | over 6 years ago | : Minimal supplement to upstream Kernel Self Protection Project changes |
List of sites with two factor auth | 3,388 | 7 days ago | |
nftables | : nftables is the successor to iptables. It replaces the existing iptables, ip6tables, arptables and ebtables framework. It uses the Linux kernel and a new userspace utility called nft. nftables provides a compatibility layer for the ip(6)tables and framework | ||
Common approaches to securing Linux servers and what runs on them. | Nice article with a lot of resources: | ||
opmsg | 750 | over 1 year ago | : is a replacement for gpg which can encrypt/sign/verify your mails or create/verify detached signatures of local files. Even though the opmsg output looks similar, the concept is entirely different |
prowler | 10,839 | 6 days ago | : AWS Security Best Practices Assessment, Auditing, Hardening and Forensics Readiness Tool. It follows guidelines of the CIS Amazon Web Services Foundations Benchmark and additional checks. Official CIS for |
reconbf | 47 | about 8 years ago | : Recon system hardening scanner |
Sarlacc | 44 | over 6 years ago | is an SMTP server that I use in my malware lab to collect spam from infected hosts |
Secure & Ad-free Internet Anywhere With Streisand and Pi Hole | |||
Secure Secure Shell | by | ||
Securing Docker Containers | |||
securityonion-docs | 84 | 5 days ago | |
security.txt | : A proposed standard which allows websites to define security policies | ||
Hardenize | See your site config with | ||
Set up two-factor authentication for SSH on Fedora | |||
solo-hw | 182 | almost 5 years ago | : Hardware sources for Solo |
ssh-auditor | 608 | 11 months ago | : The best way to scan for weak ssh passwords on your network |
Streisand | 23,195 | over 3 years ago | sets up a new server running your choice of WireGuard, OpenConnect, OpenSSH, OpenVPN, Shadowsocks, sslh, Stunnel, or a Tor bridge. It also generates custom instructions for all of these services. At the end of the run you are given an HTML file with instructions that can be shared with friends, family members, and fellow activists |
The Practical Linux Hardening Guide | 9,947 | over 4 years ago | : 🔥 This guide details the planning and the tools involved in creating a secure Linux production systems - work in progress |
This is a practical guide to using YubiKey as a SmartCard for storing GPG encryption and signing keys. | 11,198 | 18 days ago | |
tls-what-can-go-wrong | 100 | almost 6 years ago | : TLS - what can go wrong? |
upvote | 452 | about 3 years ago | : A multi-platform binary whitelisting solution |
Using a Hardened Container Image for Secure Applications in the Cloud | |||
yubikey-ssh-setup | 3,243 | 29 days ago | |
Zero-knowledge attestation | |||
Awesome Systools / Security / Hardening / RHEL Like systems: | |||
CentOS7 Lockdown | 73 | almost 3 years ago | |
RHEL7-CIS | 30 | over 4 years ago | : Ansible RHEL 7 - CIS Benchmark Hardening Script |
cisecurity | 9 | over 4 years ago | : Configures Linux systems to Center for Internet Security Linux hardening standard |
ansible-role-hardening | 536 | 4 days ago | : Ansible role to apply a security baseline. Systemd edition |
CIS Benchmarks Audit | 248 | 7 months ago | : Simple command line tool to check for compliance against CIS Benchmarks |
Awesome Systools / Security / Hardening | |||
Linux Hardening Checklist | 1,498 | almost 5 years ago | : This guide details creating a secure Linux production system. OpenSCAP (C2S/CIS, STIG) |
Douane | : Linux personal firewall with per application rule controls | ||
Two-factor authentication for SSH | |||
Hardened/PaX Quickstart | |||
firejail | 5,811 | 13 days ago | : Linux namespaces and seccomp-bpf |
Awesome Windows Domain Hardening | 1,748 | almost 5 years ago | : A curated list of awesome Security Hardening techniques for Windows |
CHAPS | 173 | 7 months ago | : Configuration Hardening Assessment PowerShell Script (CHAPS) |
VideoLan Robots.txt | |||
Awesome Systools / Security / WebServers / A lot of good posts by geek flare: | |||
How to Configure SSL Certificate on Google Cloud Load Balancer? | |||
Nginx Web Server Security & Hardening Guide | |||
IBM HTTP Server Security & Hardening Guide | |||
Apache Tomcat Hardening and Security Guide | |||
How to Enable TLS 1.3 in Nginx, Cloudflare? | |||
Apache Web Server Hardening & Security Guide | (broken!??) | ||
Awesome Systools / Security / WebServers / CaCerts | |||
List of free rfc3161 servers. | TSA Servers | ||
certstream-server | 271 | 8 months ago | : Certificate Transparency Log aggregation, parsing, and streaming service written in Elixir |
Awesome Systools / Security / WebServers / Apache: | |||
Apache Security | by | ||
dotdotslash | 418 | 5 months ago | : An tool to help you search for Directory Traversal Vulnerabilities |
A new security header: Feature Policy | |||
How do I prevent apache from serving the .git directory? | |||
Awesome Systools / Security / WebServers / Nginx: | |||
20 Essential Things to Know if You’re on Nginx Web Server | |||
Nginx C function | : Create your desired C application on top of nginx module | ||
NGINX config for SSL with Let's Encrypt certs | |||
How to Configure Nginx SSL Certifcate Chain | |||
nginx ui | 4,431 | 6 months ago | : Nginx UI allows you to access and modify the nginx configurations files without cli |
Awesome Systools / Security / WebServers / PHP: | |||
Cheatsheet for finding vulnerable PHP code using grep | 346 | over 6 years ago | : This will assist you in the finding of potentially vulnerable PHP code. Each type of grep command is categorized in the type of vulnerabilities you generally find with that function |
snuffleupagus | 26 | about 1 year ago | : Security module for php7 - Killing bugclasses and virtual-patching the rest! |
FOPO-PHP-Deobfuscator | 86 | over 7 years ago | : A simple script to deobfuscate PHP file obfuscated with FOPO Obfuscator |
Decode.Tools | : Decode PHP Obfuscator by FOPO | ||
Awesome Systools / Security / WebServers | |||
A new security header: Feature Policy | |||
CAA Mandated by CA/Browser Forum | |||
dotdotslash | 418 | 5 months ago | : An tool to help you search for Directory Traversal Vulnerabilities |
ENVOY | is an open source edge and service proxy, designed for cloud-native applications | ||
ghp | 262 | almost 6 years ago | : A simple web server for serving static GitHub Pages locally |
LEAR | 168 | almost 6 years ago | : Linux Engine for Asset Retrieval |
NFHTTP | 588 | over 1 year ago | : A cross platform C++ HTTP library that interfaces natively to other platforms |
Security/Server Side TLS | by Mozilla | ||
security.txt | : A proposed standard which allows websites to define security policies | ||
urlscan.io | : A sandbox for the web | ||
Opting your Website out of Google's FLoC Network | |||
Awesome Systools / Security / Proxy | |||
Tolouse denylist of domains | : Be careful : this list should not be seen as a "to be block". It must be seen as a "web categorization" : some categories can be blocked or allowed, depending on your environnement | ||
Use YubiKey security key to sign into AWS Management Console with YubiKey for multi-factor authentication | |||
Introducing the Qubes U2F Proxy | |||
YubiKey-Guide | 11,198 | 18 days ago | : Guide to using YubiKey for GPG and SSH |
Using a Yubikey for GPG and SSH | : Sebastian Neef - 0day.work | ||
PIN and Management Key | |||
Improve login security with challenge-response authentication | |||
URU Card | : Arduino FIDO2 Authenticator | ||
YubiKey at Datadog | 495 | 10 months ago | |
This is a practical guide to using YubiKey as a SmartCard for storing GPG encryption and signing keys. | 11,198 | 18 days ago | |
yubikey-ssh-setup | 3,243 | 29 days ago | |
Awesome Systools / Security / VPN | |||
How I made my own WireGuard VPN server | |||
Secure & Ad-free Internet Anywhere With Streisand and Pi Hole | |||
DSVPN | 5,170 | about 2 months ago | : A Dead Simple VPN |
Build a virtual private network with Wireguard | |||
Awesome Systools / Security / Privacy | |||
Privacy and Anonimity Tools | |||
pi-hole | : | ||
Awesome Systools / Security / Privacy / pi-hole | |||
Public ad-blocking DNS service built on Pi-hole. | |||
AdBlocking VPN Proxy Server | (Pi-hole, Wireguard, Privoxy, Unbound) | ||
Pihole Adlist Tool | 544 | 10 months ago | : An tool to analyse how your pihole adlists cover you browsing behavior |
Internal Domains with DNSMasq and Pi-Hole | |||
Awesome Systools / Security / Privacy | |||
Bootable and Encrypted Whonix VM on 8GB USB Stick | |||
DNSCrypt-Proxy + Unbound + OpenVPN | |||
Tails OS | – An Actionable Guide for Regular Folks | ||
How to secure your computer and surf fully Anonymous BLACK-HAT STYLE | |||
noisy | 1,692 | 12 months ago | : Simple random DNS, HTTP/S internet traffic noise generator |
Flood Your ISP with Random, Noisy Data to Protect Your Privacy on the Internet | |||
Randomization and encryption of DNS requests | |||
NSABlocklist | : HOSTS file and research project to block all known NSA / GCHQ / C.I.A. / F.B.I. spying server | ||
Anonymising your traffic with linux | |||
EndWare | 52 | about 1 year ago | : is a collection of scripts and configuration files geared towards promoting computer security, anonymity, and privacy. These tools will grow overtime |
The ultimative collection of Free and Open Source Android apps | : | ||
Host your own .onion site using nginx and Tor | |||
Ultra low budget wifi crypt router | |||
Lamphone | : Real-Time Passive Sound Recovery from Light Bulb Vibrations | ||
How to setup NordVPN on the Raspberry Pi | |||
Improving user privacy and developer experience with User-Agent Client Hints | |||
For decades our tools have failed to combat bulk metadata surveillance, it's time to push forward and support radical privacy initiatives. | |||
Console Do Not Track (DNT) | : A proposed unified standard for opting out of telemetry for TUI/console apps | ||
One Bad Apple | |||
"You have zero privacy anyway, get over it." | |||
GlobaLeaks | 1,250 | 6 days ago | is free, open source software enabling anyone to easily set up and maintain a secure whistleblowing platform |
snowflake | is a system to defeat internet censorship | ||
Personal Security Checklist | 17,283 | 4 days ago | : 🔒 A curated checklist of 300+ tips for protecting digital security and privacy in 2022 |
Awesome Systools / Security / Messaging | |||
Tox | : The library provides all of the messaging and encryption facilities, and is completely decoupled from any user-interface; for an end-user to make use of Tox, they need a Tox client. MacOS Clients: and | ||
Build a WhatsApp Chatbot With Python, Flask and Twilio | and | ||
Awesome Systools / Continuous Integration | |||
Danger | 5,464 | about 1 month ago | runs after your CI, automating your team's conventions surrounding code review |
The centralized Danger server, freeing Danger from running on CI. | 461 | over 2 years ago | |
OSS-Fuzz | 10,548 | 6 days ago | Continuous Fuzzing for Open Source Software |
Fedora's | CI/Standard Test Interface | ||
Do continuous deployment with Github and Python | |||
Terraform | ( ) | ||
Best way to do linux clones for your CI | |||
Terratest | 7,519 | 5 days ago | : is a Go library that makes it easier to write automated tests for your infrastructure code |
Creating a Faster Jekyll | |||
Vespene | 652 | almost 6 years ago | : A modern continuous integration, deployment, and self-service automation platform |
pytest-picked | 370 | 15 days ago | : Run the tests related to the changed files (according to Git) |
Quality Checking Infrastructure-as-Code | |||
PyUP | : Automated Python Security and Dependency Updates | ||
Circle CI | |||
Overalls | : We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite | ||
opsmop | : next-gen automation | ||
Canary analysis | : Lessons learned and best practices from Google and Waze | ||
Spinnaker | 9,341 | 7 days ago | : is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence |
Actions | 393 | over 3 years ago | : A collection of useful GitHub Actions |
When the going gets tough | : Understanding the challenges with Product commoditization in SCA | ||
Examples and customization tricks | |||
An introduction to deterministic builds with C/C++ | |||
bazel | : Build and test software of any size, quickly and reliably | ||
k6 | 26,050 | 6 days ago | : A modern load testing tool, using Go and JavaScript |
Open Source Insights | : Open Source Insights is an experimental service developed and hosted by to help developers better understand the structure, construction, and security of open source software packages | ||
Repositories Reports | 5 | 10 days ago | : Repository with weekly insights reports for personal repositories using Github Actions and Ritchie CLI |
Spacelift | : Flexible management platform for Infrastructure as Code | ||
Awesome Systools / Continuous Integration / Jenkins | |||
Jenkinsfile | 1 | over 6 years ago | example by |
Pythran as a bridge between fast prototyping and code deployment | |||
Adding a GitHub Webhook in Your Jenkins Pipeline | |||
Troubleshooting GitHub WebHooks SSL Verification | |||
github - misconfigured SSL using webhooks | |||
GitHub Plugin - Jenkins | |||
Trigger Jenkins builds by pushing to Github | |||
Add Users to Jenkins with "Allow users to sign up" Disabled | |||
Easy Jenkins with a System Container | |||
Awesome Systools / Devops | |||
Guiding Principles for Developer Tools | |||
How to do a code review | |||
GLab | 2,075 | about 2 years ago | is an open source Gitlab Cli tool written in Go (golang) to help work seamlessly with Gitlab from the command line |
DevOps Awesome Tools | 12 | about 4 years ago | |
Team-Handbook-Template | 21 | about 6 years ago | : An employee / team handbook template |
Custom Gitlab CICD using Auto DevOps template + Add Cloud Build in GCP | |||
devops-101-workshop | 45 | over 3 years ago | : Serves as documentation, starter code, and companion guide for a DevOps 101 workshop using the JFrog platform |
DevOps, SRE, and Platform Engineering | |||
Awesome Systools / Devops / Servless: | |||
faas-cli | 798 | about 2 months ago | : Official CLI for OpenFaaS |
Awesome Systools / Devops | |||
The I&O Leader’s Guide to Chaos Engineering | |||
DevOps Roadmap | : Step by step guide for DevOps, SRE or any other Operations Role in 2022 | ||
How to Become a DevOps Engineer in Six Months | |||
The GitLab team handbook | : is the central repository for how we run the company | ||
Awesome Systools / Interfaces | |||
A sysadmin login session in a web browser | 11,274 | 6 days ago | |
tinywm | : The tiniest window manager | ||
nextspace | 1,892 | 8 days ago | : NeXTSTEP-like desktop environment for Linux |
Term VM | : A floating WM of terminals inside your terminal | ||
Awesome Systools / Troubleshooting | |||
sysdig | 7,781 | about 1 month ago | : Linux system exploration and troubleshooting tool with first class support for containers |
rbspy | : Have a running Ruby program that you want to profile without restarting it? Want to profile a Ruby command line program really easily? You want rbspy! rbspy can profile any Ruby program by running 1 command | ||
drltrace | 389 | over 4 years ago | : Drltrace is a library calls tracer for Windows and Linux applications |
Awesome Systools / Troubleshooting / Logs | |||
Sigma | 8,371 | 6 days ago | : Generic Signature Format for SIEM Systems |
fluent-bit | 5,863 | 4 days ago | : Fast and Lightweight Log processor and forwarder for Linux, BSD and OSX |
GoAccess - Visual Web Log Analyzer | |||
Slagg | Simple Log Aggregator | ||
The Log File Navigator | ( ) | ||
Logging best practices to get the most out of application level logging | |||
honeyd-syslogger.sh | : Parses honeyd logfiles to syslog and sends them to a SIEM | ||
Awesome Systools / Troubleshooting / Benchmarks | |||
test-profiles | 72 | 25 days ago | : A read-only Git copy of the OpenBenchmarking.org test profiles |
hardware-effects | 2,840 | 9 months ago | : Demonstration of various hardware effects |
PrIM | 137 | 7 months ago | (Processing-In-Memory Benchmarks) is the first benchmark suite for a real-world processing-in-memory (PIM) architecture. PrIM is developed to evaluate, analyze, and characterize the first publicly-available real-world PIM architecture, the UPMEM PIM architecture. Described by Gómez-Luna et al |
Awesome Systools / Services | |||
How to write LDAP search filters | |||
LDAP Synchronization Connector | 111 | 2 months ago | |
LDAP Plugin Documentation | |||
ADtoLDAP | 74 | over 4 years ago | : A light weight Active Directory to OpenLDAP, or OpenLDAP to OpenLDAP Synchronization Connector written in Golang |
Awesome Systools / Network | |||
TCP Tracepoints | |||
BCC | 20,577 | 7 days ago | : Tools for BPF-based Linux IO analysis, networking, monitoring, and more |
dhcpcd | |||
concurrency-limits | 3,261 | 27 days ago | : Java Library that implements and integrates concepts from TCP congestion control to auto-detect concurrency limits to achieve optimal throughput with optimal latency [ ] |
Debugging HTTPS | |||
Awesome Systools / Network / Debugging HTTPS | |||
tcpdump | Some examples | ||
Awesome Systools / Network | |||
Building my ideal router for $50 | |||
Detecting the use of "curl | bash" server side | Application Security | |||
Scapy | 10,771 | 16 days ago | : the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3 |
Ping test in a shell script | |||
OpenBGPD | : Adding Diversity to the Route Server Landscape | ||
netbox | 16,261 | 6 days ago | : IP address management (IPAM) and data center infrastructure management (DCIM) tool |
NETWORK PROTOCOLS | : for anyone who knows a programming language | ||
My complete OpenWrt Setup Guide | |||
bnet | 142 | 27 days ago | : Message oriented networking library using TCP transport |
openrsync | 402 | 11 months ago | : clean-room BSD-licensed implementation of rsync |
Using the NetworkManager’s DNSMasq plugin | |||
pure JS WiFi QR Code Generator | |||
Operating a Large, Distributed System in a Reliable Way | : Practices I Learned | ||
Bond WiFi and Ethernet for easier networking mobility | |||
Copying large files with Rsync, and some misconceptions | |||
When TCP sockets refuse to die | . . more on Marek's | ||
gev | 1,727 | over 1 year ago | : is a lightweight, fast non-blocking TCP network library based on Reactor mode |
A Practical Guide to BLE Throughput | |||
mptcpd | 184 | 7 days ago | The Multipath TCP Daemon - is a daemon for Linux based operating systems that performs multipath TCP path management related operations in the user space. It interacts with the Linux kernel through a generic netlink connection to track per-connection information (e.g. available remote addresses), available network interfaces, request ne… |
Reinventing the Network Stack for Compute-Intensive Applications | |||
Convert curl syntax to Python | |||
Nethogs | 3,186 | about 2 months ago | : NetHogs is a small 'net top' tool. Instead of breaking the traffic down per protocol or per subnet, like most tools do, it groups bandwidth by process |
CORE | 683 | about 1 month ago | : Common Open Research Emulator |
The design of lock_sock() in Linux kernel | |||
Solarflare | What is Kernel Bypass, And Why Is It An Important Concept? | ||
Data Plane Development Kit | : that consists of libraries to accelerate packet processing workloads running on a wide variety of CPU architectures | ||
Zuul | 13,534 | 7 days ago | is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more |
the great internet tcp congestion control census | |||
gRPC | is a modern open source high performance Remote Procedure Call (RPC) framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services | ||
grpc-tools | 1,212 | about 1 year ago | : A suite of gRPC debugging tools. Like Fiddler/Charles but for gRPC |
Online Protobuf Decoder. | |||
Things we (finally) know about network queues | |||
Sending Data | Monitoring and Tuning the Linux Networking Stack: / | ||
Awesome Systools / Network / Network Troubleshooting | |||
10 examples of Linux ss command to monitor network connections | |||
Viewing HAProxy Statistics | |||
List all IP addresses connected to your Server | |||
howmanypeoplearearound | 6,919 | 3 months ago | : Count the number of people around you by monitoring wifi signals |
SS Utility | : Quick Intro | ||
http toolkit | : Intercept & view all your HTTP(S), Mock endpoints or entire servers, Rewrite, redirect, or inject errors | ||
quiche | 9,475 | 6 days ago | : Savoury implementation of the QUIC transport protocol and HTTP/3 |
ripe-atlas-tools | 184 | 7 months ago | : Official command-line client for RIPE Atlas |
whois | 386 | 3 days ago | : RIPE Database whois code repository |
ripe-atlas-cousteau | 65 | about 1 year ago | : Python client for RIPE ATLAS API |
sparrow-wifi | 1,234 | 4 months ago | : Next-Gen GUI-based WiFi and Bluetooth Analyzer for Linux |
wavemon | 935 | 3 months ago | is an ncurses-based monitoring application for wireless network devices |
echoip | 4,019 | about 1 year ago | : IP address lookup service |
trace-cmd | 268 | 17 days ago | : utilities for Linux ftrace |
WPAD and DoH don't get along | |||
Awesome Systools / Network / Firewalls / Some firewall distros/appliances: | |||
Endian | : is an open-source router, firewall and gateway security Linux distribution developed by the South Tyrolean company Endian | ||
pfSense | : is an open source firewall/router computer software distribution based on FreeBSD | ||
The securityrouter.org project | : is a network operating system and software distribution based on OpenBSD, with the main differentiator being the single, revision-managed, clear-text configuration file with soft re-configuration (atomic commits) editable from CLI and web interface, and documented security architecture | ||
Awesome Systools / Network / NetServices | |||
salmon | 644 | 3 months ago | : Pythonic Mail Application Server forked from the last GPL'd release of Lamson |
fast-cli | 2,599 | 6 months ago | : Test your download speed using fast.com |
speedtest-linux | 131 | about 5 years ago | : Get download/upload speeds via speedtest.net or fast.com from command line using Bash script -- suitable for logs. POSIX OSX Linux |
speedtest-cli | 13,573 | 4 months ago | : Command line interface for testing internet bandwidth using speedtest.net |
lwan | 5,939 | about 1 month ago | : Experimental, scalable, high performance HTTP server |
tus resumable upload protocol | 1,497 | 7 months ago | : Open Protocol for Resumable File Uploads |
websocketd | 17,160 | 5 months ago | : Turn any program that uses STDIN/STDOUT into a WebSocket server. Like inetd, but for WebSockets |
How to set up a TFTP server on Fedora | |||
OpenSSHd | 23 | almost 2 years ago | : Security Config Checker |
Dropbear SSH | |||
firewalld.richlanguage | |||
vector | 18,132 | 3 days ago | : |
khan-dl | 840 | 5 months ago | : Download courses from khanacademy.org |
jmap | 1,259 | 6 days ago | : JSON Meta Application Protocol Specification (JMAP) |
Cypht | 1,003 | 3 days ago | : Lightweight Open Source webmail written in PHP and JavaScript |
maildog | 400 | over 3 years ago | : Hosting your own email forwarding service on AWS and manage it with Github Actions |
MTA Comparison | : For a lot of people the choice of the Mail Transfer Agent is important | ||
Announcing notqmail | . | ||
The Confused Mailman | : Sending SPF and DMARC passing mail as any Gmail or G Suite customer | ||
0x4447_product_s3_email | 3,023 | 11 months ago | : mailbox A serverless email server on AWS using S3 and SES |
Learn and Test DMARC | : Visualizing the communication between email servers will help you understand what SPF, DKIM, and DMARC do and how these mechanisms work | ||
Awesome Systools / Network / DNS | |||
lexicon | 1,482 | 7 days ago | : Manipulate DNS records on various DNS providers in a standardized way |
DNS flag day | : The current DNS is unnecessarily slow and suffers from inability to deploy new features. To remediate these problems, vendors of DNS software and also big public DNS providers are going to remove certain workarounds on February 1st, 2019 | ||
DNS Servers You Should Have Memorized | : The latest DNS server IPs are easier to remember and offer privacy and filtering functionality | ||
BeGoneAds | 312 | over 1 year ago | is a script that puts some popular hosts file lists into the systems hosts file as a adblocker measure |
PR-DNSd | 26 | 2 months ago | : Passive-Recursive DNS daemon |
cloudflare-sync | 268 | about 3 years ago | : A nice to have, MIT-licensed tool for using Cloudflare as a dynamic DNS provider |
The GNU Name System | |||
Ever wondered what happens when you type in a URL in an address bar in a browser? Here is a brief overview... | |||
Understanding DNS—anatomy of a BIND zone file | |||
Duck DNS | : free dynamic DNS hosted on AWS | ||
Namecoin | : is an experimental open-source technology which improves decentralization, security, censorship resistance, privacy, and speed of certain components of the Internet infrastructure such as DNS and identities | ||
Use dnsmasq to provide DNS & DHCP services | |||
dog | 6,179 | 6 months ago | : Command-line DNS client |
Unbound DNS Blacklist | |||
short dns record ttl and centralization are serious risks for the internet | |||
The world's shortest domain names | |||
DNSLog : helping dns troubleshooting with dinamyc subdomains and query logs | |||
Awesome Systools / Network / LoadBalancers | |||
glb-director | 2,378 | 5 months ago | : GitHub Load Balancer Director and supporting tooling |
Introduction to HAProxy ACLs | : HAProxy Technologies | ||
skipper | 3,115 | 3 days ago | : An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress |
memcached | 13,514 | 7 days ago | : Memcached is a high performance multithreaded event-based key/value cache store intended to be used in a distributed system. Nice discussion about: |
Apache Traffic Server™ | software is a fast, scalable and extensible HTTP/1.1 and HTTP/2 compliant caching proxy server | ||
Awesome Systools / Network / Browsers | |||
Firefox about:config privacy settings | |||
Firefox Privacy | |||
user.js | 2,760 | 7 months ago | : Firefox configuration hardening. Another: : Firefox privacy, security and anti-fingerprinting: a comprehensive user.js template for configuration and hardening |
puppeteer-recorder | 15,043 | almost 2 years ago | : Puppeteer recorder is a Chrome extension that records your browser interactions and generat |
Learn Puppeteer & Playwright | : Tips, tricks and in-depth guides from the trenches | ||
ungoogled-chromium | 20,774 | 7 days ago | : Modifications to Google Chromium for removing Google integration and enhancing privacy, control, and transparency |
Awesome Systools / Network / Browsers / ungoogled-chromium | |||
Chromium & Netflix (and other DRM video websites) | |||
Awesome Systools / Network / Browsers | |||
DuckDuckGo Browser Extensions | 1,264 | 6 days ago | : DuckDuckGo Privacy Essentials browser extension for Firefox, Chrome, Safari |
Firefox Profilemaker | |||
Otter Browser | : Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5 | ||
thor | 699 | over 6 years ago | : Cisco's Thor Video Codec |
OctoLinker | 5,284 | about 1 year ago | : Links together, what belongs together |
Session History Scrounger for Firefox | : Firefox creates various session history files as you browse, and then at shutdown creates sessionstore.jsonlz4. In Firefox 56+, the files are compressed using Mozilla's flavor of LZ4 compression (.jsonlz4 or .baklz4 file extension). The JSON data contains rich detail about your session, but this page is targeted toward extracting just the page URLs | ||
Improving Firefox stability on Linux | |||
Your browser and my browser see different colors | |||
Awesome Systools / Network / PCAP | |||
scapy-tcp-extractor | 21 | over 1 year ago | : reassemble tcp streams using scapy |
Analyzing Packet Captures with Python | |||
PyPCAPKit | 239 | 5 days ago | : Python multi-engine PCAP analysis kit |
NetworkX | is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks | ||
Awesome Systools / Shell | |||
Linux Shell Poster | |||
Software development using Bash | |||
Ten Things I Wish I’d Known About bash | |||
cheat.sh | The only cheat sheet you need, Unified access to the best community driven documentation repositories of the world | ||
cheatsheets | 13,837 | about 2 months ago | , and |
bash-oo-framework | 5,574 | 11 months ago | : Bash Infinity is a modern boilerplate / framework / standard library for bash |
sensible bash | 2,036 | about 1 month ago | |
How to Jazz Up Your Bash Terminal | : A Step By Step Guide With Pictures | ||
Awesome Systools / Shell / Bashrc files: | |||
Paul's .bashrc | 2 | about 1 year ago | |
rkirti/bashrc | 151 | over 3 years ago | |
Awesome Systools / Shell / DotFiles: | |||
jessfraz | 3,243 | 29 days ago | Amazing collection by |
dotfile | 4 | 4 months ago | Some by maitesin |
pedrohenriquebr | |||
chezmoi | 13,411 | 4 days ago | : Manage your dotfiles securely across multiple machines |
Awesome Systools / Shell / Powerline: | |||
Powerline Gitstatus | 384 | 2 months ago | |
How to Jazz Up Your Bash Terminal | — A Step By Step Guide With Pictures | ||
powerline-shell | 6,224 | 8 months ago | : A beautiful and useful prompt for your shell |
Awesome Systools / Shell / Z shell files: | |||
Zim | 3,890 | 14 days ago | is a Zsh configuration framework with blazing speed and modular extensions |
oh-my-zsh | 174,014 | 7 days ago | : A delightful community-driven (with 1,100+ contributors) framework for managing your zsh configuration |
powerlevel9k | 13,459 | over 4 years ago | : The most awesome Powerline theme for ZSH around! |
zplug | 5,822 | 5 months ago | : 🌺 A next-generation plugin manager for zsh |
Z shell configuration | 213 | about 1 year ago | : SixArm.com → Z shell → zsh configuration |
Pure | 13,201 | 4 months ago | : Pretty, minimal and fast ZSH prompt |
powerlevel10k | 46,514 | 6 days ago | : Powerlevel10k is a theme for Zsh. It emphasizes speed, flexibility and out-of-the-box experience |
Awesome Systools / Shell / Fish: | |||
fish-shell | 26,252 | 4 days ago | : The user-friendly command line shell |
fisherman | 7,805 | 2 months ago | : The fish-shell plugin manager |
Awesome Systools / Shell | |||
15 Tips On How to Use 'Curl' Command in Linux | |||
GoAWK | 1,943 | 2 months ago | : an AWK interpreter written in Go |
Lambda Shell | |||
Understanding Bash fork() Bomb ~ :(){ :|:& };: | |||
bat | 49,699 | 8 days ago | : A cat(1) clone with wings |
Clipboard | 4,829 | 4 days ago | : Cut, copy, and paste anything, anytime, anywhere |
30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X | |||
kitty | the fast, featureful, GPU based terminal emulator | ||
xsv | 10,396 | 5 months ago | : A fast CSV command line toolkit written in Rust |
PaperTTY | 957 | 7 months ago | : PaperTTY - Python module to render a TTY on e-ink |
smenu | 2,379 | 8 days ago | : Terminal utility that allows you to use words coming from the standard input to create a nice selection wi |
shark | 78 | about 4 years ago | : A CLI to Interact with DigitalOcean |
t | 5,432 | 7 months ago | : A command-line power tool for Twitter |
up | 8,382 | 3 months ago | : Ultimate Plumber is a tool for writing Linux pipes with instant live preview |
tztail | 231 | over 2 years ago | : tztail (TimeZoneTAIL) allows you to view logs in the timezone you want |
Command-Line Snippets | : A place to share useful, one-line commands that make your life easier | ||
Writing Safe Shell Scripts | : Writing shell scripts leaves a lot of room to make mistakes, in ways that will cause your scripts to break on certain input, or (if some input is untrusted) open up security vulnerabilities. Here are some tips on how to make your shell scripts safer | ||
funky | 646 | 4 months ago | :Funky takes shell functions to the next level by making them easier to define, more flexible, and more interactive |
Google Shell Style Guide | |||
hexyl | 9,166 | 23 days ago | : A command-line hex viewer |
Bass | 2,228 | 11 months ago | : Make Bash utilities usable in Fish shell |
Bash scripting cheatsheet | |||
Problem solving with Unix commands | : I am starting to realize that the Unix command-line toolbox can fix absolutely any problem related to text wrangling. Let me tell you about a problem I had, and how I used some Unix command-line utilities to solve it | ||
Testing Bash with BATS | : The Bash Automated Testing System puts Bash code through the same types of testing processes used by Java, Ruby, and Python developers | ||
How to remove duplicate lines from files keeping the original order | |||
4 cool terminal multiplexers | |||
Set your terminal to automatically use tmux | |||
Tmux Tutorial | |||
Pretty PuTTY | 304 | 5 months ago | : Make PuTTY pretty and apply modern PuTTY settings |
Awesome Systools / Shell / Getopts: | |||
Parsing bash script options with getopts | |||
Bash Getopts | |||
Com getopts, seus scripts ficam mais profissionais | |||
Fatiando opções com o getopts | |||
Getopts - Opções em bash script | |||
Awesome Systools / Shell | |||
arg_parse_example | 63 | almost 6 years ago | |
How Bash completion works | |||
pure bash bible | 36,576 | 12 months ago | : 📖 A collection of pure bash alternatives to external processes |
bash.generate.random.alphanumeric.string.sh | |||
Grep OR – Grep AND – Grep NOT – Match Multiple Patterns | |||
asdf-vm | : | ||
treating errors in bash scripts | by b0rk | ||
Fork() Bomb | : | ||
eDEX-UI | 40,748 | about 3 years ago | : A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support |
How To Use Bash Parameter Substitution Like A Pro | |||
Use Bash Strict Mode (Unless You Love Debugging) | |||
Awesome Systools / Shell / Shell Utils | |||
wttr.in | 24,739 | 22 days ago | : The right way to check the weather. wttr.in is a console-oriented weather forecast service that supports various information representation methods like terminal-oriented ANSI-sequences for console HTTP clients (curl, httpie, or wget), HTML for web browsers, or PNG for graphical viewers |
Linux Terminal Goods | |||
navi | 15,157 | 12 days ago | : An interactive cheatsheet tool for the command-line |
cast.sh | 161 | over 3 years ago | : An adorable instance of your terminal in your browser |
Tuning your bash or zsh shell on Fedora Workstation and Silverblue | |||
forgit | 4,430 | 9 days ago | is a utility tool for git taking advantage of fuzzy finder fzf |
shellshare | 224 | over 1 year ago | : Live terminal broadcasts |
tdiff | 22 | about 1 month ago | : Tree diff - diff, with mode, owner, permissions and other inode attributes |
10 Tools To Add Some Spice To Your UNIX/Linux Shell Scripts | |||
bash scripts | 181 | about 1 year ago | I use daily to automate some stuff and make linux easier |
Camel Snake Kebab | 29 | about 7 years ago | : CLI "tool" and a bash "library" for Camel/Snake/Kebab case conversion |
nat | 1,272 | over 3 years ago | : the 'ls' replacement you never knew you needed |
pynubank | 1,186 | 3 months ago | : Acesse seus extratos do Nubank pelo Python |
IPython as a system shell | |||
sw | 87 | 4 months ago | : Terminal stopwatch |
Coreutils Gotchas | : We make very careful considerations about the interface and operation of the GNU coreutils, but unfortunately due to backwards compatibility reasons, some behaviours or defaults of these utilities can be confusing | ||
cheat.sh | 38,455 | 8 days ago | : the only cheat sheet you need |
Explainshell | : write down a command-line to see the help text that matches each argument | ||
The only Linux command you need to know | : cheat | ||
Awesome Systools / Shell / Regex | |||
The true power of regular expressions | |||
TRE | : A Regex Engine with Approximate Matching | ||
Deu match | : limpando dados com expressões regulares | ||
Rant | 2,963 | about 4 years ago | : The all-purpose procedural text library |
Regex Crossword | : Welcome to the fantastic world of nerdy regex fun! Start playing by selecting one of the puzzle challenges below. There are a wide range of difficulties from beginner to expert | ||
Intro to Regex for Web Developers | |||
pythex | : pythex is a quick way to test your Python regular expressions | ||
Awesome Systools / Shell / Editors | |||
vscode-cpptools | 5,532 | 3 days ago | : Official repository for filing issues against and getting support for the Microsoft C/C++ extension for VS Code |
SubEthaEdit | 13,499 | 13 days ago | : Code, Write, Edit. Together |
Open source collaborative text editors | |||
vscodium | 25,540 | 5 days ago | : binary releases of VS Code without MS branding/telemetry/licensing |
A succinct cheat sheet for newbie linux coders and system administrators, documenting some of the more obscure and useful gems of linux lore. Intended to be viewed in emacs org-mode, or VimOrganizer, though any text editor will suffice. | 338 | almost 3 years ago | |
Spotify integration for vim | 21 | over 6 years ago | |
Vim plugin | 622 | 5 months ago | : Highlight columns in CSV and TSV files and run queries in SQL-like language |
vim-prettier | 1,788 | 5 months ago | : A Vim plugin for Prettier |
vimium | 23,535 | 3 months ago | : Vimium is a Chrome extension that provides keyboard-based navigation and control of the web in the spirit of the Vim editor |
vimari | 2,573 | over 3 years ago | : Safari port of vimium |
vim-plug | 34,170 | 5 months ago | : hibiscus Minimalist Vim Plugin Manager |
gruvbox | 13,819 | 12 months ago | : Retro groove color scheme for Vim |
vim-hue | : Thus “vim-hue” was born, featuring “vim-hue” dark Vim colorscheme and complete Vim configuration. Ideal for anyone using Vim and any of the following on daily basis: Shell (Bash), Golang, Python, Terraform, Ansible, Docker (Dockerfile), et cetera | ||
Open File And Go To Specific Function or Line Number | |||
Awesome Systools / Shell / Monospaced Fonts | |||
Cascadia Code | 25,993 | 3 months ago | : This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal |
DejaVu Sans Code | 470 | over 5 years ago | : monospaced font with programming ligatures |
FiraCode | 77,306 | 17 days ago | : monospaced font with programming ligatures |
Fixedsys Excelsior | 1,011 | over 1 year ago | : font with programming ligatures |
Hasklig | 5,587 | almost 3 years ago | : a code font with monospaced ligatures |
Iosevka | |||
Monoid | : Open Source Coding Font | ||
Victor Mono | : Victor Mono is a free programming font with optional semi-connected cursive italics, symbol ligatures (!=, ->>, =>, ===, <=, >=, ++) and Latin, Cyrillic and Greek characters | ||
JetBrains Mono | : A typeface for developers_ | ||
nerd-fonts | 54,833 | 6 days ago | : Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more |
Awesome Systools / Shell / Random Shell tips | |||
shell/bash generate random alphanumeric string | |||
Strings handler written in Bash | 17 | over 3 years ago | |
30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X | |||
How to Compare Numbers, Strings and Files in Bash Shell Script | |||
Awesome Systools / Other Resources | |||
16 Linux Books and Videos for System Administrator | |||
SSH Examples, Tips & Tunnels | |||
Power of SSH Tunneling | |||
Fighting complexity in software development | 513 | 8 months ago | |
Building interactive SSH applications | |||
Automated Environment Configurations | 1 | over 5 years ago | : Environment Configuration Bash Scripts for New Operating Systems - Nvidia/Docker, Intel-MKL and gRPC for Ubuntu 18.04 LTS |
A little SSH file copy magic at the command line | |||
curl better | , | ||
How to see Time-To-Live (TTL) for a DNS record | |||
How to test and validate DNSSEC using dig command line | |||
linuxupskillchallenge | : Learn the skills required to sysadmin a remote Linux server from the commandline | ||
Replacing Dropbox in favor of DigitalOcean spaces | |||
My Writing & Coding Workflow | |||
Awesome Systools / Other Resources / Books | |||
BPF Performance Tools | : Linux System and Application Observability (book) | ||
Awesome Systools / Filesystems | |||
diskover | : File System Crawler | ||
BetrFS | : The Bε-tree File System, or BetrFS, is an in-kernel file system that uses Bε trees to organize on-disk storage. Bε trees are a write-optimized dictionary, and offer the same asymptotic behavior for sequential I/O and point queries as a B-tree. | ||
exFAT | 803 | 7 months ago | : Free exFAT file system implementation |
Share NFS Home Directories Securely with Kerberos | |||
folderstats | 70 | almost 2 years ago | : Python module that creates statistics from a folder structure |
Rethinking files | |||
Stratis | is a local storage-management solution for Linux that can assist with the initial configuration and ongoing management of storage | ||
Recover your files from Btrfs snapshots | |||
Awesome Systools / *nix/BSD | |||
UNIX Syscalls | |||
KVM virt-install: Install OpenBSD As Guest Operating System - nixCraft | |||
SCCS | : is an implementation of the POSIX standard Source Code Control System. It provides actively maintained code based on the original UNIX SCCS code OpenSourced by Sun as part of OpenSolaris and was made portable to other platforms | ||
hoc | 17 | almost 6 years ago | (pt-br) : A mini-linguagem do livro 'The Unix Programming Environment", com explicações em PT-BR |
s-tui | : s-tui is a terminal UI for monitoring your computer. , | ||
unix-history-repo | 6,595 | over 2 years ago | : Continuous Unix commit history from 1970 until today |
Collapse OS | to soften the blow. It is a z80 kernel and a collection of programs, tools and documentation that allows you to assemble an OS | ||
Guix Reduces Bootstrap Seed by 50% | |||
Netflix Optimized FreeBSD's Network Stack More Than Doubled AMD EPYC Performance | , | ||
NetBSD code study | |||
File Descriptor Transfer over Unix Domain Sockets | |||
macOS to FreeBSD migration a.k.a why I left macOS | |||
lvgl | 16,735 | 5 days ago | : Powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash) |
illumos | 38 | about 2 months ago | : illumos Project Discussion |
Awesome Systools / *nix/BSD / OpenBSD: | |||
Running OpenBSD on Raspberry Pi 3 | |||
OpenBSD 6.8 on RaspberryPi 4 B | 42 | about 3 years ago | |
OpenBSD on the Raspberry Pi 3B | |||
Getting OpenBSD running on Raspberry Pi 3 | |||
Managing OpenBSD installed packages declaratively | |||
Using a game engine to write a graphical interface to the OpenBSD package manager | |||
OpenBSD workstation hardening | |||
Awesome Systools / *nix/BSD / Nvidia (CUDA): | |||
tensorflow | 996 | about 2 months ago | NVIDIA |
Kernel module signing facility | |||
Automatic Signing of DKMS-Generated Kernel Modules for Secure Boot (Nvidia Driver on CentOS 8 as Example) | |||
Brisk Guide to Install Tensorflow GPU on Linux Machine (Ubuntu 18.04/18.10) | |||
How to enable NVIDIA GPUs in containers on bare metal in RHEL 8 | |||
Using nVidia with SELinux | |||
Setting the NVIDIA GPU as primary (RPMFusion driver in Fedora 32 Workstation) | |||
CUDA + CuDNN install in Fedora/Ubuntu for Tensorflow-gpu guide. | |||
Fedora 34/33/32 NVIDIA Drivers Install Guide | |||
NVIDIA CUDA Installation Guide for Linux | |||
nvidia-auto-installer-for-fedora | 504 | 3 days ago | : A CLI tool which lets you install proprietary NVIDIA drivers and much more easily on Fedora 32 and above |
Awesome Systools / Virtualization | |||
Windows 2000 on your browser | |||
hvpp | 1,119 | over 3 years ago | is a lightweight Intel x64/VT-x hypervisor written in C++ focused primarily on virtualization of already running operating system |
Windows 95 | 22,275 | 7 months ago | in Electron. Runs on macOS, Linux, and Windows |
q3vm | 840 | 4 months ago | : Q3VM - Embeddable bytecode virtual machine/interpreter for C-language input |
Hypervisor From Scratch – Part 1: Basic Concepts & Configure Testing Environment | |||
anbox | 8,903 | 10 months ago | : Anbox is a container-based approach to boot a full Android system on a regular GNU/Linux system |
UNSAT | : Hyperkernel | ||
Largest small system emulator | |||
Intel Virtualisation | : How VT-x, KVM and QEMU Work Together | ||
IncludeOS | 4,924 | about 1 month ago | : is an includable, minimal unikernel operating system for C++ services running in the cloud |
kubectl trace | 2,054 | 4 months ago | : Schedule bpftrace programs on your kubernetes cluster using the kubectl |
dive | 46,318 | 4 months ago | : A tool for exploring each layer in a docker image |
Firecracker | 26,240 | 7 days ago | : Secure and fast microVMs for serverless computing |
Introducing Crossplane | : Open Source Multicloud Control Plane | ||
Write your Own Virtual Machine | with | ||
Running FreeBSD on OSX using | , a port of | ||
applepie | 367 | almost 6 years ago | : A hypervisor for fuzzing built with WHVP and Bochs |
V3VEE | An Open Source Virtual Machine Monitor Framework For Modern Architectures | ||
IceBox | 558 | over 2 years ago | : Icebox is a Virtual Machine Introspection solution that enable you to stealthily trace and debug any process (kernel or user). It's based on project Winbagility |
Create virtual machines with Cockpit in Fedora | |||
Virtual Machines For Multi-Tenancy in Varnish | |||
Libvirt | The Unsung Hero of Cloud Computing | ||
QIRA | 3,957 | over 2 years ago | : QEMU Interactive Runtime Analyser |
Windows 10 on libvirt qemu 5 | |||
Increase maximum USB devices in vm.conf | |||
Libvirt Hot Plugin USB - USB Hot Plugin for VMs | |||
usb-libvirt-hotplug | 175 | about 2 years ago | |
GoTEE | 112 | 21 days ago | : [Go Trusted Execution Environment](Go Trusted Execution Environment) (TEE) |
Quickemu | 10,853 | 7 days ago | : Quickly create and run optimised Windows, macOS and Linux desktop virtual machines |
Awesome Systools / Virtualization / OVF - Open Virtualization Format | |||
File Formats for Virtual Machines | |||
OVF Tool - How to convert OVA to OVF | |||
Difference between OVA and OVF | |||
Converting OVA for use with KVM / QCOW2 | |||
Export VM to OVA or OVF using OVF Tool – The Ultimate Guide | |||
Awesome Systools / Virtualization / KVM | |||
OSX-KVM: Run El Capitan, macOS Sierra, High Sierra and Mojave on QEMU/KVM. No support is provided at the moment. | 20,653 | about 1 month ago | |
macOS-Simple-KVM | 13,655 | 8 months ago | : Tools to set up a quick macOS VM in QEMU, accelerated by KVM |
How to migrate your Virtual Box machines to the KVM-VirtManager | |||
virt-v2v to convert an ova file to qcow2 fails with error | |||
Windows 10 in KVM: change boot disk to Virtio | |||
How to migrate an IDE VM to a virtio VM? | |||
KVM Import an OVA Template | |||
Creating Virtual Machines in KVM: Part 2 — Networking | |||
Awesome Systools / Virtualization / VMware | |||
The ghettoVCB | 1,292 | 24 days ago | script performs backups of virtual machines residing. Here on |
Concord-BFT | 380 | 10 months ago | : a Distributed Trust Infrastructure |
Manually attach USB Device as a VMFS Datastore in ESXI | |||
V-Front Online Depot for VMware ESXi | |||
ESXi Community Packaging Tools | , | ||
How to Mount a USB Drive as an ESXi Datastore | |||
ESXi commandline work | |||
Unregister invalid VMs using ESXi command-line | |||
Awesome Systools / Virtualization / Containers | |||
A Practical Introduction to Container Terminology | |||
Test containers with Python and Conu | |||
etcd | 47,851 | 4 days ago | : Distributed reliable key-value store for the most critical data of a distributed system |
cilium | 20,230 | 6 days ago | : API Aware Networking and Security using BPF and XDP |
Awesome Systools / Virtualization / Containers / Vagrant: | |||
landrush | 668 | over 4 years ago | : A Vagrant plugin that provides a simple DNS server for Vagrant guests |
How to Use Vagrant with Libvirt on Linux | |||
bento | 4,243 | about 1 month ago | : Packer templates for building minimal Vagrant baseboxes |
Vagrant Libvirt Provider | 2,325 | 3 months ago | |
vagrant | 1 | about 2 years ago | DevOps#1 project: vagrant virtualbox ansible nginx apache2 prometheus grafana debian ubuntu linux |
Awesome Systools / Virtualization / Containers / Docker: | |||
Awesome Docker | 30,488 | 9 days ago | : A curated list of Docker resources and projects |
Imagem CentOS7 com firefox ESR e warsaw configurado. | (pt-BR) and | ||
google chrome | 222 | over 8 years ago | dockerized and , |
fedora | 184 | 4 days ago | Some and links: |
Awesome Systools / Virtualization / Containers / Docker: / fedora | |||
Webapps with Docker | 11,539 | over 1 year ago | |
Dockerfiles | 13,701 | 5 months ago | Various great by jessfraz (as usual) |
Awesome Systools / Virtualization / Containers / Docker: | |||
Running a GUI application in a Docker container | |||
img | 3,908 | 6 months ago | : Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder |
rubber-docker | 2,985 | 4 months ago | : A workshop on Linux containers: Rebuild Docker from Scratch |
tsuru | 4,860 | 7 days ago | : Open source, extensible and Docker-based Platform as a Service (PaaS) |
awesome-tsuru | 27 | about 5 years ago | : Curated extensions and resources for Tsuru, the open source, extensible and Docker-based PaaS |
Docker Immutable Workstation | 491 | 9 months ago | : Docker based portable Workstation |
slim | 2,093 | over 1 year ago | : Build and run tiny vms from Dockerfiles. Small and sleek |
Intro Guide to Dockerfile Best Practices | |||
docker-nginx-http3 | : Alpine Linux image with Nginx with HTTP/3 (QUIC), TLSv1.3, 0-RTT, brotli support. All built on the bleeding edge for max performance. Built on the edge, for the edge | ||
List Running Containers | |||
How To Install Docker On Fedora 31 | |||
Installing docker on Fedora 31 | |||
Docker Cheat Sheet | |||
Solving Docker permission denied while trying to connect to the Docker daemon socket | |||
Yacht | 3,463 | 11 days ago | : A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for |
Docker Exec - How to Connect to a Docker Container - LinuxBuz | |||
How to expose port in Docker container | |||
Docker Port Mapping by example | |||
Awesome Systools / Virtualization / Containers / Docker: / Dockerize LaTeX: | |||
latex-docker | 587 | almost 4 years ago | : Docker-based latex compilation |
latex | 1 | 3 months ago | : Latex Docker Image |
docker-latex | 3 | over 4 years ago | : LaTex Docker Container |
Host Your Own LaTeX Server. A Good Practice to use Docker | |||
Three Ways to Create Dockernized LaTeX Environment | |||
Awesome Systools / Virtualization / Containers / Kubernetes: | |||
Goldpinger | 2,525 | 10 days ago | : Debugging tool for Kubernetes which tests and displays connectivity between nodes in the cluster |
You might not need Kubernetes | |||
9 Kubernetes Security Best Practices Everyone Must Follow | |||
kubernetes-workshop | 3,231 | over 1 year ago | : ⚙️ A with more than just the basics. 🌟 Give it a star if you like it |
kind | 13,499 | 13 days ago | : Kubernetes IN Docker - local clusters for testing Kubernetes |
Gatekeeper | 3,709 | 6 days ago | : Policy Controller for Kubernetes |
Kubernetes Networking: Behind the scenes | |||
Scaling Kubernetes to 7,500 Nodes | |||
k8s-image-swapper | 540 | 10 days ago | : Mirror images into your own registry and swap image references automatically |
BotKube | 2,142 | 6 days ago | |
Awesome Systools / Virtualization / Containers / Lambda | |||
Cloud Computing without Containers | |||
The Global Serverless Platform | , | ||
Awesome Kubernetes Resources | 3,386 | 3 months ago | : A curated list of awesome Kubernetes tools and resources |
Awesome Systools / Virtualization / Containers | |||
A quick introduction to Toolbox on Fedora | : Toolbox allows you to sort and manage your development environments in containers without requiring root privileges or manually attaching volumes. It creates a container where you can install your own CLI tools, without installing them on the base system itself | ||
Reverse Engineering and Explointing Build in the Cloud | |||
podman | 23,806 | 5 days ago | : A tool for managing OCI containers and pods |
Awesome Systools / Android | |||
Introducing Oboe | Android Developers Blog - : A C++ library for low latency audio | ||
My Homeassistant configuration | 58 | almost 2 years ago | |
Awesome Systools / Android / My Homeassistant configuration | |||
Nord Theme | 13 | over 1 year ago | : Nord theme for Home Assistant |
Awesome Systools / Android | |||
Don't kill my app! | : To squeeze a little extra battery out of your phone, Android device vendors listed below (with their bad vendor score) cripple apps and make them useless | ||
Project description | 6,518 | 8 days ago | : gemAndroid application following best practices: Kotlin, coroutines, Clean Architecture, feature modules, tests, MVVM, static analysis |
scrcpy | 112,242 | 4 days ago | : Display and control your Android device |
Kotlin-Pokedex | 1,513 | 10 months ago | : A Pokedex app using ViewModel, LiveData, Room and Navigation |
NewPipe | : The lightweight YouTube experience for Android - | ||
Android and Kotlin conference videos | 426 | 3 months ago | |
LineageOS 19 | |||
Awesome Systools / Mac/iOS | |||
Using AppleScript how do I click a button in a dialog within a window that has no name/title? | |||
Making the Touch Bar finally useful | |||
iTerm2 | 15,348 | 6 days ago | is a terminal emulator for Mac OS X that does amazing things |
kemon | 381 | 9 months ago | : An Open-Source Pre and Post Callback-Based Framework for macOS Kernel Monitoring |
linuxify | 908 | 6 months ago | : 🍏🐧 Transparently transform the macOS CLI into a fresh GNU/Linux CLI experience |
MicroMDM | |||
Package Config | 118 | almost 3 years ago | : A Swift Package that allows you to define configuration settings inside a Package.swift |
iSh | 17,156 | 5 days ago | : Linux shell for iOS |
osxfuse | 8,801 | about 2 months ago | : FUSE extends macOS by adding support for user space file systems |
MacPass | 6,755 | 5 months ago | : A native OS X KeePass client |
CoreXLSX | 831 | 8 months ago | : Excel spreadsheet (XLSX) format support in pure Swift, by |
istatserverlinux | 102 | over 4 years ago | : A system monitoring daemon that sends stats to Send stats to iStat View for iOS and iStat View for macOS |
istatserver-dsm | : iStatserver for Synology DSM | ||
Shell scripts for customized macOS machine setup and configuration. | 402 | 9 days ago | |
SourceKit-LSP | 3,321 | 6 days ago | : Language Server Protocol implementation for Swift and C-based languages |
apple libc uses perl | 31 | almost 6 years ago | |
Sloth | 8,307 | 7 months ago | : Mac app that shows all open files and sockets in use by all running processes. Nice GUI for lsof |
insert_dylib | 1,778 | 9 months ago | : Command line utility for inserting a dylib load command into a Mach-O binary |
ds_store | 69 | 11 days ago | : lets you examine and modify .DS_Store files from Python code; since it is written in pure Python, it is portable and will run on any platform, not just Mac OS X |
mac_os | 474 | 10 days ago | : Shell scripts for automated macOS machine setup |
Charts | 27,602 | 3 months ago | |
symboliclinker | 793 | about 4 years ago | : A contextual menu plugin & service for Mac OS X that allows users to make symbolic links in the Finder |
macOS Catalina 10.15 Release Notes | : Update your apps to use new features, and test your apps against API changes | ||
Awesome macOS open source applications | 41,796 | about 1 month ago | : Awesome list of open source applications for macOS |
How to lock the Dock on your Mac to prevent unwanted changes | |||
Entirely offline auto-organizer and text extractor from screenshots in macOS | |||
create_macos_vm_install_dmg | 476 | 16 days ago | : This script prepares macOS installer disk images for use with virtualization software like VMware Fusion or Parallels |
OpenCorePkg | 13,415 | 12 days ago | : OpenCore bootloader with development SDK |
macOS-Fortress | 422 | almost 3 years ago | : Firewall and Privatizing Proxy for Trackers, Attackers, Malware, Adware, and Spammers with Anti-Virus On-Demand and On-Access Scanning (PF, squid, privoxy, hphosts, dshield, emergingthreats, hostsfile, PAC file, clamav) |
BitBar | 17,576 | 2 months ago | : Put the output from any script or program in your Mac OS X Menu Bar |
AppleScript | to Warn before quiting | ||
pdfinverter | 161 | over 2 years ago | : darken (or lighten) a PDF on macOS |
macOS has checked app signatures online for over 2 years | |||
Better than Time Machine: backup your Mac with rsync | |||
m1n1 | 3,606 | 10 days ago | : A bootloader and experimentation playground for Apple Silicon |
CS193p | : Developing Applications for iOS using SwiftUI | ||
Crescendo | 1,029 | over 3 years ago | : is a swift based, real time event viewer for macOS. It utilizes Apple's Endpoint Security Framework |
TrueTree | 245 | 3 months ago | : A command line tool for pstree-like output on macOS with additional pid capturing capabilities |
Thoughts on the App Store | |||
Extensions are moving away from the kernel | |||
libimobiledevice | : A cross-platform FOSS library written in C to communicate with iOS devices natively | ||
Kingfisher | 23,404 | 6 days ago | : A lightweight, pure-Swift library for downloading and caching images from the web |
Maestral | 3,121 | 7 days ago | : Open-source Dropbox client for macOS and Linux |
LinearMouse | : The mouse and trackpad utility for Mac | ||
Awesome Systools / Windows | |||
coreclr | 12,797 | almost 2 years ago | : This repo contains the .NET Core runtime, called CoreCLR, and the base library, called System.Private.Corelib (or mscorlib) |
Monitoring and Observability in the .NET Runtime | |||
The early history of Windows file attributes, and why there is a gap between System and Directory | |||
SysmonTools | 1,488 | 6 months ago | : Utilities for Sysmon |
WoW64 internals | : aka Windows (32-bit) on Windows (64-bit) - is a subsystem that enables 32-bit Windows applications to run on 64-bit Windows | ||
Installing sqlcmd without SQL Server | |||
Running vROpsCLI on Windows | |||
windows-dev-box-setup-scripts | 1,762 | 10 months ago | |
qemu-img for WIndows | |||
OrgKit | 597 | 3 months ago | : Provision a brand-new company with proper defaults in Windows, Offic365, and Azure |
example-azure-node | 68 | about 5 years ago | : An example Node webapp deployed with GitHub actions |
Reset a Windows 10 password | : The method to reset a Windows 10 password depends on the account type. A Microsoft account requires a different procedure than a local account requires | ||
Get SID from Linux ldapsearch in Active Directory | |||
ObjectSID Trouble | |||
Gmail on NT 3.51 with IE 1.5 | via | ||
Modifying Windows local accounts with Fedora and chntpw | |||
Enabling Windows' DNS Server to Validate DNSSEC | |||
Windows X86-64 System Call Table | (XP/2003/Vista/2008/7/2012/8/10) | ||
Awesome-Windows | : 💻 An awesome & curated list of best applications and tools for Windows | ||
PowerToys | 111,465 | 4 days ago | : Windows system utilities to maximize productivity |
live sysinternals | : This is a file share allowing access to all Sysinternals utilities. We have developed this to test an alternate distribution mechanism for our utilities | ||
Windows 10 and Server 2019 Secure Baseline GPO | 229 | 12 months ago | : Windows 10 and Server 2016 Secure Baseline Group Policy |
How to manage the changes in Netlogon secure channel connections associated with CVE-2020-1472 | |||
BadBlood | 2,047 | over 1 year ago | by @davidprowe, Secframe.com, fills a Microsoft Active Directory Domain with a structure and thousands of objects. The output of the tool is a domain similar to a domain in the real world. After BadBlood is ran on a domain, security analysts and engineers can practice using tools to gain an understanding and prescribe to securing Active… |
Visio-to-PNG | 4 | about 6 years ago | : Powershell script that exports Visio drawings in the current directory to png |
Useful File Manipulation Scripts | 3 | over 8 years ago | |
BgInfo | : It automatically displays relevant information about a Windows computer on the desktop's background | ||
Windows-driver-samples | 6,993 | 17 days ago | : This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples |
Winerror | 7 | about 4 years ago | : Get Windows Programming error codes descriptions using the command line |
Windows classic samples | 5,077 | 2 months ago | : This repo contains samples that demonstrate the API used in Windows classic desktop applications |
Uno Platform | 8,999 | 3 days ago | : Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported |
sysmon to detect process tampering | |||
WSL-Hello-sudo | 1,222 | over 1 year ago | : Let's sudo by face recognition of Windows Hello on Windows Subsystem for Linux (WSL). It runs on both WSL 1 and WSL 2. This is a PAM module for Linux on WSL |
NTVDMx64 | 819 | 17 days ago | : Run Microsoft Windows NTVDM (DOS) on 64bit Editions |
I/O Rings | : When One I/O Operation is Not Enough | ||
TRACK THE STATUS OF YOUR AZURE ENVIRONMENT WITH POWER BI DASHBOARDS | |||
UUP converter | : Multiplatform UUP converter | ||
What's new in Windows 10 Enterprise LTSC 2019 | |||
Ping Castle | |||
Schedule tasks from command line | |||
Windows 2000 Modernization Guide | : So, you want to use Windows 2000 in 2021? | ||
VirtualKD-Redux | 820 | 5 months ago | : A revival and modernization of VirtualKD |
The Ultimate Windows Development Environment Guide | |||
chocolatey | : a third party package manager that's been around since 2011 | ||
cmder | 25,931 | 7 days ago | : is a software package created out of pure frustration over absence of usable console emulator on Windows |
winget | 23,305 | 7 days ago | : Windows Package Manager CLI (aka winget) |
Microsoft 3D Movie Maker | 3,667 | over 2 years ago | : This is the source code for the original Microsoft 3D Movie Maker released in 1995. This is not supported software |
Microsoft Activation Scripts (MAS) | 103,150 | 10 days ago | : Open-source Windows and Office activator featuring HWID, Ohook, KMS38, and Online KMS activation methods, along with advanced troubleshooting |
Awesome Systools / Windows / Windows Dev | |||
Windows API sets | |||
SvcHostDemo | 79 | almost 7 years ago | : Demo service that runs in svchost.exe |
ELAM Prerequisites | : Early Launch Antimalware drivers must adhere to the following program requirements to be signed by WHQL and loaded by Windows | ||
Configuring Additional LSA Protection | |||
Protecting Anti-Malware Services | |||
Awesome Systools / Windows / Powershell | |||
PowerShell Gallery | |||
Powershell-SSHTools | 118 | about 6 years ago | : A bunch of useful SSH tools for powershell |
PowerShellAtomicHarness | : Execute Test Cases In PowerShell | ||
About Logging | |||
Hardening PowerShell Script Block Logging Log | |||
Install-Module | |||
PowerSploit | 11,918 | over 4 years ago | : is a collection of Microsoft PowerShell modules that can be used to aid penetration testers during all phases of an assessment |
Empire | 7,461 | almost 5 years ago | : Empire is a PowerShell and Python post-exploitation agent |
PowerShell 2.0 script to get processes tree | |||
Win10-Initial-Setup-Script | 4,696 | over 3 years ago | : PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019 |
Disk Space Reporting Script (Powershell & HTML) | 11 | over 8 years ago | |
Awesome Systools / Windows / Debloat/DeCrap | |||
Windows10Debloater | 18,206 | over 1 year ago | : Script to remove Windows 10 bloatware |
How to slim Windows 10 and make it superfast | (thread from 04/2019) | ||
Windows-10-Super-Minimal | 159 | over 6 years ago | |
Windows 10 Lite 9.0 | |||
Create custom Windows 10 installations with MSMG Toolkit | , creates a slimmed down, or bloat free Windows by customizing, adding or removing features and components as well as enabling or disabling features to Microsoft Windows 7, 8, and 10 | ||
How to slim Windows 10 and make it superfast | |||
Awesome Systools / Windows / Debloat/DeCrap / A lot of powershell scripts: | |||
Windows-10-Super-Minimal | 159 | over 6 years ago | |
Awesome Systools / Windows / Debloat/DeCrap | |||
Windows 10 Decrapifier | |||
Windows Decrapifier | 510 | about 1 year ago | |
How to: Shoehorn Decrapifier into your MDT task! | not tested | ||
Awesome Systools / Datacenter | |||
The Datacenter as a Computer: Designing Warehouse-Scale Machines, Third Edition | |||
Automating Datacenter Operations at Dropbox | |||
Awesome Systools / Support | |||
Open MCT | : is a next-generation mission control framework for visualization of data on desktop and mobile devices - | ||
magic-wormhole | 20,425 | 8 days ago | : get things from one computer to another, safely |
Awesome Systools / Support / Video Conference | |||
Hublin | 1,583 | almost 4 years ago | : An easy and free video conference service based on WebRTC |
PeerTube | 13,091 | 6 days ago | : Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular |
Vialer-js | 1,002 | over 5 years ago | : Open-source WebRTC communication platform |
Jitsi | : Multi-platform open-source , | ||
Awesome Systools / Support / Video Conference / Jitsi | |||
Jitsi Meet | |||
manual-install | 23,246 | 6 days ago | |
quick-install | 23,246 | 6 days ago | |
Awesome Systools / Support / Video Conference | |||
webtty | 2,715 | 4 months ago | : Share a terminal session over WebRTC |
webrtc-qr | 184 | almost 2 years ago | : WebRTC Connect |
Talk | 3,928 | 5 months ago | : A group video call for the web. No signups. No downloads |
Apache OpenMeetings | : provides video conferencing, instant messaging, white board, collaborative document editing and other groupware tools | ||
Touch Portal | : The macro remote control for PC and Mac | ||
Awesome Systools / Support / Video Conference / OBS Studio: | |||
obs-websocket | 3,906 | 21 days ago | : Remote-control OBS Studio through WebSockets |
Stream Overlay - The Legend Of Zelda | , | ||
Awesome Systools / Support / Video Conference | |||
44 Virtual Icebreakers and Team-Building Activities to Try Immediately | |||
jami | : floss and universal communication platform, preserving privacy and freedom | ||
Awesome Systools / Management | |||
8 Patterns for Decentralised Organising | |||
Zulip server | 21,632 | 4 days ago | powerful open source team chat |
awesome-leading-and-managing | : Awesome List of resources on leading people and being a manager. Geared toward tech, but potentially useful to anyone | ||
Agile Lite | 2,085 | almost 5 years ago | : Agile without all the burnout |
7 rules of hiring a remote team for your project | |||
AgileFall | : When Waterfall Sneaks Back Into Agile | ||
Awesome Systools / Career | |||
A Career Cold Start Algorithm | |||
How to say “no” to your boss, your boss’s boss, and even the CEO | |||
test-your-sysadmin-skills | 10,738 | 8 months ago | : A collection of *nix Sysadmin Test Questions and Answers for Interview/Exam (2018 Edition) |
Careers outside of academia with a PhD in volcanology | |||
ToolsOfTheTrade | 16,584 | 4 months ago | : Tools of The Trade, from Hacker News |
test-your-sysadmin-skills | 10,738 | 8 months ago | : A collection of *nix Sysadmin Test Questions and Answers for Interview/Exam (2018 Edition). Test your knowledge in different fields with these Q/A |
Don’t work “remotely” | |||
The First 100 Course | : Measure the strength of your idea with real customers | ||
20 Questions To Ask Before Joining A Startup | |||
4 Mentorship Archetypes | |||
On Shutting Down | |||
How I Built A $5,000 Per Month Side Project | |||
The Future of Work Framework | |||
Why work at Stripe when you could run your own business? | |||
Defining a Distinguished Engineer | |||
working for a startup makes increasingly less sense | |||
on internal engineering practices at amazon | |||
Your Network Determines Success More than You Realize | |||
How NOT to hire a software engineer | |||
Productivity Isn’t About Time Management. It’s About Attention Management. | |||
Things I Learnt The Hard Way (in 30 Years of Software Development) | |||
What is a 1x Engineer? | - | ||
No CS Degree | |||
Want to hire the best programmers? Offer growth. | |||
All the best engineering advice I stole from non-technical people | |||
Things I Learnt from a Senior Software Engineer | |||
Everything I googled in a week as a professional software engineer | |||
Reverse interview | 27,728 | 3 months ago | : Questions to ask the company during your interview |
DevOps didn’t exist when I started as a developer: How this one principle changed my career | |||
Sysadmin job levels | : What you need to know for each. Linux system administrator job descriptions can run the gamut from very generic to extremely specific. Find out which skills and knowledge you really need for each technical level | ||
Being ‘Indistractable’ Will Be the Skill of the Future | : How the difference between traction and distraction could transform your productivity | ||
True Product Market Fit is a Minimum Viable Company | |||
When your coworker does great work, tell their manager | |||
"Can you summarize this 200-page dev resume book in 7 tweets or less?" | |||
Linkedin Quiz Answers, Skill Assessments Test | 28,493 | 25 days ago | : Full reference of LinkedIn answers 2021 for skill assessments, LinkedIn test, questions and answers (aws-lambda, rest-api, javascript, react, git, html, jquery, mongodb, java, css, python, machine-learning, power-point) linkedin excel test lösungen, linkedin machine learning test |
Open Source Society University | 172,539 | 26 days ago | : Path to a free self-taught education in Computer Science! |
Workforce Framework for Cybersecurity (NICE Framework) | |||
Organisations tend to see rebels as troublemakers – but suppressing these individuals and their ideas could backfire. | |||
Engineering Career Paths at Big Tech and High-Growth Startups | |||
"What is your take on 'US software engineering culture' vs other cultures (like Scandinavian, Eastern EU etc)?" | |||
Awesome Systools / Presentations | |||
How to import an SVG into Powerpoint or Keynote | |||
Guia para eventos acessíveis | (pt-br) : como fazer apresentações (parte I) | ||
Guia para eventos acessíveis | (pt-br) : como fazer apresentações (parte II) | ||
fusuma | 5,405 | 4 days ago | : ✍️Fusuma makes slides with Markdown easily |
Awesome Systools / Organization | |||
Shiori | 9,505 | 3 days ago | is a simple bookmarks manager written in Go language |
reminiscence | 1,773 | 7 months ago | : Self-Hosted Bookmark and Archive Manager |
Photograph Your Work | |||
How I Manage My Time | : by zwischenzugs | ||
Ask HN: How do you keep track of your creative thoughts? | |||
WTF | is a , developed for those who spend most of their day in the command line | ||
Awesome Systools / Knowlegde | |||
trilium | 27,370 | 3 months ago | : Build your personal knowledge base with Trilium Notes |
Awesome Systools / Tools / PDF Files: | |||
How to merge or split pdf files using convert | |||
OpenPDF | 3,591 | 17 days ago | : is a free Java library for creating and editing PDF files with a LGPL and MPL open source license. OpenPDF is based on a fork of iText. We welcome contributions from other developers. Please feel free to submit pull-requests and bugreports to this GitHub repository |
PDF Arranger | 3,565 | 4 days ago | : Small python-gtk application, which helps the user to merge or split pdf documents and rotate, crop and rearrange their pages using an interactive and intuitive graphical interface |
Awesome Systools / Tools | |||
qr-filetransfer | 10,002 | 3 months ago | :Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal |
robotjs | 12,387 | 5 months ago | : Node.js Desktop Automation |
Whatsapp Automation | 14 | almost 6 years ago | is a collection of APIs that interact with WhatsApp messenger runn |
pbec | 19 | about 6 years ago | : Polaris Bios Editor for the Console |
zero | 775 | over 2 years ago | : Local file system transparently swapping to the cloud |
pdiary | 34 | about 2 years ago | |
jabcode | 936 | 5 months ago | : color bar code |
elasticsearch-dump | 7,548 | about 2 months ago | : Import and export tools for elasticsearch |
rga | :ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc | ||
GNU GREP and RIPGREP | 322 | over 1 year ago | : Example based guide to mastering GNU grep and ripgrep |
Leon | 15,460 | 5 days ago | : is your open-source personal assistant |
Code Shelter | : Code Shelter is a collective of volunteer software developers that aims to help with maintaining popular open source projects whose authors need a hand or don't have the time to maintain them any more | ||
github personal-website | 7,444 | 11 months ago | : Code that'll help you kickstart a personal website that showcases your work as a software developer |
code-server | 68,567 | 6 days ago | : Run VS Code on a remote server |
Bloom | : a free and open source Google | ||
baxx.dev | : It is a backup service with unix philosophy in mind, and curl as main interface and (soon) machine learning alerting | ||
3 cool text-based email clients | : The Fedora OS provides a large choice of email clients and among these are text-based email applications | ||
Setting kernel command line arguments with Fedora 30 | |||
Pattern-dreamer | 341 | 4 months ago | : Get urls with missing protocol & uris with missing domain & emails etc. in texts and parse them |
Customizing pandoc to generate beautiful pdfs from markdown | |||
Jeffrey's Image Metadata Viewer | : This tool remains available so long as I can keep it free and the bandwidth doesn't cost me too much | ||
Awesome Systools / Tools / An Instagram Story of: | |||
Types for Python HTTP APIs | |||
Static Analysis at Scale | |||
Awesome Systools / Tools | |||
peco | 7,694 | 9 months ago | : Simplistic interactive filtering tool |
free POS software. | |||
Awesome Systools / Tools / GPG tips: | |||
GPG Encryption Guide - Part 4 (Symmetric Encryption) | |||
Awesome Systools / Tools | |||
Bye Bye Microsoft Office. Hello LibreOffice | |||
deepin-screen-recorder | 104 | 8 days ago | : Screen recorder for DDE |
portable Time Stamp Server (over HTTP) | 45 | about 7 years ago | : portable Time Stamp Server (over HTTP) |
youtube-dl | 290 | almost 2 years ago | : Command-line program to download videos from YouTube.com and other video sites |
glsnip | 109 | almost 3 years ago | : copy and paste across machines |
Notable | : : The Markdown-based note-taking app that doesn't suck | ||
octocrabby | 98 | almost 2 years ago | : Tools for managing GitHub block lists |
Reddit-User-Media-Downloader-Public | 480 | almost 2 years ago | : Download all the picture/video posts from a particular user on Reddit, for uh...reasons. Automatically removes duplicates |
Reddit-User-Media-Downloader-Public | 480 | almost 2 years ago | : Download all the picture/video posts from a particular user on Reddit, for uh...reasons. Automatically removes duplicates  |
tenacity | 576 | 3 days ago | : FLOSS Audacity Fork · No telemetry, crash reports and other shenanigans like that! |
12ft | Show me a 10ft paywall, I’ll show you a 12ft ladder | ||
screenly-ose | 2,514 | 3 days ago | : The most popular digital signage project on Github! |
Awesome Systools / Tools / Rescue | |||
ALT Linux Rescue | : is a moderate sized[1] console LiveCD distribution that is designed to help sysadmins fix and repair many kinds of problems with systems they are or feel responsible for | ||
Awesome Systools / Tools / Timeline / Python: | |||
Timeline | 459 | almost 3 years ago | : A python tool for creating SVG timelines from JSON |
labella.py | 66 | 11 months ago | : Python 3 clone of labella.js that generates SVG and TikZ PDF output |
TimeLine In Python | 17 | over 6 years ago | : Simple Timeline Plot In Python with Matplotlib |
How to create a historical timeline with Python | |||
Creating a timeline with lines, dates, and text | |||
Awesome Systools / Tools / Timeline / LaTeX: | |||
timeline | 70 | over 5 years ago | : TikZ timeline library |
Timeline of Arab grammarians | |||
9.8. Generating a timeline | |||
How do I develop a complex time line? | From SO: | ||
Awesome Systools / Tools / Timeline / Others: | |||
Labella.js | 3,878 | over 1 year ago | : Placing labels on a timeline without overlap |
Awesome Systools / Tools / Timeline | |||
Gmvault | : gmail backup by gaubert | ||
Awesome Systools / Tools / JSON | |||
gron | 13,862 | about 1 year ago | : Make JSON greppable! |
JSON Web Tokens (JWT) | 4,181 | almost 2 years ago | : 🔐 Learn how to use JSON Web Token (JWT) to secure your next Web App! (Tutorial/Example with Tests!!) |
simdjson | 19,359 | 13 days ago | : Parsing gigabytes of JSON per second |
yajl | 2,156 | 8 months ago | : A fast streaming JSON parsing library in C |
JSON Viewer | 61 | over 5 years ago | |
PyJSONViewer | |||
Awesome Systools / Tools / WebTools | |||
The new Turtl server | 617 | 8 months ago | : evernote free software |
OPENBAZAAR | : decentralized marketplace server in go ( ) | ||
octalmage/robotjs: Node.js Desktop Automation. | 12,387 | 5 months ago | |
MapTiler - map overlay, cut map tiles for Google Maps, GIS layers and mobile apps – MapTiler | |||
typegram | |||
Ultralight | HTML UI Engine | ||
Retool | : Custom internal tools have the same building blocks. Retool gives you those building blocks, so you can build them much faster | ||
ILLA Cloud | : ILLA is a robust open source low-code platform for developers to build internal tools. By using ILLA's library of Components and Actions, developers can save massive amounts of time on building tools | ||
GRID: A simple visual cheatsheet for CSS Grid Layout | |||
PyPy.js | is an experiment in building a fast and compliant python environment for the web | ||
strest | 1,736 | over 4 years ago | : ⚡️ Set up tests for REST in seconds with YAML |
responder | 3,592 | 4 days ago | : a Sorta Familar HTTP Framework for Python (prototype) |
Design faster web pages, part 1: Image compression | |||
Nebular | 8,059 | 15 days ago | : Angular 6 Components, Auth and Security |
sourcegraph | : Code search and intelligence, self-hosted and scalable | ||
md-page | 1,291 | 8 months ago | : 📝 create a webpage with just markdown |
Avatars, identicons, and hash visualization | |||
Plus codes | |||
share and discover links - appread.me | |||
PyRoles | 30 | almost 3 years ago | : Este é um bot no Telegram que faz upload automático de todas as fotos dos rolês que rolaram durante a PyBR! |
Twitter-Bots | 48 | over 6 years ago | : Códigos utilizados para pesquisar sobre bots em perfis do Twitter |
thelounge | 5,677 | 12 days ago | : Modern, responsive, cross-platform, self-hosted web IRC client |
qr-image | 1,054 | 9 months ago | : This is yet another QR Code generator |
gogs | 45,084 | 11 days ago | : Gogs is a painless self-hosted Git service |
bitwarden | : online and free password manager. on github | ||
writefreely | 4,532 | 20 days ago | : A painless, simple, federated blogging platform |
markdownlint | 4,819 | 6 days ago | : A Node.js style checker and lint tool for Markdown/CommonMark files |
Notepin | : Extremely simple note taking | ||
Startpage | : privacy search | ||
searX | 17 | about 4 years ago | : Privacy-respecting metasearch engine |
Next | Browser: Be Productive | ||
Next | Browser: Be Productive | ||
ulid | 9,740 | 4 months ago | : The canonical spec for ulid - Universally Unique Lexicographically Sortable Identifier |
MKCERT | : VALID HTTPS CERTIFICATES FOR LOCALHOST, | ||
uncaptcha2 | 4,959 | almost 6 years ago | : defeating the latest version of ReCaptcha with 91% accuracy |
DeleteFB | 2,677 | almost 3 years ago | : A Selenium script to delete your Facebook content |
TicketLens | : Find the best tickets, tours, and activities and compare prices from different websites | ||
WeasyPrint | 7,228 | 7 days ago | : WeasyPrint converts web documents (HTML with CSS, SVG, …) to PDF |
grid-kiss playground | |||
OpenTeams | : Quick organizational mapping with email and survey data | ||
Protocol buffers | are a language-neutral, platform-neutral extensible mechanism for serializing structured data | ||
FeaturePeek | : Front-end review for the whole team | ||
TRAILS OF WIND | : The architecture of airport runways | ||
IAVisa | : is a site that offers you the best information about visas, such as: what types of visa you need to travel to a particular country, what situations you will face, what documents you need to obtain, but also many other information that you will most likely need | ||
Postman | : Postman is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIs—faster. Some pt-br | ||
tldr | 51,204 | 6 days ago | : |
Burlesco | : Leia notícias sem ser assinante, burle o paywall | ||
Mailinator | : The Mailinator Email System puts millions of inboxes right at your fingertips. It is an amazing Email Workflow Testing tool for your Software or Service | ||
tempmail | : Your Temporary Email Address | ||
mail phantom | : Hide your email address when you sign up to newsletters, apps or your favourite websites | ||
jor1k | 1,737 | over 2 years ago | : Online OR1K Emulator running Linux |
calver | 502 | 6 months ago | : date The web's go-to resource for Calendar Versioning info |
gifcap | : Create animated GIFs from a screen recording | ||
Handesk | 1,408 | about 2 months ago | : A Powerful Laravel Help Desk and Lead Management App |
qrpicture | 571 | 10 months ago | : Photo realistic QR codes hosted on |
Archivy | 3,212 | over 1 year ago | : is a self-hosted knowledge repository that allows you to safely preserve useful content that contributes to your knowledge bank |
RSSHub | 33,609 | 4 days ago | : Everything is RSSible |
cypress | 47,064 | 6 days ago | : Fast, easy and reliable testing for anything that runs in a browser |
jira_clone | 10,688 | 5 months ago | : A simplified Jira clone built with React/Babel (Client), and Node/TypeScript (API). Auto formatted with Prettier, tested with Cypress |
svg2nvg | 49 | almost 3 years ago | : A tool for converting SVG files to nanovg source code |
tslib | 1,259 | 21 days ago | : Runtime library for TypeScript helpers |
Eric Lathrop / Living in Syndication | |||
hnapi | : Python Hacker News API Wrapper | ||
Creating a QR Code step by step | |||
qrcode-bot | 33 | almost 6 years ago | : Artistic QR code generator bot for Facebook Messenger |
ZXing | 32,837 | 30 days ago | ("Zebra Crossing"): barcode scanning library for Java, Android |
How to generate dynamic QRCode for WeChat Mini-Program? | |||
QR Code generator library | 5,372 | 3 days ago | : High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, C++, C, Rust |
EFQRCode | : A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS | ||
qrbtf | 6,240 | 2 months ago | : An art QR code (qrcode) beautifier |
HOW TO PUT YOUR LOGO IN A QR CODE | |||
Amazing-QR | 10,447 | 12 months ago | : amazing QR-Code generator in Python (supporting animated gif) - Python amazing |
QR Code SVG Logo Generator | 94 | about 8 years ago | |
Check domain name availability with bash and whois | |||
namegrep | |||
10 Fantastic Tools to Find Smart Domain Name for Your Business | |||
dnstwist | 4,912 | about 2 months ago | : Domain name permutation engine for detecting typo squatting, phishing and corporate espionage |
Dictionary Domains | |||
Python Script for Getting Data You Need From Domain Names Lists | |||
Creating python dictionary that maps each domain to multiple coded values in File Geodatabase? | |||
dnsimple-python | 65 | 4 months ago | : Python API client for DNSimple's Domain Management Automation |
njalla | : Njalla was started because we couldn't find a domain name service that we ourselves wanted to use. Our goals are to be caring about privacy, simple and flexible | ||
Always. Own. Your platform. | |||
HTTP/3 | : From root to tip | ||
css-html-js-minify | 217 | over 1 year ago | : StandAlone Async cross-platform Minifier for the Web |
fontello | 7,006 | almost 2 years ago | : Iconic fonts scissors |
Automate a web browser with Selenium | |||
Spectre.css | 11,334 | 7 months ago | : A Lightweight, Responsive and Modern CSS Framework |
Google Optmize | : Your website is your store window | ||
Google web.dev | : Review performance and get detailed guidance on how to improve it. Sign-in to monitor your progress over time | ||
VisBug | 5,486 | 6 days ago | : 🎨 Make any webpage feel like an artboard, download extension here |
DoodleMaster | 2,424 | about 5 years ago | : The Doodle Master seeks to turn your UI mockups into real code. Currently this repository just serves to demonstrate a Proof Of Concept of Artificially Intelligent Design Tools |
Themes for Pelican | 2,129 | 4 months ago | |
Pelican theme based on html5-dopetrope design. | 58 | over 4 years ago | |
Flex | 608 | 5 months ago | : The minimalist Pelican theme |
pelican theme Dev-Random3 | 1 | over 8 years ago | |
HOW TO CENTER IN CSS | : Centering in CSS is a pain in the ass. There seems to be a gazillion ways to do it, depending on a variety of factors. This consolidates them and gives you the code you need for each situation | ||
Vaadin Tutorial application | 59 | 5 months ago | : Introduction to Vaadin Framework 8 |
NES.css | - | ||
wedding-website | 1,635 | 2 months ago | |
Favicon Generator | . For real | ||
Are You a Blogger or Publisher? | : Turn your articles to high-quality audio for your audience to listen while they’re busy multitasking or on the go | ||
Inside look at modern web browser (part 1) | : In this 4-part blog series, we’ll look inside the Chrome browser from high-level architecture to the specifics of the rendering pipeline | ||
Awesome Systools / Tools / WebTools / Forms: | |||
react-jsonschema-form | 14,356 | 6 days ago | : A React component for building Web forms from JSON Schema |
json-forms | 611 | over 1 year ago | : JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided |
schemaform | : Generate forms from a JSON schema, with AngularJS! | ||
Formasaurus | 116 | 5 months ago | : Formasaurus tells you the type of an HTML form and its fields using machine learning |
Awesome Systools / Tools / WebTools / Presentantions: | |||
markdeck | 1,247 | almost 2 years ago | : presentations as code - author cool slide decks, text-only, offline-ready, collaborative |
Awesome Systools / Tools / WebTools / PHP: | |||
A curated list of bookmarks, packages, tutorials, videos and other cool resources from the Laravel ecosystem | 12,555 | 5 months ago | |
PHP Apprentice | : An online book for learning PHP | ||
JHRW | 2 | over 4 years ago | : JavaScript HTTP Request Wrapper. A wrapper for so-called "AJAX" Requests |
My Modern PHP Development Setup | : With this combination of formatters, linters and build tools I am able to create a fully testible, completely portable solution with adheres to PSR coding standards | ||
Awesome Systools / Tools / WebTools | |||
shiny | 2,804 | almost 2 years ago | : Shiny reflections for mobile websites |
splinter | 2,722 | 20 days ago | : python test framework for web applications |
revery | 8,065 | almost 3 years ago | : ⚡️ Native, high-performance, cross-platform desktop apps - built with Reason! |
tellform | 3,037 | about 5 years ago | : ✏️ Free Opensource Alternative to TypeForm or Google Forms ⛺ |
material-kit | 5,909 | 24 days ago | : Free and Open Source UI Kit for Bootstrap 4, React, Vue.js, React Native and Sketch based on Google's Material Design |
Flexible data tables with CSS Grid | |||
Sites inclusivos a pessoas com autismo | : O GAIA é um conjunto aberto e colaborativo de 28 recomendações de acessibilidade web focado nos aspectos do autismo, abordando desde a escrita de conteúdo até recursos programáveis | ||
Banish the � with Unifont | |||
Web development, illustrated. | |||
339 bytes of responsive CSS | |||
Making Tables Responsive With Minimal CSS | |||
JSON-SERVER With Authorization JWT | 1 | almost 2 years ago | : sample json-server authorization token |
css-components | 692 | about 1 month ago | : A set of common UI Components using the power of CSS and without Javascript |
User Inyerface | : Hi and welcome to User Inyerface, a challenging exploration of user interactions and design patterns | ||
gradient-path | 182 | over 1 year ago | : A small library to have any gradient follow along any SVG path |
hostyoself | 1,842 | about 1 year ago | : Host yo' self from your computer, your browser, your phone, etc |
How SAML 2.0 Authentication Works | |||
web design tool | is a free online bootstrap css grid layout generator. Make Responsive web design with Top css frameworks without learn them | ||
CSS Grid Generator | |||
Super Tiny Social Icons | 14,711 | 22 days ago | : Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos |
DARK PATTERNS | : Dark Patterns are tricks used in websites and apps that make you do things that you didn't mean to, like buying or signing up for something. The purpose of this site is to spread awareness and to shame companies that use them | ||
A complete guide to Oauth2 protocol | |||
COBOL Web Development | |||
Base | : Authentication, email sending, file and image storage and much more in one simple API, built for developers | ||
Two Browsers Walked Into a Scrollbar | |||
laptop.css | |||
Head | 29,998 | 5 months ago | : 🗿 A list of everything that go in the head of your document |
Web graphics, good to the last byte | Images done right: | ||
Dark mode in a website with CSS | |||
Re-writing Vy.no in Elm | |||
Flask Google Maps | 647 | 6 months ago | : Easy way to add GoogleMaps to Flask applications |
bruno simon | 's website. amazing work | ||
CSS Zen Garden | : The Beauty of CSS Design | ||
react-ultimate-resume | 2,128 | 8 months ago | : 💼 🎨 A modern software developer resume built with React and JSONResume |
analytics | 20,422 | 6 days ago | : Simple and privacy-friendly alternative to Google Analytics |
GoatCounter | : GoatCounter is an open source web analytics platform available as a hosted service (free for non-commercial use) or self-hosted app | ||
Brython | : A Python 3 implementation for client-side web programming | ||
decentraleyes | : Local CDN Emulation. a web browser extension that emulates Content Delivery Networks to improve your online privacy | ||
Things I Wish I’d Known About CSS | |||
DIY Video Hosting | : vimeo + AWS | ||
3D Book Image CSS Generator | |||
Hit Counter | 140 | about 1 year ago | : Easily count hits on a website by requesting a SVG displaying hit count |
Google Fonts Plugin | 88 | 3 months ago | : Webpack plugin that downloads fonts from Google Fonts and encodes them to base64 |
kratos | 11,289 | 6 days ago | : Never build user login, user registration, 2fa, profile management ever again! Works on any operating system, cloud, with any programming language, user interface, and user experience! Written in Go |
CobWeb | 356 | about 1 month ago | : COBOL to WebAssembly compiler |
model_bakery | 844 | about 1 month ago | : Object factory for django |
Caule Themes Pack 1 | 275 | about 1 year ago | : 10 modern colors | 4 categories of styles (Black Glass, Black, Dark, Light) | 40 themes in total | Animated icons for the weather forecast card | And a bonus automatic theme selector for your interface |
face-replace | 15 | 2 months ago | : React Flask GUI app to replace faces in Video or Images with Emojis, Boxes or Blur. Uses Centerface & Deface for facial recognition and ImageIO for image processing |
1MB Club | |||
servo | 's mission is to provide an independent, modular, embeddable web engine, which allows developers to deliver content and applications using web standards | ||
Awesome Resource For Your Web Projects: 75+ Background Resources | |||
JPEG XL and libjxl community website | : JPEG XL (.jxl) is the next-generation, general-purpose image compression codec by the JPEG committee | ||
Flask Session Cookie Decoder/Encoder | 641 | 3 months ago | |
What is sustainable web design? | |||
DuckDB-Wasm | : Efficient Analytical SQL in the Browser | ||
JSON Web Tokens e o seu uso no gerenciamento de sessão | |||
Appwrite | 45,402 | 6 days ago | : is a secure end-to-end backend server for Web, Mobile, and Flutter developers that is packaged as a set of Docker containers for easy deployment |
The cost of JavaScript in 2019 | |||
lerna | 35,737 | 6 days ago | : A tool for managing JavaScript projects with multiple packages |
30-seconds-of-code | 121,836 | about 18 hours ago | : Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less |
Handsontable | 20,022 | 6 days ago | : JavaScript/HTML5 Data Grid Component with Spreadsheet Look & Feel. Available for React, Vue and Angular |
Aurelia | : is a collection of Modern JavaScript modules, which when used together, function as a powerful platform for building browser, desktop and mobile applications, all open source and built on open web standards | ||
Polymer Project | : Libraries, tools, and standards for a better web: LitElement, lit-html, web components | ||
Svelte | : Cybernetically enhanced web apps | ||
three.js | : The aim of the project is to create an easy to use, lightweight, 3D library with a default WebGL renderer. The library also provides Canvas 2D, SVG and CSS3D renderers in the examples | ||
JavaScript is C | : Maintaining invariants the most painful way possible | ||
nazca | 298 | over 1 year ago | : A new way of creating GUI in the web |
Calculator in JavaScript | |||
Online JavaScript Beautifier | : Beautify, unpack or deobfuscate JavaScript and HTML, make JSON/JSONP readable, etc | ||
I created Postwoman 👽 | An , open source API request builder | ||
dashblock | : TURN ANY WEBSITE INTO AN API | ||
scanapi | 1,381 | 3 days ago | : Automated Integration Testing and Live Documentation for your API |
A Python 3 implementation for client-side web programming | |||
Tyk API Gateway | 9,732 | 3 days ago | : Tyk Open Source API Gateway written in Go |
Free API and Microservice Books | |||
fastapi-course | 903 | 3 months ago | |
REST API Testing Tutorial | : Sample Manual Test Case | ||
The Web API Checklist | : 43 Things To Think About When Designing, Testing, and Releasing your API | ||
API-Security-Checklist | 22,480 | 6 days ago | : Checklist of the most important security countermeasures when designing, testing, and releasing your API |
REST API Checklist | |||
Your Comprehensive Web API Design Checklist | |||
REST Security Cheat Sheet | 28,160 | 3 days ago | : CheatSheetSeries |
API Security Testing | : Rules And Checklist | ||
Penetration Testing RESTful Web Services | |||
RESTful web services penetation testing | |||
Astra | : Automated Security Testing for REST API’s | ||
GraphQL | : GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools. : An in-browser IDE for exploring GraphQL | ||
Awesome Systools / Tools / Web Services | |||
Notion | : Write, plan, collaborate, and get organized | ||
Postmake | : A directory of the best tools and resources for your projects | ||
nuclear | 12,198 | 5 days ago | : Popcorn Time for music |
TERRAPATTERN | : This is the alpha version of Terrapattern, a visual search tool for satellite imagery. The project provides journalists, citizen scientists, and other researchers with the ability to quickly scan large geographical regions for specific visual features | ||
Pixelfed | is an image sharing platform, an ethical alternative to centralized platforms | ||
The IA Client | : The Swiss Army Knife of Internet Archive | ||
HTTP Security Headers | A Complete Guide | ||
HTML is the Web | |||
The New Able Editor | . : A place to submit issues for bugs, feature requests and other ideas related to Able | ||
wobaka | : is the CRM system that will make you smile | ||
accountanalysis | : This tool enables you to evaluate Twitter accounts. For example how automated they are, how many Retweets they post, or which websites they link to most often | ||
Hosted Comments Service | Remarkbox | |||
Awesome Systools / Tools / Web Services / Twitter: | |||
accountanalysis | : This tool enables you to evaluate Twitter accounts. For example how automated they are, how many Retweets they post, or which websites they link to most often | ||
How To Get Tweets From A Twitter Account Using Python And Tweepy | |||
Automatically delete your old tweets, except for the ones you want to keep | |||
semiephemeral | : Automatically delete your old tweets, except for the ones you want to keep | ||
Tweak New Twitter | 1,942 | 18 days ago | : Browser extension which removes algorithmic content from Twitter, hides news & trends, lets you control which shared tweets appear on your timeline, and adds other UI improvements |
Awesome Systools / Tools / Web Services | |||
Upscale bitmap images with better results | , | ||
Rexpaint | : is a powerful and user-friendly ASCII art editor. Use a wide variety of tools to create ANSI block/line art, roguelike mockups and maps, UI layouts, and for other game development needs | ||
Doka | : free online image editor | ||
X Window System Basics | |||
PaperView | , repo: : A high performance X11 animated wallpaper setter | ||
The Fastest, Safest PNG Decoder in the World | |||
superwhite | 1,220 | over 1 year ago | : display a very bright white color on HDR-enabled displays |
Tale | 966 | over 2 years ago | is a minimal Jekyll theme curated for storytellers |
pH7-Social-Dating-CMS | 968 | 15 days ago | |
Awesome Systools / Tools / Web Services / Static Site Generators: | |||
VuePress | is a static site generator based on Vue JavaScript framework | ||
Publii | 6,331 | 6 days ago | is a desktop-based CMS for Windows and Mac that makes creating static websites fast and hassle-free, even for beginners |
StaticGen | : Top Open Source Static Site Generators | ||
notablog | 669 | about 1 year ago | : Generate a minimalistic blog from a Notion table |
Awesome Systools / Tools / Web Services | |||
Civitas | (pt-br) : Civitas é um projeto para organização de comunidades de desenvolvimento | ||
Trailing Slash Guide | 370 | 7 months ago | : The ultimate resource to fix url trailing slash issues in static deployments (static websites, Jamstack) |
2 Colors-Gradient Generator | |||
colorgram.py | 451 | over 3 years ago | : A Python module for extracting colors from images. Get a palette of any picture! |
Color Thief | : Grab the color palette from an image using just Javascript. Works in the browser and in Node. : Grabs the dominant color or a representative color palette from an image. Uses Python and Pillow | ||
21 Color Palette Tools for Web Designers and Developers | |||
Python Logo Colors with Hex & RGB Codes | |||
Generating color palettes from movies with Python | . github repo: , A Python based program, that can generate color palettes for a specified number of video frames and ultimately combine them into a final color palette group image | ||
canva | : The easiest place to get colors from your photos | ||
Palette Generator | : Find design inspiration with natural image palletes extracted using k-means algorithm. This palette generator will create a color palette based on the predominant colors in your image. You can use it in your art projects, web design or home decor | ||
ColorSpace | : Never waste Hours on finding the perfect Color Palette again! | ||
Color Hunt | : is a free and open platform for color inspiration with thousands of trendy hand-picked color palettes | ||
Paletton | : is an online application located on the internet | ||
Colormind | : is a color scheme generator that uses deep learning | ||
Building Your Color Palette | |||
ffflux | |||
Awesome Systools / Tools / WebScraping | |||
Web Scraping 101 in Python with Requests & BeautifulSoup | |||
Scraping Headlines From News Website Homepages Using BeautifulSoup in Python | |||
WitnessMe | 732 | about 2 months ago | : Web Inventory tool, takes screenshots of webpages using Pyppeteer (headless Chrome/Chromium) and provides some extra bells & whistles to make life easier |
P.A.I.F | 9 | almost 4 years ago | : automatic facebook image poster |
Python and the Web | 687 | about 1 year ago | : Build Bots, Scrape a website or use an API to solve a problem |
Awesome Systools / Journalism | |||
Jornalismo Guiado por Dados 1 | (pt-br) | ||
SourcedFact | : Journalism with Open Sourced Fact Checking | ||
AD.Watch | : challenges the closedness of access to political advertising information. The project compiles datasets of political ads on Facebook and Instagram and creates interfaces for their use, with a view to opening up the possibilities for its study. With ad.watch, you can explore both country-specific contextual issues and political strategies, as well as broader questions about the power of persuasion that the use of personal data facilitates | ||
Awesome Systools / Journalism / Little notes | |||
Auto index html bash script | |||
Awesome Systools / Cloud | |||
no more google | |||
Cloud Custodian | : | ||
Mapping of On-Premises Security Controls vs. Major Cloud Providers Services | |||
cloudsploit | |||
Security Monkey | 4,357 | almost 4 years ago | : Security Monkey monitors AWS, GCP, OpenStack, and GitHub orgs for assets and their changes over time |
StreamAlert | 2,861 | about 1 year ago | Serverless, Realtime Data Analysis Framework |
ThreatResponse | : Open Source Incident Response Toolkit | ||
Embarrassingly easy private certificate management for VMs on AWS, GCP, and Azure | |||
Using Ansible to organize your SSH keys in AWS | |||
How to burn the most money with a single click in Azure | |||
Automating Deploys with Bash scripting and Google Cloud SDK | |||
One Click Forensics Lab in the Cloud | |||
Terraform on GCP - DFIR Lab Hello World! | |||
Awesome Azure Learning | 861 | 9 months ago | : This repo includes plenty of references for Azure learning, especially for the Azure certs and Azure architecture, and any other learning materials e.g. security and automation topics |
Awesome Cloud Native | 2,078 | 17 days ago | : A curated list for awesome cloud native tools, software and tutorials |
Software for Open Networking in the Cloud - SONiC | 201 | 6 days ago | : Configuration management examples for SONiC |
Awesome Systools / Cloud / AWS | |||
Which AWS container service should I use? | |||
Whitepapers da AWS | |||
CloudMapper | 6,003 | 4 months ago | : CloudMapper helps you analyze your Amazon Web Services (AWS) environments |
Prowler | 10,839 | 6 days ago | : AWS Security Best Practices Assessment, Auditing, Hardening and Forensics Readiness Tool. It follows guidelines of the CIS Amazon Web Services Foundations Benchmark and DOZENS of additional checks including GDPR and HIPAA (+100) |
ThreatPrep | 55 | over 4 years ago | : Python module for evaluation of AWS account best practices around incident handling readieness |
Amazon Web Services | |||
Awesome Systools / Cloud / AWS / Amazon Web Services | |||
aws-security-benchmark | 617 | almost 5 years ago | : Open source demos, concept and guidance related to the AWS CIS Foundation framework |
aws-security-automation | 620 | almost 4 years ago | : Collection of scripts and resources for DevSecOps and Automated Incident Response Security |
Awesome Systools / Cloud / AWS | |||
finala | 732 | 11 months ago | : A resource cloud scanner that analyzes and reports about wasteful and unused resources to cut unwanted expenses |
open-guides/og-aws: 📙 Amazon Web Services — a practical guide | 35,742 | 3 months ago | |
Maintaining your AWS infrastructure | |||
bottlerocket | 8,783 | 6 days ago | : An operating system designed for hosting containers |
consoleme | 3,141 | 5 months ago | : ConsoleMe consolidates the management of multiple AWS accounts into a single interface. It allows your end-users and administrators to get credentials for your different accounts, and allows your users/administrators to manage or request cloud permissions |
AWS_IP_Prefix_Finder | 0 | over 3 years ago | : This program was created with the intent to pull the current AWS IP-Ranges JSON file and return you a list of all of the IP Prefixes for a specific Region and service based on your input |
Awesome AWS | 12,505 | 8 months ago | : A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome |
Awesome AWS Certifications | 614 | about 2 years ago | : A curated list of AWS certification materials: videos courses, practice exams, prep tips, etc |
AWS Service Catalog Reference Architecture | 429 | 7 months ago | : Sample CloudFormation templates and architecture for AWS Service Catalog |
AWS Toolbox | 1,074 | about 1 month ago | : A collection of useful Shell & Python scripts that make your life easier in AWS |
Awesome Systools / Cloud / Nextcloud | |||
How to save LibreOffice documents to your Nextcloud server | |||
LibreOffice NextCloud WebDAV Configuration | |||
NextCloud on OpenBSD | |||
Improved AppPasswords in Nextcloud 14 | : rullzers blog | ||
Installing Integration Edition Document Server for Docker on a local server | |||
How to fix PHP 7 bash error to update Nextcloud on Synology? | |||
Nextcloud With Cloudflare SSL Easy Install Bash script | 4 | about 6 years ago | |
Awesome Systools / IoT | |||
A Internet das Coisas no Brasil | (pt-br) - Instituto Igarapé | ||
jerryscript | 6,953 | 6 days ago | : Ultra-lightweight JavaScript engine for the Internet of Things |
UNDERCLOCKING THE ESP8266 LEADS TO WIFI WEIRDNESS | : Sometimes the best hacks come from the most basic of questions. In this case, [CNLohr] was wondering what would happen if he started to reduce the clock speed of the ESP8266’s Baseband PLL (BBPLL) while still trying to communicate with it | ||
Saleae | : Saleae builds the world’s most loved logic analyzers | ||
openedge | 1,876 | 6 months ago | : Extend cloud computing, data and service seamlessly to edge devices |
OpenChirp | : An Open Source Platform for IoT with support for LoRaWAN | ||
FindChips | : Get instant insight into any electronic component Access price, inventory, unique market intelligence and advanced analytics for all your parts | ||
InternetOfThings | Fedora's | ||
Connected camera cock up | |||
Binary Hardening in IoT products | : Last year, the team at CITL looked into the state of binary hardening features in IoT firmware | ||
Donjon’s side-channel analysis simulation tool | Introducing Rainbow: introducing-rainbow-donjons-side-channel-analysis-simulation-tool-2f23fa1f11b3). repo: | ||
Memfault | : is the collaboration of engineers who share decades of experience working at leading hardware companies including Oculus, Fitbit, and Pebble | ||
Espressif IDF Eclipse Plugins | 313 | 7 days ago | : Eclipse plugin for ESP-IDF CMake based projects (4.x and above) |
Getting a MicroPython REPL prompt | |||
ampy | |||
micropython-coffee | 10 | about 5 years ago | |
Disque | 8,008 | over 3 years ago | is a distributed message broker |
TDengine | |||
Raspberry pi firmwares- developing with this lk overlay | 90 | 25 days ago | |
ESP32 SSH Server | 55 | 4 months ago | |
Linux-based CPE for Telia's (AS3249) "Koduinternet" service | 97 | 4 months ago | |
Awesome Systools / IoT / Pub/Sub / MQTT: | |||
Apache Pulsar | is an open-source distributed pub-sub messaging system originally created at Yahoo and now part of the Apache Software Foundation. | ||
Introduction to MQTT | |||
VerneMQ | 3,243 | 7 days ago | : A Distributed MQTT Broker |
EMQ X Broker | 14,108 | 4 days ago | Scalable Distributed MQTT Message Broker for IoT in 5G Era |
Ordering messages | Cloud Pub/Sub: | ||
RPi Reporter MQTT2HA Daemon | 472 | 4 months ago | |
Awesome Systools / IoT / RFID | |||
RFIDler | An open source Software Defined RFID Reader/Writer/Emulator | ||
Awesome Systools / Fun | |||
VIM Clutch | 3,549 | about 3 years ago | is a hardware pedal for improved text editing speed for users of the magnificent VIM text editor |
wtf | 15,874 | 3 months ago | : The personal information dashboard for your terminal |
lolcat | 369 | 4 months ago | : High-performance implementation of lolcat |
ligar-cobranca | 1,786 | about 6 years ago | (pt-br) : Ligue automaticamente para empresas de cobrança e deixe uma voz falando "Alô?" sem parar |
Trump2Ca$h | 6,295 | over 1 year ago | : A stock trading bot powered by Trump tweets |
paint 16b | : was created by Hellmood and is 16 bytes in size. paint16b implements a mouse-driven drawing program which has the ability to exit back to DOS and also display the mouse cursor, | ||
Boss as a Service | : Hire a boss, get stuff done | ||
Craft Crown SDK | 574 | about 5 years ago | : Provide (API) SDK specifications to map your app functions to Logitech Craft dial controller called "Crown" |
Check out these projects featuring your favorite Cartoon Network characters and start making! | |||
fx_cast | : chromecast for firefox. Enables Chromecast support for casting web apps (like Netflix or BBC iPlayer), HTML5 video and screen/tab sharing | ||
srsLTE | 3,484 | 5 months ago | : Open source SDR LTE software suite from Software Radio Systems (SRS) |
The LibreCellular project | aims to make it easier to create 4G cellular networks with open source software and low cost software-defined radio (SDR) hardware | ||
List of software-defined radios | |||
IP over Avian Carriers | |||
MrPiracy | |||
tvlist | : Lists TV shows and their current state by leveraging the TV Maze API (CLI) | ||
serverless-to-cgi-bin | 121 | about 4 years ago | : A browser extension that replaces occurrences of 'serverless' with 'cgi-bin' |
X-Ray Tech Lays Chip Secrets Bare | : Researchers in Switzerland and the U.S. have a non-destructive technique that can reverse engineer an entire chip without damaging it | ||
xkcdfs | 13 | over 1 year ago | : A FUSE Filesystem for xkcd |
Mission Status | Voyager | ||
So Doom (1993) has a neat bit of encryption in it. It's not very strong encryption, but it's still encryption. | |||
Fake windows Update | |||
Which sudo users to insult - sudo configuration basics | |||
Jellyfin | : The Free Software Media System | ||
nhentai-favorites-auto-pagination: This is an infinity randomly picker doujinshi from yours favorite list with auto scroll and pagination | 46 | almost 2 years ago | WTF?!?!?! - |
cxxmatrix | 694 | 5 months ago | : I wrote a simple terminal program of Matrix digital rain. A part of the purpose of this program is to test the performance of terminal emulators. Another purpose is just for fun. Enjoy it with fast terminals (e.g., urxvt, alacritty, terminology, etc.)! |
Use Unix Pipes to Improve Chromecast Playback | |||
Snake in a QR code | |||
telegram-delete-all-messages | 376 | 4 months ago | : Delete all your messages in supergroups with python script |
The Web 2.0 Bullshit Generator™ | (is still in Beta!) | ||
Posters, drawings... | 10,521 | 9 months ago | |
discord-logo | 64 | over 1 year ago | |
Minecraft as a k8s admin tool | |||
Zulu and UTC: the story behind aviation’s time zone | |||
Booting from a vinyl record. | . ( ) | ||
The /bin/true Command and Copyright | |||
The Secret DIY Apple 5K Display // USBC & HDMI | |||
vim_cubed | 2,712 | over 2 years ago | : Vim rendered on a cube for no reason |
Awesome Self-Reference | 263 | about 2 months ago | : A curated list of examples of self-reference in art, science, and technology |
Awesome Systools / Stuff | |||
Faces of Open Source | is an on-going photographic documentation of the people behind the development and advancement of the open source revolution that has transformed the technology industry | ||
The Free Stack | : Running your application for free on AWS | ||
The unreasonable effectiveness of Soccermatics? | |||
Productive Procrastination | : How to Get More Done by Procrastinating on Purpose | ||
olive | 8,245 | 3 months ago | : Professional open-source NLE video editor |
kdenlive | 3,197 | 3 days ago | : Free and open source video editor, based on MLT Framework and KDE Frameworks 5 |
Awesome Systools / Stuff / kdenlive | |||
10 tools for visual effects in Linux with Kdenlive | |||
Kdenlive/Manual/Project Menu/Online Resources | |||
Kdenlive/Manual/Effects/Blur and hide/Auto Mask | |||
Awesome Systools / Stuff | |||
QDirStat | 1,751 | about 2 months ago | : Qt-based directory statistics (KDirStat without any KDE - from the original KDirStat author) |
Ask HN: What should a systems/low-level software engineer know? | |||
German for Programmers | |||
Seeking the Productive Life | : Some Details of My Personal Infrastructure | ||
Como contribuir com projetos de código aberto sem precisar entender de programação | |||
The DevOps Phenomenon | |||
Como contribuir com projetos de código aberto sem precisar entender de programação | (pt-br) | ||
Personal Management System | 3,200 | 4 days ago | : Your web application for managing personal data |
The boring technology behind a one-person Internet company | |||
Open Observatory of Network Interference | The (OONI) is a free software project under The Tor Project which aims to empower decentralized efforts in increasing transparency of internet censorship around the world | ||
The secret life of open source developers | |||
Why we moved our servers to Iceland | |||
What nobody tells you about documentation | |||
The 100:10:1 method: my approach to open source | |||
Cartola | : a lot of free software related resourses | ||
Is there a way to see the remaining battery life of your keyboard/mouse on Ubuntu/Linux? | : | ||
Convert any .pdf file 📚 into an audio 🔈 book with Python | |||
Sigil | 5,958 | 9 days ago | : is a multi-platform EPUB ebook editor |
Ham radio is dying! No it’s not, it’s evolving | |||
Safety Sign Generator | and by Damon | ||
Twitch Line Highlighter VS Code Extension | 203 | 3 months ago | : This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: . See master branch README.md for more details |
Safety Sign Generator | and by Damon | ||
Awesome Made by Brazilians | 1,524 | 10 days ago | |
Pi-KVM | : Open and cheap DIY IP-KVM on Raspberry Pi | ||
Helios server | 728 | 2 months ago | : Helios is an end-to-end verifiable voting system |
zeus | 59 | 5 months ago | : Zeus server, This is a fork of Ben Adida's Helios server |
System76 Launch Configurable Keyboard | 1,391 | 11 months ago | |
lalboard | 836 | 4 months ago | : A 3D-printed keyboard inspired by the DataHand |
Software disenchantment | |||
Bob Cassette Rewinder | 1,442 | 17 days ago | : Defeating Dishwasher Detergents DRM, Renew and Refill Bob Cassettes for 98% cost saving! |
Start Your Own ISP | : This site is dedicated to helping you start your own Internet Service Provider. Specifically this guide is about building a Wireless ISP (WISP) | ||
Como remover o ruído do seu microfone em chamadas no Linux | |||
Rescue sheets | : a standardised A4 "rescue sheet" including information on the location of cabin reinforcements, tank, the battery, airbags, gas generators, control units etc. - and indicating adequate cutting points must be used to save lives in car accidents | ||
Ninja Tool Collection | |||
velox | : An open source unified execution engine | ||
The Matt Curve | |||
Awesome Systools / News | |||
GitNews | |||
Systemd's DynamicUser feature is (currently) dangerous | |||
Open Source is Not About You | |||
600 days of postmarketOS | |||
Physicists reverse time using quantum computer | |||
AN EXCLUSIVE LOOK AT AN ORIGINAL IPHONE PROTOTYPE | |||
Open Source Doesn’t Make Money Because It Isn’t Designed To Make Money | |||
STORING UTC IS NOT A SILVER BULLET | |||
Patent exhaustion and open source | |||
Adventures of putting 16 GB of RAM in a motherboard that doesn’t support it | |||
Upgrade Arbitrage | : The charm of buying old workstation hardware on the cheap to support your modern computing needs. If it doesn’t work for them, it might just work for you | ||
Sorry, we can't join your Slack | |||
A New Linux Memory Controller Promises to Save Lots of RAM | |||
Back from the Blender Conference 2019 | |||
The Magical Science of Wi-Fi on Airplanes | , and | ||
Hacker News RSS | |||
HN Deck | : An alternate way to browse Hacker News | ||
Introducing the Red Hat Flatpak runtime for desktop containers | |||
O² OR OXYGEN ALL OVER AGAIN, AKA OXYGEN REBOOT, MAYBE O SQUARED? | |||
Too Big to Care | |||
Introducing the Framework Laptop | |||
donnemartin/haxor-news: Browse Hacker News like a haxor: A Hacker News command line interface (CLI). | 3,988 | over 2 years ago | |
OpenSearch: AWS rolls out its open source Elasticsearch fork | |||
Apple is a true business innovator: For more than a decade, they have been steadily perfecting an obscure anticompetitive tactic, turning a petty grift invented by console games companies into a global, cross-industry mechanism for extracting rents and centralizing control. | |||
Liquid Cooling Next-Gen Servers Getting Hands-on with 3 Options | |||
New 5D Storage to Offer 10,000x the Density of Blu-Ray | |||
Swarming drones autonomously navigate a dense forest (and chase a human) | |||
Nvidia H100 and A100 GPUs - comparing available capacity at GPU cloud providers | |||
Microsoft keeps shooting itself in the foot with Edge | |||
Awesome Systools / Making Conferences | |||
python-organizers | 53 | about 4 years ago | : Share docs, tools, lists and whatnot for organizing a Python conference |
indico | : The effortless open-source tool for event organisation, archival and collaboration | ||
Tune up your sound with PulseEffects: Microphones | |||
Skittish | : A playful space for online events | ||
How we hosted FOSDEM 2021 on Matrix | |||
The Future of USENIX: A Report from the Annual Membership Meeting | |||
WORKADVENTURE | |||
Loudness Normalization and Compression of Podcasts and Speech Audio | |||
DevFestAvatar | 7 | 14 days ago | : Repo for DevFest Avatar creation |
Awesome Systools / Articles | |||
Serverless Computing: One Step Forward, Two Steps Back | |||
Network stack specialization for performance | |||
Awesome Systools / Bots | |||
The Money Maker Machine |