How to Disable Wireless LAN in LinuxChris SpeedJun 14, 20231 min readUpdated: Jul 2, 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.
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...
Harbor Install & Setup1. Go to the Harbor releases page & Download either the online or offline installer for the version you want to install. 2. Use tar to...
Commentaires