All public logs
From wiki
Jump to navigationJump to search
Combined display of all available logs of wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:37, 5 March 2024 Mike talk contribs created page Remove kernel (Created page with "dnf remove --oldinstallonly --setopt installonly_limit=2 kernel") Tag: Visual edit
- 23:08, 15 May 2023 Mike talk contribs created page 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") Tag: Visual edit
- 20:52, 13 April 2023 Mike talk contribs created page 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
- 00:19, 10 March 2023 Mike talk contribs created page 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>") Tag: Visual edit
- 21:57, 19 January 2023 Mike talk contribs created page DHCP (Created page with "<samp>X(config)#</samp>ip dhcp relay address [ip-address]") Tag: Visual edit
- 15:10, 21 December 2022 Mike talk contribs created page Docker (Created page with "Install Docker on CentOS 7: <code>yum install docker-ce docker-ce-cli containerd.io docker-compose-plugin</code>") Tag: Visual edit
- 22:15, 6 December 2022 Mike talk contribs created page 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
- 00:37, 10 November 2022 Mike talk contribs created page 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...") Tag: Visual edit
- 18:14, 3 November 2022 Mike talk contribs created page 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>")
- 22:41, 31 October 2022 Mike talk contribs created page Firewalld (Created page with "<code><forward-port to-port="8080" protocol="tcp" port="80"/></code>") Tag: Visual edit
- 17:23, 25 October 2022 Mike talk contribs created page 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") Tag: Visual edit
- 12:53, 25 October 2022 Mike talk contribs created page Gitlab fips error (Created page with " export CHEF_FIPS=<nowiki>''</nowiki> [https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5574]") Tag: Visual edit
- 21:19, 21 July 2022 Mike talk contribs created page Ningx proxy (Created page with "<code>/usr/sbin/setsebool -P httpd_can_network_connect true</code>") Tag: Visual edit
- 13:57, 28 March 2022 Mike talk contribs created page Elastic repository (Created page with "path: repo: - /etc/elasticcsearch/backups") Tag: Visual edit
- 20:55, 23 March 2022 Mike talk contribs created page 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)") Tag: Visual edit
- 20:07, 23 March 2022 MediaWiki default talk contribs created page Main Page