New pages
Jump to navigation
Jump to search
- 04:28, 8 September 2024 Proxmox/LVM (hist | edit) [4,392 bytes] Kenneth (talk | contribs) (Created page with "== Issues == === pvs vgs lvs cat /etc/pve/storage.cfg pveversion -v ref: https://forum.proxmox.com/threads/no-such-logical-volume-pve-data.117999/ === mount error: no mds server is up or the cluster is laggy === dmesg :: <pre> $ sudo dmesg [124164.692856] libceph: mon2 (1)10.204.176.107:6789 session established [124164.693222] libceph: client128014094 fsid ff74f760-84b2-4dc4-b518-8408e3f10779 [124164.693398] ceph: No mds server is up or the cluster is laggy </...")
- 23:28, 1 September 2024 Rimrocker Trail (hist | edit) [69 bytes] Kenneth (talk | contribs) (Created page with " https://rimrockertrail.org/ == keywords == Category:OHV Trails")
- 23:25, 1 September 2024 ProGet (hist | edit) [1,158 bytes] Kenneth (talk | contribs) (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...")
- 23:23, 1 September 2024 NuGet (hist | edit) [1,430 bytes] Kenneth (talk | contribs) (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...")
- 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) [2,601 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...")