When you have to fight against tab completion trying to be smart:
touch a.zap
unzip a<tab> #nothing
\unzip a<tab> #completed
unzip a<esc>/<esc>/ #completed
When you have to fight against tab completion trying to be smart:
touch a.zap
unzip a<tab> #nothing
\unzip a<tab> #completed
unzip a<esc>/<esc>/ #completed
I love Syncthing ❤️ So simple, so easy... ☁️
@kev I'm giving to you my personl opinion with self hosting in these three years.
Nextcloud is very slow and it did so much truble with my files that i will never use it again. Many times files were blocked on server without any reason, version clonfict, etc.
Seafile is spedy but files are archived like a "git repository", so you cant't share the same folder with seafile and samba.
Hi folks !
If you are using an ARM board for self-hosting, beware that some people experience issue with a recent kernel upgrade ...
If the upgrade did broke your board, you might want to have a look here for a solution : https://forum.yunohost.org/t/brique-ne-demarre-plus-apres-migration/7152/9 (in french though, but we can work on a translation)
Je n’ai pas encore eu le temps de tester la méthode proposé sur le forum de Debian. Je le ferais probablement demain soir. Si tu souhaites tester avant, la procédure est : Monter la carte SD dans un ordinateur. Se rendre dans le répertoire /boot de la carte SD. Faire la commande suivante (je ne sais pas pourquoi il fait un dd, et pas simplement un cp) dd if=boot.scr of=boot.script bs=72 skip=1 Éditer le fichier boot.script pour remplacer la ligne setenv fk_kvers '4.9.0-8-armmp' par setenv...