Explore >> Select a destination


You are here

akr.am
| | willhaley.com
13.1 parsecs away

Travel
| | In this case we are mounting a share on a Mac client from a Linux NFS server. The Linux NFS server is sharing the directory at /srv/nfs via both the NFS4 (nfsv4) and NFS3 (nfsv3) protocols. The NFS share is mounted at /mnt/nfs on the Mac client. sudo mount -t nfs 192.168.1.2:/srv/nfs /mnt/nfs Persistent Mount If you want to make the NFS mount persistent (automatically mount at boot) on the Mac client, you can use the special vifs command and add that mount point. You must use vifs for this, do not edit /etc/fstab directly.
| | smallhacks.wordpress.com
4.8 parsecs away

Travel
| | About IONOS VPS IONOS provides cheap Linux VPS hosting with full root access and unlimited traffic. It also provides a KVM console to administer out-of-band if needed. The only problem is that it does not support FreeBSD; the only available options are Linux flavors. However, I found that installing and using FreeBSD 14 using the...
| | storytime.ivysaur.me
12.9 parsecs away

Travel
| |
| | blog.jak-linux.org
64.6 parsecs away

Travel
| Today, I wrote sicherboot, a tool to integrate systemd-boot into a Linux distribution in an entirely new way: With secure boot support. To be precise: The use case here is to only run trusted code which then unmounts an otherwise fully encrypted disk, as in my setup: If you want, sicherboot automatically creates db, KEK, and PK keys, and puts the public keys on your EFI System Partition (ESP) together with the KeyTool tool, so you can enroll the keys in UEFI. You can of course also use other keys, you just need to drop a db.crt and a db.key file into /etc/sicherboot/keys. It would be nice if sicherboot could enroll the keys directly in Linux, but there seems to be a bug in efitools preventing that at the moment. For some background: The Platform Key (PK) signs the Key Exchange Key (KEK) which signs the database key (db). The db key is the one signing binaries.