Jump to content

New pages

New pages
Hide bots | Hide redirects

31 August 2026

  • 20:0720:07, 31 August 2026 Crypt (hist | edit) [1,626 bytes] Xbl (talk | contribs) (Created page with "= LUKS = == Encrypted Container on TrueNAS (LUKS over NFS) == === Prerequisites === * TrueNAS with NFS share already exposed * Linux client with NFS share mounted * Packages: <code>cryptsetup</code> === 1. Create the image on TrueNAS === <pre> # 64 GiB pre-allocated image dd if=/dev/zero of=/mnt/mainframe/.local/containers.img bs=1M count=65536 status=progress </pre> === 2. Attach as loop device (Linux client) === <pre> losetup -fP --show /mnt/sektor/.local/container...")

29 August 2026

  • 00:5700:57, 29 August 2026 GRand Unified Bootloader (hist | edit) [733 bytes] Xbl (talk | contribs) (Created page with "= GRUB2 = Argument to fix some graphical issues in Proxmox install:<br> <code>nomodeset</code><br> remove == Reset Root Password == 1. enter GRUB2 edit mode 2. modify linux-kernel string by adding <code>rd.break</code> at the end 3. press CTRL+x to boot with entered options 4. use chroot to mount /sysroot to / <code>chroot /sysroot</code>, pwd should read <code>/</code> 5. remount the root file system in read/write mode <code>mount -o remount,rw /</code> 6. run passw...")

13 August 2026

17 July 2026

  • 17:2017:20, 17 July 2026 LaTeX (hist | edit) [1,032 bytes] Xbl (talk | contribs) (Created page with "= lay-tek = Packages to install:<br> <code>texlive-latex-extra texlive-fonts-recommended latexmk zathura zathura-pdf-poppler</code> Watch in real time:<br> <code>latexmk -pdf -pvc docker.tex</code> Export to .pdf:<br> <code>pdflatex docker.tex</code>")