- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
~/db/sessions/[0-9a-f]{32}
purpose?
Could inotifywait
to be notified when it is read or written to try to figure out what special just happened.
~/db/sessions/[0-9a-f]{32}
purpose?
stat ~/db/sessions/2029240f6d1128be89ddc32729463129
Output:
File: /home/benjamin_loison/db/sessions/2029240f6d1128be89ddc32729463129
Size:…
~/db/sessions/[0-9a-f]{32}
purpose?
file ~/db/sessions/2029240f6d1128be89ddc32729463129
/home/benjamin_loison/db/sessions/2029240f6d1128be89ddc32729463129: data
xxd ~/db/sessions/2029240f6d1128be8…
~/db/sessions/[0-9a-f]{32}
purpose?
\usepackage{svg}
does not work on own instance
sudo apt install -y librsvg2-bin
Output:
Reading package lists... Done
Building dependency tree... Done
Reading state information...…
\usepackage{svg}
does not work on own instance
rsvg-convert -f pdf -o CENSORED.pdf CENSORED.svg
Output:
Command 'rsvg-convert' not found, but can be installed with:
sudo apt install…
\usepackage{svg}
does not work on own instance
For another .svg
I only have _svg-raw.pdf
generated and it works fine on https://plmlatex.math.cnrs.fr and I can select the figure text.
\usepackage{svg}
does not work on own instance
https://plmlatex.math.cnrs.fr complains about missing CENSORED_svg-raw.pdf
. So let us provide it as it is not biased it seems that way.
\usepackage{svg}
does not work on own instance
For CENSORED.svg
:
ls CENSORED_svg-*
Output:
CENSORED_svg-raw.pdf
CENSORED_svg-tex.pdf
CENSORED_svg-tex.pdf_tex
are…
Allow
passwd
without asking current password
How to enable full disk encryption after install?
Does it actually preserve files and folders on ext4, once encrypt it? I would say so, see:
-----BEGIN PGP MESSAGE-----
hF4DTQa9Wom5MBgSAQdAptDpm7flAFMEqHMJY…
How to enable full disk encryption after install?
Testing on an actual computer may help, can dd
to ease resetting the unencrypted disk state.
How to enable full disk encryption after install?
I disabled installing pending updates when requesting on graphical shutdown.
How to enable full disk encryption after install?
umount -a
Output:
umount: /mnt/dev: must be superuser to unmount.
umount: /mnt/boot/efi: must be superuser to unmount.
umount: /mnt: must be…