New pages
Jump to navigation
Jump to search
- 18:31, 2 April 2026 GIT Cheatsheet (hist | edit) [3,097 bytes] Michael Kohler (talk | contribs) (Created page with "__FORCETOC__ == GIT Cheatsheet == # Initial setup git Global Configuration Variables #:<tt>'''$These configuration variables are stored in ~/.gitconfig'''</tt> #:<tt>'''$git config --global user.name "<user>"'''</tt> #:<tt>'''$git config --global user.email "<email>"'''</tt> #:<tt>'''$git config --list'''</tt> Initialize a new git Repository cd into directory to be added to the repository git init git add -A git commit -m "Repository Init...") originally created as "GIT"
- 18:11, 2 April 2026 Linux Lets Encrypt - Certbot (hist | edit) [598 bytes] Michael Kohler (talk | contribs) (Created page with "== Apache == ==== RHEL9+ ==== Install packages. : <tt>'''# dnf install letsencrypt python3-certbot-apache'''</tt> Download and register certificate. : <tt>'''# certbot -d <url> -d <url1> -d <url3...> --apache'''</tt> ==== Debian ==== : <tt>'''# '''</tt>")