How to Disable Wireless LAN in LinuxChris SpeedJun 13, 20231 min readUpdated: Jul 1, 2023sudo ip link set dev wlo1 down #permanent solution sudo ifconfig wlo1 down sudo ifconfig wlo1 upReferences:https://raspberrytips.com/disable-wi-fi-ubuntu-server/#:~:text=To%20disable%20the%20Wi%2DFi,provide%20methods%20easier%20to%20remember.
Install Surfshark CLIStep-by-step guide to automatically set up Surfshark VPN on Ubuntu (for both CLI and autostart at boot): sudo apt update sudo apt install snapd sudo snap install surfshark https://chatgpt.com/share/
How To: Docker: Install Docker Engine on CentOSInstall the required packages to allow yum to use a repository over HTTPS: sudo yum install -y yum-utils device-mapper-persistent-data...
Virtual Box: Install Guest Additionscreate directory and mount. sudo mkdir -p /mnt/cdrom sudo mount /dev/cdrom /mnt/cdrom run the Guest Additions CD image. cd /mnt/cdrom...
Comments