Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

wsl2 icmp_seq=165 Destination Host Unreachable after installing docker

echo "Restarting WSL Service"
Restart-Service LxssManager
echo "Restarting Host Network Service"
Stop-Service -name "hns"
Start-Service -name "hns"
echo "Restarting Hyper-V adapters"
Get-NetAdapter -IncludeHidden | Where-Object `
    {$_.InterfaceDescription.StartsWith('Hyper-V Virtual Switch Extension Adapter')} `
    | Disable-NetAdapter -Confirm:$False
Get-NetAdapter -IncludeHidden | Where-Object `
    {$_.InterfaceDescription.StartsWith('Hyper-V Virtual Switch Extension Adapter')} `
    | Enable-NetAdapter -Confirm:$False
Comment

PREVIOUS NEXT
Code Example
Shell :: how to remove duplicate packages 
Shell :: Recover files from deleted partition RHEL 6 USING testdisk 
Shell :: kubens install linux 
Shell :: how to change colors in terminal linux outputs 
Shell :: install-lamp-stack-ubuntu-20-04-server-desktop 
Shell :: yes/no maybe 
Shell :: git ventoy 
Shell :: shell script to set a max size of log file (laravel) 
Shell :: commande de base terminal mac 
Shell :: sudo msys2 
Shell :: change hostname rhel 6 
Shell :: drush confi set with laguage 
Shell :: bash read xlsv 
Shell :: shell Edited By King Deface 
Shell :: where is the jenkins_home variable in bunutu 
Shell :: Disable all git advice 
Shell :: ssh nethack ip 
Shell :: create new workflow branch 
Shell :: grep extract pipe delimited 
Shell :: how to launch synaptic package manager from terminal in ubuntu 
Shell :: install ibus bamboo 
Shell :: inspect changes after git fetch 
Shell :: how to install bokeh version 2.4.1 rather than 2.4.2 
Shell :: grep -c flag 
Shell :: asking git token in ubuntu again n again 
Shell :: yaml file example ubuntu netplan error 
Shell :: install dotnet 5 on pi os 
Shell :: remove admin group ubuntu 
Shell :: frida macOS 
Shell :: ubuntu 20 show dock only on hover 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =