New pages
Jump to navigation
Jump to search
- 08:48, 26 March 2025 Ansible (hist | edit) [657 bytes] Chubbard (talk | contribs) (Created page with "==Ansible Notes== * Find details about ansible collection versions (RHEL) <pre> ~/.local/bin/ansible-galaxy collection list # /home/USER/.local/lib/python3.?/site-packages/ansible_collections Collection Version ----------------------------- ------- amazon.aws 1.5.1 ansible.netcommon 2.5.0 ansible.posix 1.3.0 ***** SNIP ***** # /usr/share/ansible/collections/ansible_collections Collection Versio...")
- 11:01, 11 March 2025 Iptables (hist | edit) [600 bytes] Chubbard (talk | contribs) (Created page with "==iptables notes== Just some generic notes on working with IP tables. Can be a PITA when an issue is happening to remember the details.. REMEMBER: You can block YOURSELF if you do not use your head! Dont block: Internal IP address YOURSELF external IP address (if logging in via public interfaces) Loopbacks... Not sure what would happen but expect it would brick things.. Simple blocks * iptables -A INPUT -s 47.245.124.200 -j DROP Reminders: * This will not persist...")
- 17:39, 18 January 2025 Compression (hist | edit) [143 bytes] Chubbard (talk | contribs) (Created page with "==Generic Notes on compressed files== ==rar== ==7z== * to show the files only via listing 7z l -ba file.7z ==zip== Compression")