User Tools

Site Tools


wsl_linux_ubuntu_cheatsheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wsl_linux_ubuntu_cheatsheet [2025/09/07 05:27] stephenwsl_linux_ubuntu_cheatsheet [2025/09/17 02:33] (current) stephen
Line 1: Line 1:
 ====== WSL / Linux / Ubuntu Cheatsheet ====== ====== WSL / Linux / Ubuntu Cheatsheet ======
  
-===== Commands =====+===== Windows Commands =====
  
-Windows: ''wsl --install'' | Install WSL. | +| ''wsl --install'' | Install WSL. | 
-Windows: ''wsl --list'' | List installed Linux flavours. | +| ''wsl --list'' | List installed Linux flavours. | 
-Windows: ''wsl --install -d ubuntu'' | Install Ubuntu. | +| ''wsl --install -d ubuntu'' | Install Ubuntu. | 
-Windows: ''wsl -s ubuntu'' | Make Ubuntu the default. | +| ''wsl -s ubuntu'' | Make Ubuntu the default. | 
-WSL''sudo apt-get update && sudo apt-get install -y dotnet-sdk-7.0'' | Install Dotnet on WSL. | + 
-WSL: ''ll'' or ''ls -alF'' | List files properly. |+===== WSL / Linux Commands ===== 
 + 
 +''sudo apt-get update && sudo apt-get install -y dotnet-sdk-7.0'' | Install Dotnet on WSL. | 
 +| ''ll'' or ''ls -alF'' | List files properly. | 
 +| ''sudo apt update && sudo apt upgrade'' | Update the system. | 
 +|  File System  || 
 +| ''sudo chmod +x /usr/local/bin/sign-kernel'' | Make a file executable. | 
 +|  Diagnostic Info  || 
 +| ''mokutil --sb-state'' | SecureBoot status. |
  
 ===== Accessing drives ===== ===== Accessing drives =====
wsl_linux_ubuntu_cheatsheet.1757222865.txt.gz · Last modified: 2025/09/07 05:27 by stephen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki