IT-OS-Admin-Winodws

From wiki.samerhijazi.net
Revision as of 18:48, 3 January 2021 by Samerhijazi (talk | contribs) (WSL)
Jump to navigation Jump to search

Mix

Theming

Resetting & Update to Pro

Admin Config/tools

C:\> netsh winhttp show proxy ==> lists system-proxy
C:\> doskey np=notepad++.exe $*

Windows-Terminal

WSL

# Multi-Ubuntu
wsl --unregister Ubuntu-18.04
wsl --export Ubuntu-18.04 Ubuntu-18.04.tar
wsl --import Ubuntu-Fabric ./Ubuntu-Fabric ./Ubuntu-18.04.tar
wsl -d Ubuntu-Fabric
# Fedora
wget https://github.com/fedora-cloud/docker-brew-fedora/blob/33/x86_64/fedora-33.20201230-x86_64.tar.xz
xz --decompress fedora-33.20201230-x86_64.tar.xz
wsl --import Fedora-33 ./Fedora-33 ./fedora-33.tar
wsl -d Fedora-33
---
dnf update
dnf install wget curl sudo ncurses dnf-plugins-core dnf-utils passwd findutils
useradd -G wheel yourusername
passwd yourusername
exit
---
wsl -d Fedora-33 -u yourusername
$id -u
1000
$ sudo cat /etc/shadow
---
Get-ItemProperty Registry::HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Lxss\*\ DistributionName | Where-Object -Property DistributionName -eq Fedora-33  | Set-ItemProperty -Name DefaultUid -Value 1000
wsl -d Fedora-33
---
dnf copr enable trustywolf/wslu