New pages
- 04:38, 19 December 2024 Microsoft Windows/Useful Commands (hist | edit) [268 bytes] Root (talk | contribs) (Created page with "Microsoft Windows == Service Management == Press [Windows Key] + [X}, and click "Terminal (Admin)" to bring up PowerShell or the Command Prompt in elevated mode. === Search for a Service === sc query | findstr /I "docker"") Tag: Visual edit originally created as "Useful Commands/Microsoft Windows"
- 04:10, 19 December 2024 GNU Linux/Useful Commands (hist | edit) [2,702 bytes] Root (talk | contribs) (Created page with "== File Conversion == === Batch Convert Man Pages into HTML files === Requires the mandoc program to be installed. <code>mkdir html && for x in .; do mandoc -Thtml -O man=./html/%N.%S.html,toc $x > html/$x.html; done</code> == Virtual Machines == I've found this to be more useful than guestmount (provided by the libguestfs-tools package for Ubuntu), because it does not require superuser privileges to execute, and is easy to unmount afterwards. Based on the answer prov...") Tag: Visual edit originally created as "Useful Commands/GNU Linux"