User contributions for Kenneth
Jump to navigation
Jump to search
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
- 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
23 June 2026
- 19:3619:36, 23 June 2026 diff hist +123 Supermicro/SSG-121E-NE316R No edit summary current
- 19:3219:32, 23 June 2026 diff hist +190 Supermicro/SSG-121E-NE316R No edit summary
- 19:1919:19, 23 June 2026 diff hist +205 N Supermicro/SSG-121E-NE316R Created page with "Supermicro SSG-121E-NE316R | 1U Storage Server https://www.supermicro.com/en/products/system/storage/1u/ssg-121e-ne316r Datasheet: https://www.supermicro.com/en/products/system/datasheet/ssg-121e-ne316r"
22 June 2026
- 21:1821:18, 22 June 2026 diff hist +53 Git/Shallow →Unshallow Clone
20 June 2026
18 June 2026
- 15:3015:30, 18 June 2026 diff hist −93 Visual Studio Code →Fix Already Published Branch
- 15:1915:19, 18 June 2026 diff hist +1,897 Visual Studio Code →New Windows Maximized
17 June 2026
- 05:3505:35, 17 June 2026 diff hist +1,471 N Git/Branch Created page with "== Create new branch from last 10 commits == https://stackoverflow.com/questions/50992188/how-to-push-a-shallow-clone-to-a-new-repo <pre> # First, shallow-clone the old repo to the depth we want to keep git clone --depth=50 https://...@bitbucket.org/....git # Go into the directory of the clone cd clonedrepo # Once in the clone's repo directory, remove the old origin git remote remove origin # Store the hash of the oldest commit (ie. in this case, the 50th) in a var..." current
- 05:3205:32, 17 June 2026 diff hist +16 Git/Signing Unsigned →Create new branch from last 10 commits current
- 05:3205:32, 17 June 2026 diff hist +1,840 N Git/Signing Unsigned Created page with "== Sign Current Commit == git commit --amend --no-edit -S == Rebase everything == Rebase everything until 'development' (or any hash) <ref>https://superuser.com/questions/397149/can-you-gpg-sign-old-commits</ref> git rebase --exec 'git commit --amend --no-edit -n -S' -i development Resign everything from root: git rebase --exec 'git commit --amend --no-edit -n -S' -i --root == Create new branch from last 10 commits == https://stackoverflow.com/questions/5099218..."
4 June 2026
- 15:3015:30, 4 June 2026 diff hist +327 Mitmproxy No edit summary current
- 15:2915:29, 4 June 2026 diff hist +88 N Mitmproxy Created page with "https://www.mitmproxy.org/ mitmproxy is a free and open source interactive HTTPS proxy."
- 15:2815:28, 4 June 2026 diff hist +338 N Mitm Created page with "A Man-in-the-Middle (MitM) attack is a cyberattack where a hacker secretly intercepts and relays communications between two parties. The victims believe they are talking directly to each other, but the attacker is secretly eavesdropping on or altering the data, often to steal login credentials or financial information See mitmproxy" current
1 June 2026
- 00:4600:46, 1 June 2026 diff hist +931 Curl →Connect to server by ip and pass hostname
- 00:3100:31, 1 June 2026 diff hist +354 Windows/Hide Volume Button No edit summary current
- 00:2300:23, 1 June 2026 diff hist +130 Windows/Hide Volume Button No edit summary
30 May 2026
- 06:5106:51, 30 May 2026 diff hist +55 AutoHotkey →While Loop current
- 06:4706:47, 30 May 2026 diff hist +962 AutoHotkey →Version 2 Header
- 05:0005:00, 30 May 2026 diff hist +173 AutoHotkey →Arrow Keys
- 04:5604:56, 30 May 2026 diff hist +71 AutoHotkey →keywords
- 03:3103:31, 30 May 2026 diff hist +952 N Linux/Open Files Created page with "List processes with most open files: lsof | awk '{print $1}' | sort | uniq -c | sort -rn | head -10 The "Too many open files" error occurs when a process or user reaches the upper limit of allocated file descriptors (FDs), which in Linux includes network sockets, pipes, and regular files. To resolve this, you need to identify the culprit process and then adjust either the user-level session limits or the system-wide limits. Check session limits: Run ulimit -Sn to chec..." current
- 03:0103:01, 30 May 2026 diff hist +187 Firefox →SSO Trust current
18 May 2026
- 23:1623:16, 18 May 2026 diff hist +39 Docker →Removing all containers and images current
- 23:1523:15, 18 May 2026 diff hist +523 Docker →Removing all containers and images
- 22:1022:10, 18 May 2026 diff hist +27 Google/IssueTracker No edit summary current
- 22:0922:09, 18 May 2026 diff hist +33 N Google/IssueTracker Created page with " https://issuetracker.google.com/"