Format a Flash Drive in a Linux Virtual Machine
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
Install VirtualBox.
-
Create a Ubuntu virtual machine.
-
Install extension package.
-
enable USB support
-
select the flash drive you want to format to connect to the VM.
-
use linux commands to format …
Tips on AnBox
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
AnBox CANNOT be run on macOS.
-
There was a limited support of ARM-only app on x86-based Linux OS. However, Android 11+ images are capable of running ARM apps on x86-based machines …
Copy Pictures from an Android Phone to a Computer
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement! Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
You have to have a SSH server installed on the Android phone …
Install Firefox in Debian
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
you have to update your script based on the DE being used. but first check whether a desktop file created in GNOME can be used in Xfce or not.
# download latest …
Chinese Locale in Linux
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
First you have to make sure locales
is installed.
If not,
you can install it using the following command (on Ubuntu/Debian).
sudo apt-get install locales
Ubuntu
# GB2312 encoding support
sudo …