| Name | Free | OS | Hyper-v Compat on Win | ARM-only App Support | Development |
|---|---|---|---|---|---|
| GenyMotion [1] | Limited | Windows, macOS, Linux | Partial | Limited | Active |
| BlueStacks [2] | Yes | Windows, macOS | No | Yes | Active |
| LDPlayer [3] | Yes | Windows | No | Yes | Active |
| xDroid [9] | Limited | Linux | NA | Limited | Active |
| MuMu App Player [5] | Yes | macOS (M chip … |
Operate Remote Servers Using SSH
General Tips and Traps
-
The permissions of the directory
~/.sshand its subcontents on both the local machine and the remote server must be properly set in order for SSH login via public key to work. A good pratice is to set the permission of~/.sshto700(on both …
Take Screenshot on Linux
ksnip
Ksnip is a Qt-based cross-platform screenshot tool that provides many annotation features for your screenshots. It is one of the best screenshot applications.
Installation Using snap
sudo snap install ksnip
flameshot
Flameshot is a simple cross-platform screenshot software.
Shutter
Shutter is a good screenshot application for Linux (only).
Docker in WSL 2
Tips and Traps
-
Docker on WSL 2 works great. However, the performance of IO is extremely bad if it access the Windows filesystem. For more discussions, please refer to WSL 2 Filesystem .
-
Docker containers launched from a WSL (e.g., Ubuntu) shell will continue to run after the WSL shell …
Make Linux Run Faster
Benchmark Tools for Linux
phoronix-test-suite is currently the best benchmark tool for Linux. You can use it to figure out the bottleneck of performance of your Linux machine. Please refer to Benchmark Your Linux Machine Using phoronix-test-suite for more discussions.
BCC is a toolkit for creating efficient kernel tracing and …
Tips on Installing Debian Series of Linux Distributions
Before Installation
Debian Specific
- You'd better not install back ported Debian images, as it might cause issues with other software (e.g., VirtualBox). It is suggested that you use Debian test.
Other Debian-based Linux Distributions
-
Download the right ISO image of the Linux distribution that you want to install.
-
Create …