- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
\usepackage{svg} does not work on own instances
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 instances
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 instances
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 instances
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 instances
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…
How to enable full disk encryption after install?
update-initramfs -k all -c
Output:
update-initramfs: Generating /boot/initrd.img-6.1.0-29-amd64
update-initramfs: Generating /boot/initrd.img-6…
How to enable full disk encryption after install?
/boot/grub/grub.cfg:
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and…
How to enable full disk encryption after install?
update-grub
Output:
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found…
How to enable full disk encryption after install?
In another shell:
ls /boot/efi/
ls: cannot access '/boot/efi/': No such file or directory
[ -d /sys/firmware/efi ] && echo UEFI
How to enable full disk encryption after install?
grub-install
Output:
Installing for x86_64-efi platform.
grub-install: warning: EFI variables are not supported on this system..
Installation…