User contributions for Kenneth
Jump to navigation
Jump to search
28 May 2025
- 21:2921:29, 28 May 2025 diff hist +32 N Cisco Created page with "{{subpages}} Category:Cisco" current
- 05:3205:32, 28 May 2025 diff hist +2,214 N UFW Created page with "== ufw == Enable firewall: sudo ufw enable Disable firewall: sudo ufw disable Show rules: sudo ufw status sudo ufw status numbered # rule numbers (for easy delete) sudo ufw status verbose # with port numbers Allow traffic: # sudo ufw allow 22/tcp sudo ufw allow 22/tcp comment "SSH" sudo ufw allow 53/tcp comment "DNS" Disallow traffic sudo ufw deny 53/tcp Delete rule: sudo ufw delete allow 53/tcp sudo ufw delete 1 # rule number from 'ufw status nu..."
- 05:2105:21, 28 May 2025 diff hist +294 GitHub/Workflow →Manual Run
- 05:2005:20, 28 May 2025 diff hist +287 GitHub/Workflow/Events No edit summary current
25 May 2025
- 15:5415:54, 25 May 2025 diff hist +216 Windows/PowerShell →Path
- 15:4315:43, 25 May 2025 diff hist −2 Windows/PowerShell →Path
- 15:4015:40, 25 May 2025 diff hist +165 Windows/PowerShell →Path
- 15:3915:39, 25 May 2025 diff hist +2,408 Windows/PowerShell →Path
- 07:5807:58, 25 May 2025 diff hist +338 Metric →Is America Metric? current
- 07:4007:40, 25 May 2025 diff hist 0 Metric No edit summary
- 07:3807:38, 25 May 2025 diff hist +124 Metric →Canada
- 07:3707:37, 25 May 2025 diff hist +357 Metric →Humor
- 07:3507:35, 25 May 2025 diff hist +111 Metric →Humor
- 07:3107:31, 25 May 2025 diff hist +500 Metric No edit summary
- 06:5406:54, 25 May 2025 diff hist +434 Google/Chrome →SOCKS Proxy
- 06:3006:30, 25 May 2025 diff hist +541 Windows 10 →Change Network Connection from Public to Private current
- 06:2606:26, 25 May 2025 diff hist +291 Windows 10 →Remove One Drive from Quick Access Library
- 06:0506:05, 25 May 2025 diff hist +148 WSL →Mount VHDX or VHD in WSL
- 06:0506:05, 25 May 2025 diff hist +148 WSL →Mount VHDX or VHD in WSL
- 05:5705:57, 25 May 2025 diff hist +521 Windows 10 →sfc
- 02:3902:39, 25 May 2025 diff hist +224 YouTube No edit summary current
21 May 2025
- 17:2917:29, 21 May 2025 diff hist +500 Fail2ban →Tutorials current
- 17:2817:28, 21 May 2025 diff hist +37 Nft No edit summary current
- 17:2517:25, 21 May 2025 diff hist +307 N Nft Created page with "== nfs is replacement for iptables == * https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html/configuring_and_managing_networking/getting-started-with-nftables_configuring-and-managing-networking * https://wiki.nftables.org/wiki-nftables/index.php/Quick_reference-nftables_in_10_minutes"
- 17:2517:25, 21 May 2025 diff hist +304 Fail2ban →fail2Ban
20 May 2025
- 06:1906:19, 20 May 2025 diff hist +343 NFS →NFS v3 Through Firewall current
- 05:5905:59, 20 May 2025 diff hist +326 NFS →subtree_check
- 05:5705:57, 20 May 2025 diff hist +1,497 NFS →Windows NFS
19 May 2025
- 19:5619:56, 19 May 2025 diff hist +37 Jira →= Python Example - read description field
- 19:5419:54, 19 May 2025 diff hist +580 Jira →Delete Sprint
- 05:5605:56, 19 May 2025 diff hist +1,927 Windows/Batch Programming →variables
17 May 2025
- 17:1517:15, 17 May 2025 diff hist +23 Docker →Extract Build Steps
- 17:1417:14, 17 May 2025 diff hist +298 Docker →Extract Build Steps
16 May 2025
- 19:3719:37, 16 May 2025 diff hist +81 Bash →STDIN, STDOUT, STDERR IO Redirection
- 18:5418:54, 16 May 2025 diff hist +336 GitHub →Clone Using Access Token
15 May 2025
- 17:5417:54, 15 May 2025 diff hist +6 Linux/mdadm →Commands
- 17:5417:54, 15 May 2025 diff hist +172 Linux/mdadm →Commands
13 May 2025
- 21:3221:32, 13 May 2025 diff hist +1,420 N Python/Problems Created page with "== Roman Numeral to Integer == My favorite solution I found online: <ref>https://leetcode.com/problems/roman-to-integer/solutions/264743/clean-python-beats-99-78/</ref> <pre> class Solution: def romanToInt(self, s: str) -> int: translations = { "I": 1, "V": 5, "X": 10, "L": 50, "C": 100, "D": 500, "M": 1000 } number = 0 s = s.replace("IV", "IIII").repl..." current
12 May 2025
- 21:0621:06, 12 May 2025 diff hist +623,865 DnD/Random Magical Effects No edit summary current
- 21:0321:03, 12 May 2025 diff hist +24,192 N DnD/Random Magical Effects Created page with " https://centralia.aquest.com/downloads/NLRMEv2.pdf The Net Libram of Random Magical Effects version 2.00 By Orrex <pre> 0001 1d10 of casterís fingers turn to stone 0002 1d100 bees swarm harmlessly around the caster for several weeks 0003 1d100 sparkling motes dance about the casterís head until dawn 0004 1d100% of casterís body turns to iron for that many rounds 0005 1d12 ducklings identify the caster as their mother 0006 1d4 of casterís fingers move from his..."
9 May 2025
- 23:5823:58, 9 May 2025 diff hist +105 Red Hat →Red Hat Developer current
- 23:5723:57, 9 May 2025 diff hist +164 Red Hat No edit summary
- 21:1421:14, 9 May 2025 diff hist +182 Linux/find →Perform operation on found results current
- 20:5920:59, 9 May 2025 diff hist +151 Linux/find →Perform operation on found results
- 20:5720:57, 9 May 2025 diff hist +160 Linux/find →Perform operation on found results
- 20:4920:49, 9 May 2025 diff hist +185 Linux/find →Remove path from find command output
- 20:4820:48, 9 May 2025 diff hist +129 Linux/find →Indicate directories and files
- 20:4420:44, 9 May 2025 diff hist +360 Linux/find →Remove path from find command output
- 18:4318:43, 9 May 2025 diff hist +140 N Windows/Download Created page with "== Visual Studio Subscriptions Downloads == https://my.visualstudio.com/downloads === was MSDN === VS Subscription used to be called MSDN" current
- 18:3718:37, 9 May 2025 diff hist +16 RHEL →Red Hat Enterprise Linux