All public logs
Jump to navigation
Jump to search
Combined display of all available logs of I Will Fear No Evil. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:07, 4 January 2025 Chubbard talk contribs created page Category:Raspberry (Created page with "Just a generic category for Raspberry Pi stuff")
- 18:46, 4 January 2025 User account MickeyWicks901 talk contribs was created by Chubbard talk contribs and password was sent by email (Might regret this, but could be legit)
- 18:44, 4 January 2025 User account UtaBelair19 talk contribs was created by Chubbard talk contribs and password was sent by email (This could be a legit request)
- 08:46, 3 May 2024 Chubbard talk contribs created page Rocky and RHEL Stuff (Created page with "=== General notes and examples working with Rocky to remember === == Set Static IP == [https://devtutorial.io/how-to-configure-static-ip-address-on-rocky-linux-9-p3386.html| set static IP for Rocky 9] <pre> nmcli connection show sudo nmcli connection modify enp0s3 ipv4.addresses 192.168.1.30/24 sudo nmcli connection modify enp0s3 ipv4.gateway 192.168.1.1 sudo nmcli connection modify enp0s3 ipv4.dns 8.8.8.8 sudo nmcli connection modify enp0s3 ipv4.method manual sudo nmcl...")
- 11:07, 3 April 2024 Chubbard talk contribs created page Category:Postgres (Created page with "Anything specific to postgres should get dropped into this category..")
- 11:06, 3 April 2024 Chubbard talk contribs created page Postgres (Created page with "== Postgres Notes == I generally use MySQL, however there have been cases where I need to use Postgres. I can never remember the exact syntax to do basic things, so here we are... === Create User and Database === Admin login to Postgeres (fresh install Pg14) <pre> sudo -u postgres psql postgres </pre> Create User <pre> CREATE ROLE someUser LOGIN PASSWORD 'somePassword'; </pre> Create database and add someUser as the owner <pre> CREATE DATABASE databaseName with owner =...")
- 13:46, 29 March 2024 Chubbard talk contribs created page Category:Docker (Created page with "Docker specific stuff that goes beyond generic "container stuff"")
- 17:57, 17 February 2024 Chubbard talk contribs created page General links howTo (Created page with "=Links to different HowTo pages= I have a tendency to loose pages that I find interesting, and my bookmark list is a mess :) I will be saving links here that I find useful for different things either pertaining to the NMS work I am doing or just cool howto articles I find on the net. == PHP Specific == * [https://alexwebdevelop.com/php-daemons/ Basic PHP Daemons tutorial] * [https://github.com/barracudanetworks/forkdaemon-php github project - Using this for now for dae...")