Inkscape is in my opinion too complicated (and Sodipodi very difficult to install, because of its dipendecies), a very interesting project is SVG-edit, at https://github.com/SVG-Edit/svgedit.
Without any installation on your PC, you can edit on-line your svg files. The resulting code is very clean, even though we have found some problem in setting colors.
permission denied
If you get rhis error message even you have all the rights, probably you are trying to run the command on a mounted partition that had the “noexec” flag on.
So change partition, .f.e. try your /home.
avidemux too slow
It’s better use (one of) the following codecs for encoding
-
x264
-
libavcodec MPEG-1/MPEG-2
-
libavcodec MPEG-4
-
Xvid
so Avidemux will be able to optizmize the CPU usage and will be much faster. And the CPU temperature will be lower.
Cfr.here.
share (embedding) text between odt documents (librewriter)
Impossible use cross-reference or dde-link for more than a paragraph.
So the only way (to share more than a paragraph) are sections:
- define the area you want share in the file A as a bookmark;
- in the file B insert -> section -> as link – choose the file and the bookmark
- the text boormarked in A will be visible in B
n.b.
It is not necessary a master document.
eliminare da thunderbird indirizzi sbagliati
Si veda questo thread.
Ricordarsi poi di sincronizzare con Google contacts (se l’avete).
suggerimenti nella barra dei suggerimenti di Gboard
dettare la punteggiatura con Google su android
Si possono dettare “punto” per “.” e “virgola” per “,”: bisogna abbassare il volume della voce e pronunciare tali voci di punteggiatura possibilmente a ridosso della parola precedente, senza pause.
server php/mysql su android
Sconsiglio vivamente KickWeb Server: un disastro, non è personalizzabile.
Se volete buttare via tempo provate moNERIngAo Server: semplicemente non parte il server!
risalire da terminale alla cartella superiore, in linux
Mentre in windows il comando è cd.., in linux è cd .. (con uno spazio prima dei due punti).
montare /smontare da terminale una chiavetta USB
Perché
Montare e soprattutto smontare da terminale una chiavetta USB in Linux ha il vantaggio che si può lasciare fisicamente la chiavetta nella sua porta USB rimanendo al tempo stessi sicuri che quanto doveva esservi scritto vi è già stato scritto e volendo si potrebbe sfilarla dalla porta quando si vuole, senza aspettare.
Se al contrario si usa la graficamente più comoda soluzione del safely remove, rimozione sicura della chiavetta, allora per poterla nuovamente montare (ed avere perciò praticamente disponibile) occorre sfilarla fisicamente e reinfilarla fisicamente nella porta USB.
Come
Dopo vari tentativi (tra cui con pmount) ho fatto così:
- modificato il file etc/fstab aggiungendo una riga di questo tipo: LABEL=pen-drive /media/user/pen-drive etx4 user,rw,noauto 1 2
- creato uno script bash per montare la chiavetta col comando “mount /dev/sdd5 /media/user/pen-drive”
- e un altro script per smontare col comando “umount /media/user/pen-drive”