├── LICENSE ├── README.md ├── ansible └── README.md ├── docker ├── README.md ├── Swarm │ └── README.md ├── build │ └── README.md └── compose │ └── README.md ├── fio └── README.md ├── gcc └── README.md ├── git ├── README.md └── commit_misconfig_fix.md ├── gitlab ├── README.md ├── gitlabctl.md └── postres.md ├── go └── README.md ├── gpg └── README.md ├── kestra └── README.md ├── kubectl └── README.md ├── linux ├── debian │ └── README.md ├── iptables │ └── README.md ├── logrorate │ └── config.md ├── rocky │ └── README.md └── systemd │ └── cache_service.md ├── nmap └── README.md ├── phoronix ├── README.md └── source_build.md ├── powershell └── README.md ├── proxmox └── README.md ├── python ├── README.md └── pycharm_install_steps.md ├── scripts ├── battery_monitor.sh ├── clean_keychain.sh ├── clean_memory.sh ├── clear_mem_cache.sh ├── discharge_monitor.sh └── update_keychain.sh ├── ssh └── README.md ├── ssl └── README.md ├── terraform └── README.md ├── wazuh └── README.md └── wsl └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/README.md -------------------------------------------------------------------------------- /ansible/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/ansible/README.md -------------------------------------------------------------------------------- /docker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/docker/README.md -------------------------------------------------------------------------------- /docker/Swarm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/docker/Swarm/README.md -------------------------------------------------------------------------------- /docker/build/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/docker/build/README.md -------------------------------------------------------------------------------- /docker/compose/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/docker/compose/README.md -------------------------------------------------------------------------------- /fio/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/fio/README.md -------------------------------------------------------------------------------- /gcc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/gcc/README.md -------------------------------------------------------------------------------- /git/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/git/README.md -------------------------------------------------------------------------------- /git/commit_misconfig_fix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/git/commit_misconfig_fix.md -------------------------------------------------------------------------------- /gitlab/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/gitlab/README.md -------------------------------------------------------------------------------- /gitlab/gitlabctl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/gitlab/gitlabctl.md -------------------------------------------------------------------------------- /gitlab/postres.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/gitlab/postres.md -------------------------------------------------------------------------------- /go/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/go/README.md -------------------------------------------------------------------------------- /gpg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/gpg/README.md -------------------------------------------------------------------------------- /kestra/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/kestra/README.md -------------------------------------------------------------------------------- /kubectl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/kubectl/README.md -------------------------------------------------------------------------------- /linux/debian/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/linux/debian/README.md -------------------------------------------------------------------------------- /linux/iptables/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/linux/iptables/README.md -------------------------------------------------------------------------------- /linux/logrorate/config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/linux/logrorate/config.md -------------------------------------------------------------------------------- /linux/rocky/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/linux/rocky/README.md -------------------------------------------------------------------------------- /linux/systemd/cache_service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/linux/systemd/cache_service.md -------------------------------------------------------------------------------- /nmap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/nmap/README.md -------------------------------------------------------------------------------- /phoronix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/phoronix/README.md -------------------------------------------------------------------------------- /phoronix/source_build.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/phoronix/source_build.md -------------------------------------------------------------------------------- /powershell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/powershell/README.md -------------------------------------------------------------------------------- /proxmox/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/proxmox/README.md -------------------------------------------------------------------------------- /python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/python/README.md -------------------------------------------------------------------------------- /python/pycharm_install_steps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/python/pycharm_install_steps.md -------------------------------------------------------------------------------- /scripts/battery_monitor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/scripts/battery_monitor.sh -------------------------------------------------------------------------------- /scripts/clean_keychain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/scripts/clean_keychain.sh -------------------------------------------------------------------------------- /scripts/clean_memory.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/scripts/clean_memory.sh -------------------------------------------------------------------------------- /scripts/clear_mem_cache.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/scripts/clear_mem_cache.sh -------------------------------------------------------------------------------- /scripts/discharge_monitor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/scripts/discharge_monitor.sh -------------------------------------------------------------------------------- /scripts/update_keychain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/scripts/update_keychain.sh -------------------------------------------------------------------------------- /ssh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/ssh/README.md -------------------------------------------------------------------------------- /ssl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/ssl/README.md -------------------------------------------------------------------------------- /terraform/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/terraform/README.md -------------------------------------------------------------------------------- /wazuh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/wazuh/README.md -------------------------------------------------------------------------------- /wsl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alprojects1/cheat-sheet/HEAD/wsl/README.md --------------------------------------------------------------------------------