User contributions for Chubbard
Jump to navigation
Jump to search
3 May 2024
- 09:4609:46, 3 May 2024 diff hist +573 N 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..."
25 April 2024
- 15:0615:06, 25 April 2024 diff hist +76 m Category:Bash No edit summary current
- 15:0415:04, 25 April 2024 diff hist +55 m Bash-compare-versions No edit summary current
- 15:0315:03, 25 April 2024 diff hist +148 m Bash-check-redis-replication No edit summary current
- 15:0215:02, 25 April 2024 diff hist +97 m Bash-check-if-root-user No edit summary
- 15:0215:02, 25 April 2024 diff hist +61 m Bash variables No edit summary current
- 15:0115:01, 25 April 2024 diff hist +85 m Bash-check-if-ip-address No edit summary current
- 15:0115:01, 25 April 2024 diff hist +117 m Bash-check-if-host-pingable No edit summary current
- 14:5914:59, 25 April 2024 diff hist +62 m Bash skel No edit summary current
- 14:5914:59, 25 April 2024 diff hist +49 m Bash loop No edit summary current
- 14:5914:59, 25 April 2024 diff hist +50 m Bash inodes No edit summary current
- 14:5814:58, 25 April 2024 diff hist +55 m Bash conversions No edit summary current
- 14:5714:57, 25 April 2024 diff hist +63 m Bash colors No edit summary current
- 14:5714:57, 25 April 2024 diff hist +42 m Bash and grep No edit summary
- 14:5614:56, 25 April 2024 diff hist +82 m Bash aliases No edit summary current
- 14:5514:55, 25 April 2024 diff hist +84 m Bash-jq-examples No edit summary
- 14:5414:54, 25 April 2024 diff hist +101 m Bash-common-checks No edit summary
- 11:4611:46, 25 April 2024 diff hist +337 m Bash-common-checks →Make leading zeros for output
19 April 2024
- 11:2811:28, 19 April 2024 diff hist +83 m Bash-jq-examples →Another way to filter down to what you are searching for
- 11:2811:28, 19 April 2024 diff hist −2 m Bash-jq-examples No edit summary
- 11:2711:27, 19 April 2024 diff hist +345 m Bash-jq-examples No edit summary
- 10:3710:37, 19 April 2024 diff hist +596 m Bash-jq-examples No edit summary
16 April 2024
- 11:1511:15, 16 April 2024 diff hist +370 m Main Page No edit summary
4 April 2024
- 11:4111:41, 4 April 2024 diff hist +177 m Postgres →Migrate from MySQL to Psql
3 April 2024
- 12:1312:13, 3 April 2024 diff hist +2,377 m Postgres →Useful commands to remember
- 12:0812:08, 3 April 2024 diff hist +149 m Postgres →Links
- 12:0712:07, 3 April 2024 diff hist +69 N Category:Postgres Created page with "Anything specific to postgres should get dropped into this category.." current
- 12:0612:06, 3 April 2024 diff hist +1,084 N 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 =..."
29 March 2024
- 14:4614:46, 29 March 2024 diff hist +64 N Category:Docker Created page with "Docker specific stuff that goes beyond generic "container stuff"" current
- 14:4514:45, 29 March 2024 diff hist +37 m Containers No edit summary current
21 March 2024
- 11:1711:17, 21 March 2024 diff hist +313 m Main Page No edit summary
5 March 2024
- 11:3011:30, 5 March 2024 diff hist +1,292 m Main Page No edit summary
17 February 2024
- 19:0719:07, 17 February 2024 diff hist +558 m Nms-trapReceiver No edit summary current
- 18:5718:57, 17 February 2024 diff hist +903 N 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..." current
- 17:3917:39, 17 February 2024 diff hist +28 m Nms-trapReceiver No edit summary
- 17:3617:36, 17 February 2024 diff hist 0 m Rrdtool info →last
11 February 2024
- 12:5712:57, 11 February 2024 diff hist +332 m Main Page No edit summary
8 February 2024
- 16:5416:54, 8 February 2024 diff hist +762 m Git notes →Change submodule URL
- 16:0616:06, 8 February 2024 diff hist +68 m Git notes →Change submodule URL
- 16:0516:05, 8 February 2024 diff hist +69 m Git notes →Change submodule URL
- 13:3113:31, 8 February 2024 diff hist +388 m Git notes No edit summary
- 12:3112:31, 8 February 2024 diff hist +1,645 m Nms-authentication No edit summary current
6 February 2024
- 10:3210:32, 6 February 2024 diff hist +153 m Bash ip addresses →Get routable IP address current
- 10:2710:27, 6 February 2024 diff hist +429 N Bash ip addresses Created page with "==Interesting bash commands working with IP Addresses== =Get routable IP address= So far this seems both the simplest and most straightforward way to reliably get our IP address.. <pre> chubbard@kvm03:~$ ip route get 1.2.3.4 | awk '{print $7}' 192.168.15.107 Details without awk: chubbard@kvm03:~$ ip route get 1.2.3.4 1.2.3.4 via 192.168.15.1 dev enp2s0f0 src 192.168.15.107 uid 1000 cache </pre> Category:Bash"
4 February 2024
- 11:2611:26, 4 February 2024 diff hist +151 m Nmap-examples No edit summary current
- 11:2611:26, 4 February 2024 diff hist +247 m Nmap-examples No edit summary
2 February 2024
- 17:0317:03, 2 February 2024 diff hist +278 m Nms-reporting →Generation current
- 12:3712:37, 2 February 2024 diff hist +32 m NMS status →GUI current
- 11:3111:31, 2 February 2024 diff hist +145 m NMS status No edit summary
- 10:4910:49, 2 February 2024 diff hist +536 m NMS status No edit summary