User contributions for Kenneth
Jump to navigation
Jump to search
8 July 2026
- 06:4106:41, 8 July 2026 diff hist +161 WinRM →Firewall current
- 06:3906:39, 8 July 2026 diff hist +14 WinRM →Test WinRM
- 00:5500:55, 8 July 2026 diff hist +151 GitHub/Copilot →Self Signed Certificate in Certificate Chain current
7 July 2026
- 22:1522:15, 7 July 2026 diff hist +447 N Windows/Ping Created page with "== Firewall Allow Ping == Add: netsh advfirewall firewall add rule name="Allow ICMPv4 Ping" protocol=icmpv4:8,any dir=in action=allow Verify netsh advfirewall firewall show rule name="Allow ICMPv4 Ping" Remove: netsh advfirewall firewall delete rule name="Allow ICMPv4 Ping" == Powershell Version == New-NetFirewallRule -DisplayName "Allow ICMPv4 Ping" ` -Direction Inbound ` -Protocol ICMPv4 ` -IcmpType 8 ` -Action Allow" current
- 22:0522:05, 7 July 2026 diff hist +63 WinRM →Test WinRM
- 22:0522:05, 7 July 2026 diff hist +22 WinRM →TCP Port 5986
- 07:3207:32, 7 July 2026 diff hist +62 Linux/Bash History No edit summary current
- 07:0007:00, 7 July 2026 diff hist +16 Ntpq No edit summary current
- 07:0007:00, 7 July 2026 diff hist +1,321 N Ntpq Created page with "== ntpq -p == === Active Sync Time Source === # Look for the asterisk * in the first column, which identifies your currently selected active time source. # The reach column should ideally be 377 (octal), confirming the server has been successfully contacted over the last 8 polls. # The offset should be a very low number (typically under 100 milliseconds), showing how far off your clock is from the server. <pre> # ntpq -p remote r..."
- 06:1006:10, 7 July 2026 diff hist −5 Linux/Rename User and Home Directory No edit summary current
- 06:1006:10, 7 July 2026 diff hist +50 N Linux/Change User and Home Directory Kenneth moved page Linux/Change User and Home Directory to Linux/Rename User and Home Directory current Tag: New redirect
- 06:1006:10, 7 July 2026 diff hist 0 m Linux/Rename User and Home Directory Kenneth moved page Linux/Change User and Home Directory to Linux/Rename User and Home Directory
- 06:0906:09, 7 July 2026 diff hist +215 Linux/Rename User and Home Directory No edit summary
- 05:5205:52, 7 July 2026 diff hist +132 N Linux/Rename User and Home Directory Created page with " sudo usermod -l newuser -d /home/newuser -m olduser sudo groupmod -n newuser olduser sudo chown -R newuser:newuser /home/newuser"
1 July 2026
- 17:5317:53, 1 July 2026 diff hist +147 Linux/tio →installation current
- 17:4317:43, 1 July 2026 diff hist −3 GRUB →Dual Boot - Remember Last Choice current
- 17:4217:42, 1 July 2026 diff hist +701 GRUB No edit summary
- 17:4117:41, 1 July 2026 diff hist +22 GRUB →Dual Boot - Remember Last Choice
- 17:4117:41, 1 July 2026 diff hist +853 N GRUB Created page with "== GRUB == == Dual Boot - Remember Last Choice == dual boot - How to get grub2 to remember last choice? - Ask Ubuntu - http://askubuntu.com/questions/148662/how-to-get-grub2-to-remember-last-choice Ubuntu: /etc/default/grub # GRUB_DEFAULT=0 GRUB_DEFAULT=saved GRUB_SAVEDEFAULT=true # GRUB_TIMEOUT=0 GRUB_TIMEOUT=60 note the GRUB_SAVEDEFAULT line needs to be added then run: sudo update-grub To force a default for next boot use: <ref>https://askubuntu.com/quest..."
- 17:4017:40, 1 July 2026 diff hist 0 m GRUB Legacy Kenneth moved page GRUB to GRUB Legacy without leaving a redirect current
- 17:4017:40, 1 July 2026 diff hist +5,471 N Grub-menu Created page with "== grub-menu.sh == Ref: https://askubuntu.com/questions/599208/how-to-list-grubs-menuentries-in-command-line grub-menu.sh short # or grub-menu.sh long <pre> #!/bin/bash # NAME: grub-menu.sh # PATH: $HOME/bin # DESC: Written for AU Q&A: https://askubuntu.com/q/1019213/307523 # DATE: Apr 5, 2018. Modified: July 27, 2019 # UPDT: Scroll bar was outside of dialog box. Move windo border line. # $TERM variable may be missing when called via desktop shortcut CurrentTERM=..." current
- 17:3917:39, 1 July 2026 diff hist +394 GRUB Legacy →Dual Boot - Remember Last Choice
- 01:2301:23, 1 July 2026 diff hist +14 GitHub/Actions Runner →Get Latest Version current
- 01:0501:05, 1 July 2026 diff hist +171 GitHub/Actions Runner →Get Latest Version
- 01:0101:01, 1 July 2026 diff hist +3 GitHub/Actions Runner →Get Latest Version
30 June 2026
- 20:4220:42, 30 June 2026 diff hist +106 N GitHub/Revert Commit Created page with " cd repo && \ git checkout --no-track -b revert/mybad origin/main && \ git revert --no-edit 123456789" current
29 June 2026
- 23:4923:49, 29 June 2026 diff hist 0 GitHub/Action Runner Service →install service current
- 23:4823:48, 29 June 2026 diff hist +26 GitHub/Action Runner Service →install service
- 23:3023:30, 29 June 2026 diff hist +1,064 N GitHub/Action Runner Service Created page with "== root user == /etc/systemd/system/github-runner.service <pre> [Unit] Description=GitHub Actions Runner After=network.target [Service] User=root WorkingDirectory=/opt/actions-runner Environment="RUNNER_ALLOW_RUNASROOT=1" ExecStart=/opt/actions-runner/run.sh Restart=always RestartSec=10 StandardOutput=journal StandardError=journal [Install] WantedBy=multi-user.target </pre> == gha user == /etc/systemd/system/github-runner.service <pre> [Unit] Description=GitHub..."
- 19:1319:13, 29 June 2026 diff hist +201 WinGet →Install WindowsTerminal current
- 18:5718:57, 29 June 2026 diff hist +61 WinGet →Debugging Install Failures
- 18:5618:56, 29 June 2026 diff hist +299 WinGet No edit summary
- 18:5518:55, 29 June 2026 diff hist +33 WinGet →Install WindowsTerminal
- 18:5518:55, 29 June 2026 diff hist +189 WinGet →Install WindowsTerminal
- 18:4218:42, 29 June 2026 diff hist +2 WinGet →Install WinGet from PowerShell 7
- 18:4218:42, 29 June 2026 diff hist +2 WinGet →Install WinGet from PowerShell 7
- 18:3918:39, 29 June 2026 diff hist +62 WinGet →Install WindowsTerminal
27 June 2026
- 06:5406:54, 27 June 2026 diff hist +644 N Games/Unravel Two Created page with "== Potential Parameters == found by knowing "-fullscreen", then searching with strings and grep: <pre> $ strings UnravelTwo.exe | grep - | less ... -enable_log -enable_all_logs -log_to_memory -enable_osl -enable_osg -suppress_log_summary -disable_particles -enable_physics_debug_render -simstate_paused -limit_fps -bad_frames -exit_after_tests -enable_box2d_debug -no_letterbox -trial -no_vsync -no_assert_window -full_dmp -no_profile -full_dmp -no_profile -force_language -..." current
- 06:4306:43, 27 June 2026 diff hist +498 WinGet →Install Git
25 June 2026
- 23:2323:23, 25 June 2026 diff hist +231 WinGet →Python 3.14
- 21:0521:05, 25 June 2026 diff hist +52 Noice No edit summary current
- 21:0421:04, 25 June 2026 diff hist +32 N Noice Created page with " https://i.imgur.com/db3Eb2K.png"
- 18:3618:36, 25 June 2026 diff hist +79 Sudo →Sudo Config current
- 18:3118:31, 25 June 2026 diff hist +129 N CentOS/Python Created page with "== Python 3.14 == yum install epel-release sudo yum install python3.14 python3.14-pip /usr/bin/python3.14 /usr/bin/pip3.14" current
- 18:3118:31, 25 June 2026 diff hist +73 CentOS/EPEL Repo No edit summary current
- 18:1918:19, 25 June 2026 diff hist +76 CentOS/tio No edit summary current
- 18:0218:02, 25 June 2026 diff hist +42 N CentOS/tio Created page with " yum install epel-release yum install tio"
- 17:1517:15, 25 June 2026 diff hist +49 EPEL →Installation current
24 June 2026
- 02:3502:35, 24 June 2026 diff hist +574 WinGet →dig
- 02:2702:27, 24 June 2026 diff hist +176 WinGet →rsync