要禁用Debian上的無線網卡,可以按照以下步驟操作:
iwconfig
sudo ifconfig <接口名稱> down
sudo ifconfig wlan0 down
請注意,禁用無線網卡可能會導致無法連接無線網絡。如需重新啟用無線網卡,只需將上述命令中的"down"替換為"up",然后重新運行。