Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

apt disable ipv6

apt-get -o Acquire::ForceIPv4=true update

#To make the setting persistent, create the file 99force-ipv4 in /etc/apt/apt.conf.d/.
sudo nano /etc/apt/apt.conf.d/99force-ipv4

#Put the following contents in it:
Acquire::ForceIPv4 "true";
Comment

PREVIOUS NEXT
Code Example
Shell :: Provide file / folder access to a user in Linux 
Shell :: kill process based on username windows 
Shell :: Update or Remove Single Entry from Known Hosts 
Shell :: git cherry pick changes of only one file from commit 
Shell :: find and replace duplicate word linux 
Shell :: how to download bangla font in ubuntu 
Shell :: set environmental variables for one command powershell 
Shell :: rails scaffold no views 
Shell :: scoop update 
Shell :: eslint ignore pattern multiple patterns 
Shell :: filebeat config folder location in linux 
Shell :: update all package jsopn dependencies 
Shell :: git2 
Shell :: ubuntu dind docker image 
Shell :: Using 32768KiB of shared memory for nchan 
Shell :: jenkins pipeline for sonarqube 
Shell :: debian copy directory 
Shell :: how to close firebase emulator hosting 
Shell :: command to know wifi ubuntu running 64 or 32 bits 
Shell :: ffmpeg whatsapp or telegram format 
Shell :: top commiters in nepal github 
Shell :: how to monitor my applications net http traffic locally in terminal 
Shell :: how to use nohup 
Shell :: select all folder except one in command line 
Shell :: tar exclude directories from a File 
Shell :: powershell disable password complexity 
Shell :: autocompletion not working in root on kali 
Shell :: log to file docker overflow 
Shell :: git schannel 
Shell :: output current max digital pin 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =