In WSL2 Console, create /etc/wsl.conf with this contents: 1[user] 2default=username Then in powershell (administrator): 1wsl --shutdown Reopen terminal and make sure default user is now changed. Reference: https://superuser.com/questions/1566022/how-to-set-default-user-for-manually-installed-wsl-distro
Read MoreLinux systemcmd or init way of rebooting will not work in a Windows Subsystem for Linux or wsl-run Linux. You need to use the Powershell command below: 1wsl --shutdown For other methods, see this article.
Read MoreI did buy a wifi donggle in Lazada but I didn't know if it can be detected in my Raspberry pi using Rasbian. Command to use: lsusb. Example: 1root@raspberrypi:/home/pi# lsusb 2Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub 3Bus 001 Device 003: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless …
Read More1icasimpan@example.org:~$ sudo apt list --upgradable 23Listing... Done 4apache2/xenial-updates 2.4.18-2ubuntu3.9 amd64 [upgradable from: 2.4.18-2ubuntu3.8] 5apache2-bin/xenial-updates 2.4.18-2ubuntu3.9 amd64 [upgradable from: 2.4.18-2ubuntu3.8] 6apache2-data/xenial-updates 2.4.18-2ubuntu3.9 all [upgradable from: …
Read More