User contributions for Kenneth
Jump to navigation
Jump to search
18 July 2026
- 21:4221:42, 18 July 2026 diff hist +123 WinGet →Install Package to Install Scope
- 21:4021:40, 18 July 2026 diff hist +208 WinGet →Install WinGet from PowerShell 7
- 21:3921:39, 18 July 2026 diff hist +499 WinGet →Install Package to Install Scope
- 21:2721:27, 18 July 2026 diff hist +251 WinGet →Install Package Global Scope
- 21:2221:22, 18 July 2026 diff hist +1,207 WinGet →Microsoft Store
- 21:1621:16, 18 July 2026 diff hist +650 WinGet →GitHub GH Client
- 21:0921:09, 18 July 2026 diff hist +460 WinGet →GitHub Client
- 21:0821:08, 18 July 2026 diff hist +63 N Linux/which Created page with "== which == show where a command in path lives # which <exe>" current
- 21:0821:08, 18 July 2026 diff hist +37 N Linux/where Created page with "where is Windows, see linux/which" current
- 21:0821:08, 18 July 2026 diff hist +37 N Windows/which Created page with "Which is linux, see Windows/where" current
- 21:0721:07, 18 July 2026 diff hist +665 N Windows/where Created page with "== Show where command in path lives == == where in command shell == Command Shell: # where <exe> where gh C:\Program Files\GitHub CLI\gh.exe == powershell version == Powershell the 'where' has a different meaning, if you still want to use where, just append .exe where.exe gh Power Shell Version: # get-command <exe> <pre> PS CL\> get-command gh CommandType Name Version Source ----------- ----..." current
17 July 2026
- 18:3518:35, 17 July 2026 diff hist +787 Windows/SSH →Enable SSH current
- 18:0918:09, 17 July 2026 diff hist +42 WinGet →Install WinGet from PowerShell 7
16 July 2026
- 19:2119:21, 16 July 2026 diff hist +390 GPG →Sign Commit
14 July 2026
- 22:1122:11, 14 July 2026 diff hist +82 N Windows/DNS Created page with "== DNS Cache == ipconfig /displaydns == Flush DNS Cache == ipconfig /flushdns" current
- 03:1603:16, 14 July 2026 diff hist +1,836 Curl →keywords current
13 July 2026
- 23:2123:21, 13 July 2026 diff hist +1,681 OpenSSL →Get SSL Website Expiration Details from Command Line current
- 23:0723:07, 13 July 2026 diff hist +44 OpenSSL →Certificate
- 16:4716:47, 13 July 2026 diff hist +238 DNS →Short TLD Search current
12 July 2026
- 00:2700:27, 12 July 2026 diff hist +283 WinGet →Copilot
11 July 2026
- 06:4406:44, 11 July 2026 diff hist +57 Linux/sed →Replace New Lines with Commas
- 06:3006:30, 11 July 2026 diff hist +10 Linux/sed No edit summary
- 06:2906:29, 11 July 2026 diff hist +299 Linux/sed →Convert Line Ending
10 July 2026
- 21:5721:57, 10 July 2026 diff hist +95 GitHub/GH Client →Login
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