Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

debian disable ipv6

#1. Open a terminal window.
#2. Issue the command sudo nano /etc/sysctl.conf
#3. Add the following at the bottom of the file:

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1

#4. Save and close the file.
#5. Reboot the machine.
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu extract rar 
Shell :: stash untrack files 
Shell :: how to restart nginx 
Shell :: gyp ERR! stack Error: not found: make 
Shell :: Error starting daemon: error while opening volume store metadata database: timeout 
Shell :: git name email 
Shell :: purge from terminal 
Shell :: maven skip tests 
Shell :: check bios version cmd 
Shell :: knockback stick command 
Shell :: conda install ipywidgets 
Shell :: install grunt mac 
Shell :: how to flush dns on mac 
Shell :: stop port 3000 mac 
Shell :: cond install opencv 
Shell :: m1 pod install 
Shell :: install gparted ubuntu 
Shell :: how to update portainer 
Shell :: install jq on mac 
Shell :: setremotelogin: Turning Remote Login on or off requires Full Disk Access privileges. 
Shell :: how to start psql in linux 
Shell :: install ufw centos 
Shell :: update git version in ubuntu 
Shell :: telnet install on mac 
Shell :: mac restart mysql server 
Shell :: cmake must be installed to build dlib 
Shell :: remove git from folder 
Shell :: install intellij linux command line 
Shell :: powershell get input from user 
Shell :: linux ram size 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =