{"batchcomplete":"","continue":{"lecontinue":"20260625210412|5659","continue":"-||"},"query":{"logevents":[{"logid":5669,"ns":0,"title":"Windows/Ping","pageid":2347,"logpage":2347,"revid":10000,"params":{},"type":"create","action":"create","user":"Kenneth","timestamp":"2026-07-07T22:15:35Z","comment":"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\""},{"logid":5668,"ns":0,"title":"Ntpq","pageid":2346,"logpage":2346,"revid":9995,"params":{},"type":"create","action":"create","user":"Kenneth","timestamp":"2026-07-07T07:00:43Z","comment":"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...\""},{"logid":5667,"ns":0,"title":"Linux/Change User and Home Directory","pageid":2345,"logpage":2344,"revid":9992,"params":{"target_ns":0,"target_title":"Linux/Rename User and Home Directory"},"type":"move","action":"move","user":"Kenneth","timestamp":"2026-07-07T06:10:04Z","comment":""},{"logid":5666,"ns":0,"title":"Linux/Change User and Home Directory","pageid":2345,"logpage":2344,"revid":9990,"params":{},"type":"create","action":"create","user":"Kenneth","timestamp":"2026-07-07T05:52:35Z","comment":"Created page with \" sudo usermod -l newuser -d /home/newuser -m olduser  sudo groupmod -n newuser olduser   sudo chown -R newuser:newuser /home/newuser\""},{"logid":5665,"ns":0,"title":"GRUB","pageid":2343,"logpage":2343,"revid":9985,"params":{},"type":"create","action":"create","user":"Kenneth","timestamp":"2026-07-01T17:41:35Z","comment":"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...\""},{"logid":5664,"ns":0,"title":"GRUB","pageid":2343,"logpage":128,"revid":9984,"params":{"target_ns":0,"target_title":"GRUB Legacy","suppressredirect":""},"type":"move","action":"move","user":"Kenneth","timestamp":"2026-07-01T17:40:59Z","comment":""},{"logid":5663,"ns":0,"title":"Grub-menu","pageid":2342,"logpage":2342,"revid":9983,"params":{},"type":"create","action":"create","user":"Kenneth","timestamp":"2026-07-01T17:40:35Z","comment":"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=...\""},{"logid":5662,"ns":0,"title":"GitHub/Revert Commit","pageid":2341,"logpage":2341,"revid":9978,"params":{},"type":"create","action":"create","user":"Kenneth","timestamp":"2026-06-30T20:42:37Z","comment":"Created page with \"  cd repo && \\   git checkout --no-track -b revert/mybad origin/main && \\   git revert --no-edit 123456789\""},{"logid":5661,"ns":0,"title":"GitHub/Action Runner Service","pageid":2340,"logpage":2340,"revid":9975,"params":{},"type":"create","action":"create","user":"Kenneth","timestamp":"2026-06-29T23:30:26Z","comment":"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...\""},{"logid":5660,"ns":0,"title":"Games/Unravel Two","pageid":2339,"logpage":2339,"revid":9966,"params":{},"type":"create","action":"create","user":"Kenneth","timestamp":"2026-06-27T06:54:26Z","comment":"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 -...\""}]}}