New pages
Jump to navigation
Jump to search
- 19:04, 31 August 2024 Ninite (hist | edit) [92 bytes] Kenneth (talk | contribs) (Created page with "== keywords == Category:Windows Package Management")
- 18:59, 31 August 2024 Scoop (hist | edit) [1,867 bytes] Kenneth (talk | contribs) (Created page with "Category:Windows Package Management")
- 18:59, 31 August 2024 Windows Package Management (hist | edit) [55 bytes] Kenneth (talk | contribs) (Created page with "== keywords == Category:Windows Package Management")
- 22:34, 28 August 2024 Linux/moreutils (hist | edit) [3,921 bytes] Kenneth (talk | contribs) (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...")
- 02:38, 27 August 2024 Foundry VTT/P2FE (hist | edit) [10,045 bytes] Kenneth (talk | contribs) (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...")
- 08:07, 20 August 2024 Brave (hist | edit) [552 bytes] Kenneth (talk | contribs) (Created page with "== Disable Media Keys == Edit shortcut and add... "...\brave.exe" --disable-features=HardwareMediaKeyHandling ref: https://community.brave.com/t/media-keys-begin-hijacked-by-brave/538025")