Difference between revisions of "IT-OS-Admin-Winodws"

From wiki.samerhijazi.net
Jump to navigation Jump to search
(Windows-Terminal)
(WSL)
Line 28: Line 28:
 
* https://fedoramagazine.org/wsl-fedora-33/
 
* https://fedoramagazine.org/wsl-fedora-33/
 
<pre class="code">
 
<pre class="code">
 
+
# 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
 +
</pre>
 +
<pre class="code">
 +
# Fedora
 +
wget https://github.com/fedora-cloud/docker-brew-fedora/blob/33/x86_64/fedora-33.20201230-x86_64.tar.xz
 
</pre>
 
</pre>

Revision as of 17:33, 3 January 2021

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