| 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 …
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 …
Convert PDF to EPS
There are tons of tools for converting PDF pictures to EPS pictures in Linux.
The pdf2ps command is a good one.
It produces EPS pictures without losing much resolution.
The general purpose tools convert
(from the ImageMagick package) does not produce as good quality EPS figures.
Schedule Cron Tasks in a Docker Container
Cron tasks work in a Docker container.
However,
you have to manually start the cron deamon (root or sudo required) using cron or sudo cron
if it is not configured (via the Docker entrypoint) to start on the start of the Docker container.
For tutorials on crontab,
please refer to …
Synchronize Files Using Dropbox
-
Dropbox won't sync files that you don't have read permissions.
-
You'd better not merge an old Dropbox folder while installing/configuring Dropbox.
-
You'd better not store symbolic links in the Dropbox folder, because the symbolic links will be replaced by the real files/folders when synchronized to other computers.
-
It …