User contributions for Kenneth
Jump to navigation
Jump to search
1 September 2024
- 23:3123:31, 1 September 2024 diff hist +2,575 GitHub/Copilot →Troubleshooting Connection Issues
- 23:2823:28, 1 September 2024 diff hist +10 N Category:OHV Trails Created page with "OHV Trails" current
- 23:2823:28, 1 September 2024 diff hist +69 N Rimrocker Trail Created page with " https://rimrockertrail.org/ == keywords == Category:OHV Trails" current
- 23:2723:27, 1 September 2024 diff hist +572 WinGet →WinGet
- 23:2523:25, 1 September 2024 diff hist +1,158 N ProGet Created page with "== ProGet == ProGet: Self-hosted, Cross-Platform Package & Container Repository https://inedo.com/proget ProGet is a package management system, designed by the Inedo software company. It allows users to host and manage personal or enterprise-wide packages, applications, and components. It was originally designed as a private NuGet (the package manager for the Microsoft development platform) manager and symbol and source server. Beginning in 2015, ProGet has expan..." current
- 23:2323:23, 1 September 2024 diff hist +1,102 N NuGet Created page with "== NuGet == NuGet (pronounced "New Get") is a package manager, primarily used for packaging and distributing software written using .NET and the .NET Framework. The Outercurve Foundation initially created it under the name NuPack.[4][5] Since its introduction in 2010, NuGet has evolved into a larger ecosystem of tools and services, including a free and open-source client application, hosted package servers, and software deployment tools. <ref>https://en.wikipedia.org/w..."
- 23:1623:16, 1 September 2024 diff hist +333 WinGet →Install Package
- 23:1423:14, 1 September 2024 diff hist +53 WinGet →keywords
- 23:1423:14, 1 September 2024 diff hist +53 Scoop →keywords
- 23:1423:14, 1 September 2024 diff hist +53 Chocolatey →Keywords
- 23:1423:14, 1 September 2024 diff hist +53 Ansible →keywords
- 23:1323:13, 1 September 2024 diff hist +3 Category:Windows Package Management No edit summary current
- 23:1323:13, 1 September 2024 diff hist +39 N Category:Windows Command Line Package Management Created page with "Windows Command Line Package Management" current
- 23:1323:13, 1 September 2024 diff hist −2 Category:Windows Package Management No edit summary
- 23:1223:12, 1 September 2024 diff hist +63 Category:Windows Package Management No edit summary
31 August 2024
- 19:1319:13, 31 August 2024 diff hist +37 Ninite No edit summary current
- 19:0419:04, 31 August 2024 diff hist +55 N Ninite Created page with "== keywords == Category:Windows Package Management"
- 19:0319:03, 31 August 2024 diff hist +26 N Category:Windows Package Management Created page with "Windows Package Management"
- 19:0319:03, 31 August 2024 diff hist +24 N Category:Linux Package Management Created page with "Linux Package Management" current
- 19:0219:02, 31 August 2024 diff hist +73 Ansible →keywords
- 19:0219:02, 31 August 2024 diff hist +657 Scoop No edit summary
- 18:5918:59, 31 August 2024 diff hist +41 Chocolatey →Keywords
- 18:5918:59, 31 August 2024 diff hist +16 Scoop No edit summary
- 18:5918:59, 31 August 2024 diff hist +39 N Scoop Created page with "Category:Windows Package Management"
- 18:5918:59, 31 August 2024 diff hist +55 N Windows Package Management Created page with "== keywords == Category:Windows Package Management" current
- 18:5918:59, 31 August 2024 diff hist +41 WinGet →keywords
- 18:5518:55, 31 August 2024 diff hist −33 Windows/PowerShell →Version
- 18:5518:55, 31 August 2024 diff hist +57 Windows/PowerShell →PowerShell 2
- 18:5418:54, 31 August 2024 diff hist +527 Windows/PowerShell No edit summary
- 18:5118:51, 31 August 2024 diff hist +1,848 Windows/PowerShell →Windows PowerShell
- 18:4818:48, 31 August 2024 diff hist +411 Windows/PowerShell →Version
28 August 2024
- 22:5322:53, 28 August 2024 diff hist +550 Bash →Bash History
- 22:3622:36, 28 August 2024 diff hist +723 Linux/moreutils No edit summary current
- 22:3422:34, 28 August 2024 diff hist +3,198 N Linux/moreutils Created page with "= moreutils = == chronic == == combine == == errorno == errno looks up errno macro names, errno codes, and the corresponding descriptions. For example, if given ENOENT on a Linux system, it prints out the code 2 and the description "No such file or directory". If given the code 2, it prints ENOENT and the same description. # errno 0 # errno 1 EPERM 1 Operation not permitted # errno 2 ENOENT 2 No such file or directory == ifdata == ifdata - get network int..."
- 22:1922:19, 28 August 2024 diff hist +10 Chocolatey →Favorite Packages
- 21:5721:57, 28 August 2024 diff hist +49 Bash →For Loop
27 August 2024
- 02:5902:59, 27 August 2024 diff hist +180 Foundry VTT/Modules →Dice Tray
- 02:4402:44, 27 August 2024 diff hist +190 Foundry VTT/P2FE →Scouting current
- 02:4302:43, 27 August 2024 diff hist −1 Foundry VTT/P2FE →Reload =
- 02:4302:43, 27 August 2024 diff hist +63 Foundry VTT/P2FE →Refocus
- 02:4202:42, 27 August 2024 diff hist +16 Foundry VTT/P2FE →Scouting
- 02:4102:41, 27 August 2024 diff hist +1 Foundry VTT/P2FE →= Basic Action Macro
- 02:4102:41, 27 August 2024 diff hist +8,561 Foundry VTT/P2FE →Macros
- 02:3802:38, 27 August 2024 diff hist +1,215 N Foundry VTT/P2FE Created page with "== Macros == === Raise Shield === <pre> game.pf2e.actions.raiseAShield({ actors: [token?.actor ?? actor ?? game.user.character].filter((actor) => actor) }) </pre> === Scouting === <pre> const actors = game.user.getActiveTokens().flatMap((t) => t.actor ?? []); if (actors.length === 0) { return ui.notifications.error("PF2E.ErrorMessage.NoTokenSelected", { localize: true }); } const ITEM_UUID = "Compendium.pf2e.other-effects.Item.EMqGwUi3VMhCjTlF"; // Effect: Scout..."
26 August 2024
- 22:0122:01, 26 August 2024 diff hist +483 LVM →Extend an LVM partition
25 August 2024
- 17:4817:48, 25 August 2024 diff hist +3 Foundry VTT →DDB Module Compendium
- 17:4717:47, 25 August 2024 diff hist +4,892 Foundry VTT/Modules →D&D Beyond Importer
- 17:4717:47, 25 August 2024 diff hist +4,887 Foundry VTT →Module Compendium
23 August 2024
- 22:5422:54, 23 August 2024 diff hist +1,024 MongoDB →Uninstall MongoDB
22 August 2024
- 22:0322:03, 22 August 2024 diff hist +119 Ansible →Galaxy Community Collections