User contributions for Mike
From wiki
Jump to navigationJump to search
5 March 2024
- 18:3718:37, 5 March 2024 diff hist +63 N Remove kernel Created page with "dnf remove --oldinstallonly --setopt installonly_limit=2 kernel" current Tag: Visual edit
15 May 2023
- 23:0823:08, 15 May 2023 diff hist +141 N Vim cheatsheet Created page with "Insert text at multiple lines https://stackoverflow.com/questions/253380/how-to-insert-text-at-beginning-of-a-multi-line-selection-in-vi-vim" current Tag: Visual edit
13 April 2023
- 20:5320:53, 13 April 2023 diff hist +12 Git No edit summary current Tag: Visual edit: Switched
- 20:5220:52, 13 April 2023 diff hist +220 N Git Created page with "Initial git. $git init $git add . $git commit -m "initial upload" $git remote add origin https://gitlab.michaelurrea.com/ansible/roles/name-of-playbook.git $git checkout -b main $git push --set-upstream origin main" Tag: Visual edit
10 March 2023
- 00:1900:19, 10 March 2023 diff hist +129 N Openssl Created page with "pem to pfx <code>openssl pkcs12 -inkey server.domain.com.key -in server.domain.com.pem -export -out server.domain.com.pfx</code>" current Tag: Visual edit
19 January 2023
- 21:5721:57, 19 January 2023 diff hist +57 N DHCP Created page with "<samp>X(config)#</samp>ip dhcp relay address [ip-address]" current Tag: Visual edit
21 December 2022
- 15:1015:10, 21 December 2022 diff hist +113 N Docker Created page with "Install Docker on CentOS 7: <code>yum install docker-ce docker-ce-cli containerd.io docker-compose-plugin</code>" current Tag: Visual edit
6 December 2022
- 22:1822:18, 6 December 2022 diff hist +11 Reposync No edit summary current Tag: Visual edit: Switched
- 22:1722:17, 6 December 2022 diff hist +89 Reposync No edit summary Tag: Visual edit: Switched
- 22:1622:16, 6 December 2022 diff hist +2 Reposync No edit summary Tag: Visual edit: Switched
- 22:1522:15, 6 December 2022 diff hist −1 Reposync No edit summary Tag: Visual edit
- 22:1522:15, 6 December 2022 diff hist +130 N Reposync Created page with "$ reposync --newest-only --repoid=rhel-7-server-rpms --download_path=/work/www/html/rhel7/main --downloadcomps --download-metadata" Tag: Visual edit
10 November 2022
- 00:3700:37, 10 November 2022 diff hist +1,799 N Subnet Created page with "{| class="wikitable" !CIDR !SUBNET MASK !WILDCARD MASK !# OF IP ADDRESSES !# OF USABLE IP ADDRESSES |- |/32 |255.255.255.255 |0.0.0.0 |1 |1 |- |/31 |255.255.255.254 |0.0.0.1 |2 |2* |- |/30 |255.255.255.252 |0.0.0.3 |4 |2 |- |/29 |255.255.255.248 |0.0.0.7 |8 |6 |- |/28 |255.255.255.240 |0.0.0.15 |16 |14 |- |/27 |255.255.255.224 |0.0.0.31 |32 |30 |- |/26 |255.255.255.192 |0.0.0.63 |64 |62 |- |/25 |255.255.255.128 |0.0.0.127 |128 |126 |- |/24 |255.255.255.0 |0.0.0.255 |256..." current Tag: Visual edit
3 November 2022
- 22:0122:01, 3 November 2022 diff hist +79 Firewalld No edit summary current Tag: Visual edit: Switched
- 18:1518:15, 3 November 2022 diff hist +1 Hash password No edit summary current Tag: Visual edit
- 18:1518:15, 3 November 2022 diff hist +1 Hash password No edit summary Tag: Visual edit: Switched
- 18:1418:14, 3 November 2022 diff hist +193 N Hash password Created page with "RHEL7 <code>python -c 'import crypt,getpass; print crypt.crypt(getpass.getpass())'</code> <br> <br> RHEL8 <code>python3 -c 'import crypt,getpass; print(crypt.crypt(getpass.getpass()))'</code>"
2 November 2022
- 00:5100:51, 2 November 2022 diff hist +1 Firewalld No edit summary Tag: Visual edit: Switched
- 00:5100:51, 2 November 2022 diff hist +75 Firewalld No edit summary Tag: Visual edit: Switched
31 October 2022
- 22:4122:41, 31 October 2022 diff hist +68 N Firewalld Created page with "<code><forward-port to-port="8080" protocol="tcp" port="80"/></code>" Tag: Visual edit
25 October 2022
- 17:2317:23, 25 October 2022 diff hist +268 N Fapolicyd Created page with "Troubleshoot fapolicyd on RHEL8 systemctl disable fapolicyd systemctl stop fapolicyd fapolicyd --debug-deny 2> ''fapolicy.output'' & fg cat ''fapolicy.output'' | grep 'deny_audit' sed -i '14i\allow exe=/usr/bin/bash dir=/opt/acala' /etc/fapolicyd/fapolicyd.rules" current Tag: Visual edit
- 12:5312:53, 25 October 2022 diff hist +103 N Gitlab fips error Created page with " export CHEF_FIPS=<nowiki>''</nowiki> [https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5574]" current Tag: Visual edit
21 July 2022
- 21:1921:19, 21 July 2022 diff hist +66 N Ningx proxy Created page with "<code>/usr/sbin/setsebool -P httpd_can_network_connect true</code>" current Tag: Visual edit
28 March 2022
- 13:5713:57, 28 March 2022 diff hist +49 N Elastic repository Created page with "path: repo: - /etc/elasticcsearch/backups" current Tag: Visual edit
23 March 2022
- 20:5520:55, 23 March 2022 diff hist +367 N NFS Server Created page with "yum install nfs-utils mkdir /var/nfs/elastic chmod -R 755 /var/nfs/elastic systemctl enable rpcbind systemctl enable nfs-server systemctl enable nfs-lock systemctl enable nfs-idmap systemctl start rpcbind systemctl start nfs-server systemctl start nfs-lock systemctl start nfs-idmap vim /etc/exports /var/nfs/elastic *(rw,sync,no_root_squash,no_all_squash)" current Tag: Visual edit