-
Updated
Sep 9, 2020 - Python
qemu
Here are 515 public repositories matching this topic...
-
Updated
Aug 30, 2020 - Shell
-
Updated
Sep 11, 2020 - Go
-
Updated
Sep 2, 2020 - Python
-
Updated
Sep 10, 2020 - C
After running NC with NCP for more then a year with over 2 million files stored on it, I asked myself if the mysql/mariadb DB needs to be maintained?
I searched the internet and the simplest solution I found was using
sudo mysqlcheck -o --all-databases
This reduced the DB size from around 950MB to a little over 800MB and NC seems to be a little more responsive (but this could homeopat
-
Updated
May 21, 2020 - Shell
-
Updated
Mar 16, 2020 - Dockerfile
-
Updated
Jan 20, 2020 - C
Would be nice to avoid crontab mails like
�[0m�[1;92m[+] �[0mWe're done here. Have a nice day!
-
Updated
Jun 28, 2018 - C
-
Updated
Aug 27, 2019 - C
-
Updated
Sep 8, 2020 - C
-
Updated
Sep 10, 2020 - Makefile
-
Updated
Sep 11, 2020 - Go
-
Updated
Apr 5, 2020 - C
-
Updated
Apr 18, 2020 - Shell
-
Updated
Sep 1, 2020
Improve this page
Add a description, image, and links to the qemu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the qemu topic, visit your repo's landing page and select "manage topics."
Mounting using sshfs does not follow symlinks on Mac.
If ~/www is a symlink then the mounting succeeds to create localsrv:/www, but the directory is empty.
multipass mount ~/www localsrv:/www
Is there a way to enable follow_symlinks when mounting?