User contributions for Kenneth
Jump to navigation
Jump to search
29 June 2025
- 04:1704:17, 29 June 2025 diff hist +1,116 Git/LFS →Debug
- 03:3903:39, 29 June 2025 diff hist +1 Git/Large File Hunt →Find the commit that has these objects
- 03:3303:33, 29 June 2025 diff hist +118 Git/Large File Hunt →Find the commit that has these objects
- 03:3203:32, 29 June 2025 diff hist −2 Git/Large File Hunt No edit summary
- 03:3203:32, 29 June 2025 diff hist +55 Git/Large File Hunt →Find the commit that has these objects
- 03:3103:31, 29 June 2025 diff hist +1,116 Git/Large File Hunt No edit summary
- 03:2503:25, 29 June 2025 diff hist +1,455 N Git/Large File Hunt Created page with "== Kill Large Files == == Find Large Files == git rev-list --objects --all | git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' | sed -n 's/^blob //p' | sort --numeric-sort --key=2 | cut -c 1-12,41- | $(command -v gnumfmt || echo numfmt) --field=2 --to=iec-i --suffix=B --padding=7 --round=nearest * git rev-list --objects --all: Lists all objects reachable from any reference. * git cat-file --batch-check='%(objecttype) %(objectname) %(objec..."
- 02:1002:10, 29 June 2025 diff hist +242 N Windows/User Home Folder Created page with " Change name of user profile folder in Windows 10 https://techpros.helpspot.com/index.php?pg=kb.page&id=6 wmic useraccount get name,SID HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\<SID> ProfileImagePath" current
25 June 2025
- 05:3505:35, 25 June 2025 diff hist +388 Git →Windows No Mutual Signature Algorithm
- 05:0205:02, 25 June 2025 diff hist +76 Git →Installation with DAG
24 June 2025
- 18:5718:57, 24 June 2025 diff hist +73 Git →Force Sync Tags
18 June 2025
- 23:3323:33, 18 June 2025 diff hist +110 Linux/Custom SSL Certificate →Pip current
- 23:3223:32, 18 June 2025 diff hist +144 Linux/Custom SSL Certificate →Firefox
- 23:3123:31, 18 June 2025 diff hist +13 Linux/Custom SSL Certificate →Pip
- 23:3023:30, 18 June 2025 diff hist +157 N Windows/Server Evaluation Created page with " Upgrade and conversion options for Windows Server | Microsoft Learn https://learn.microsoft.com/en-us/windows-server/get-started/upgrade-conversion-options" current
- 23:3023:30, 18 June 2025 diff hist +340 Linux/X11 Forwarding No edit summary current
- 23:2723:27, 18 June 2025 diff hist +3,301 N Linux/Custom SSL Certificate Created page with "== Man in the Middle SSL Firewall Snooping == If your work uses a Custom SSL Certificate for the firewall to inspect traffic, several Linux applications will encounter issues with this. == Check == Look for CN that is not google's: echo ":: Looking for Required Decryptor Cert..." curl -Ikv --max-time 10 https://www.google.com 2>&1 | grep "CN=decrypt.example.com" if [ $? -eq 0 ] ; then echo ":: Yes, Cert Required" else echo ":: No, Cert Not Required" fi..."
- 23:1123:11, 18 June 2025 diff hist +1,245 N Linux/X11 Forwarding Created page with " Local on system: DISPLAY=localhost:0.0 Using Putty/Kitty with VcXsrv: DISPLAY=localhost:10.0 Most simple X11 programs like xterm, xclock will just work with default settings. Some, like gvim, need this always redirect GL setting: <ref>https://github.com/microsoft/WSL/issues/8791</ref> export LIBGL_ALWAYS_INDIRECT=1 Some programs like Firefox just refuse to X11 forward, due to AppArmor restrictions. Tried killing AppArmor but it made the system sad, and Firefox t..."
17 June 2025
- 21:4621:46, 17 June 2025 diff hist +16 Mac/Virtualization →VMWare Fusion current
- 21:4521:45, 17 June 2025 diff hist +539 N Mac/Virtualization Created page with "== Boot Camp == Install Windows directly on Mac, if Intel processor. Not virtualization. Needs some extra help for Windows 11. == Parallels == The GOLD standard for Mac Virtalizaiton == UTM == A little klunky, but functional == VMWare Fusion == Free for usage, even in work environment https://www.vmware.com/products/desktop-hypervisor/workstation-and-fusion :"Run Windows, Linux and other virtual machines with VMware Workstation Pro for Windows and Linux or VM..."
15 June 2025
- 15:2815:28, 15 June 2025 diff hist +16 XT250 No edit summary current
- 15:2715:27, 15 June 2025 diff hist +596 XT250 →License Plate Frame
- 15:1115:11, 15 June 2025 diff hist +47 XT250 No edit summary
- 15:0915:09, 15 June 2025 diff hist +196 XT250 No edit summary
- 15:0315:03, 15 June 2025 diff hist +111 N XT250 Created page with "== Partzilla == 2023 Yamaha XT250 - https://www.partzilla.com/catalog/yamaha/motorcycle/2023/xt250-xt250p-b1uh"
- 07:0707:07, 15 June 2025 diff hist +2,930 Chocolatey →Install Favorites
14 June 2025
- 20:3420:34, 14 June 2025 diff hist +917 Chocolatey →Install Chocolatey
- 19:4419:44, 14 June 2025 diff hist −204 Utah/OHV →Youth Education current
- 19:4419:44, 14 June 2025 diff hist +24 Utah/OHV →keywords
- 19:4319:43, 14 June 2025 diff hist −41 Utah/OHV →keywords
- 19:4319:43, 14 June 2025 diff hist +5,578 Utah/OHV →Street Legal Motorcycle
- 19:4319:43, 14 June 2025 diff hist +106 Utah/OHV →Non-Resident Off-Highway Vehicle Permits
- 19:0219:02, 14 June 2025 diff hist +844 Utah/OHV No edit summary
- 18:5918:59, 14 June 2025 diff hist +364 N HTML/Text Fragments Created page with "== Text Fragments == Text fragments - URIs | MDN https://developer.mozilla.org/en-US/docs/Web/URI/Reference/Fragment/Text_fragments == Syntax == In a similar manner to document fragments, text fragments are appended onto a URL after a hash symbol (#). The syntax however is a bit different: https://example.com#:~:text=[prefix-,]textStart[,textEnd][,-suffix]" current
- 18:5818:58, 14 June 2025 diff hist +72 HTML →HTML current
- 18:5518:55, 14 June 2025 diff hist +888 N Utah/OHV Created page with "== Stret Legal Motorcycle == <b>I have a street-legal motorcycle. Do I need a Utah non-resident OHV permit?</b> If your street-legal motorcycle is registered and plated in your home state, then you do not need to purchase a Utah non-resident OHV permit. If a machine is plated and follows all of Utah’s street-legal requirements, then it is no longer considered an off-highway vehicle and is technically considered a “passenger vehicle” or, in this case, a street-lega..."
13 June 2025
- 15:2215:22, 13 June 2025 diff hist +207 Windows/Screen Saver No edit summary
12 June 2025
- 20:5620:56, 12 June 2025 diff hist +362 N Windows/Screen Saver Created page with " HKEY_CURRENT_USER\Control Panel\Desktop ScreenSaveActive 0 Then restart your computer or log out and back in to apply the changes. -- HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Control Panel\Desktop ScreenSaveActive (REG_SZ) - 0 ScreenSaveTimeOut (1800) - 9999 ref: <ref>https://winaero.com/force-disable-screen-saver-in-windows-10/</ref>"
11 June 2025
- 19:1119:11, 11 June 2025 diff hist +80 Kubernetes/kustomize →Installation current
- 10:4010:40, 11 June 2025 diff hist +1,004 N OHV/Trailer Created page with "== Tailer Floor Mount Tie Downs == https://www.easternmarine.com/floor-accessories-tie-downs == motorcycle mount == https://www.bikebinderz.com/ You can select any of our kits but dirt bike kit L track and E track will suit your needs. https://www.bikebinderz.com/collections/2022-line-up/products/bike-binderz-l-track-dirt-bike-kit-black?variant=39620905304153 https://www.bikebinderz.com/products/bike-binderz-safety-lock?variant=27846179337 <s>https://www.bike..." current
- 09:2109:21, 11 June 2025 diff hist +35 N GitHub/Checkout Created page with "https://github.com/actions/checkout" current
10 June 2025
- 17:4017:40, 10 June 2025 diff hist +100 Git →ssl certificate verify failed
- 17:3917:39, 10 June 2025 diff hist +194 Git →ssl certificate verify failed
- 16:1416:14, 10 June 2025 diff hist +460 CIFS No edit summary current
9 June 2025
- 21:5121:51, 9 June 2025 diff hist +318 GPG →Sign Commit
- 16:4916:49, 9 June 2025 diff hist +94 Windows/AppLocker No edit summary current
- 15:3415:34, 9 June 2025 diff hist +149 Google/Chrome →Override Sync Limit current
- 15:2115:21, 9 June 2025 diff hist +183 Google/Chrome →Home Page
- 15:1915:19, 9 June 2025 diff hist +82 Chocolatey →openssh
- 15:1815:18, 9 June 2025 diff hist +57 Curl →Connect to server by ip and pass hostname current