Jump to content

New pages

New pages
Hide registered users | Hide bots | Show redirects

9 April 2025

31 March 2025

3 February 2025

7 January 2025

19 December 2024

  • 04:3804:38, 19 December 2024 Microsoft Windows/Useful Commands (hist | edit) [260 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:1004:10, 19 December 2024 GNU Linux/Useful Commands (hist | edit) [3,411 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"