Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

wsl install

# Install Ubuntu WSL without Windows Store
https://stackoverflow.com/a/64872285
Comment

WSL2 .wslconfig Windows

# turn off all wsl instances such as docker-desktop
wsl --shutdown
notepad "$env:USERPROFILE/.wslconfig"

# .wslconfig
[wsl2]
memory=3GB   # Limits VM memory in WSL 2 up to 3GB
processors=4 # Makes the WSL 2 VM use two virtual processors
Comment

PREVIOUS NEXT
Code Example
Shell :: commit specific file in git 
Shell :: Error from chokidar Error: ENOSPC: System limit for number of file watchers reached, 
Shell :: show specific lines in file linux 
Shell :: find syntax in linux 
Shell :: CocoaPods could not find compatible versions for pod FlipperKit 
Shell :: "grep -a" example 
Shell :: git server setup 
Shell :: restart debian server from ssh 
Shell :: generate gpg key 
Shell :: set new git remote url 
Shell :: error: server terminated early with status 127 
Shell :: shell less bin 
Shell :: git short version hash [by index] 
Shell :: git how to correct accidental commit of password 
Shell :: convert powershell function to c# 
Shell :: berew install skype 
Shell :: bash script colors 
Shell :: imagemagick merge multiple images 
Shell :: sort files 
Shell :: how to install brasero in linux 
Shell :: Ubuntu 22.04 acer no wifi interface 
Shell :: how to install solana token 
Shell :: Remove all local GitHub users 
Shell :: how to take a screenshot of the login or lock screen in ubuntu linux 
Shell :: delete the branch with the old name on the remote repository 
Shell :: How to search within a file when displayed with less program 
Shell :: sed add new lines using a pattern 
Shell :: how to install pm2 in obunto without npm 
Shell :: git lfs track folder 
Shell :: xrand 2 monitors as one 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =