Explore >> Select a destination


You are here

current.workingdirectory.net
| | makedist.com
58.8 parsecs away

Travel
| | An experiment using iSER and software RAID to build a large network-backed RAM disk.
| | blog.nobugware.com
66.7 parsecs away

Travel
| | Gentoo support for lvm root is still a pain in the ass, here is a working solution. Assuming you have 2 disks same size to be mirrored. You want a mirrored /boot and a big lvm. Start a normal gentoo installation with this disks layout: fdisk -l /dev/sda Device Boot Start End Blocks Id System /dev/sda1 * 1 31 248976 fd Linux raid autodetect /dev/sda2 32 242246 1945591987+ fd Linux raid autodetect fdisk -l /dev/sdb Device Boot Start End Blocks Id System /dev/sdb1 * 1 31 248976 fd Linux raid autodetect /dev...
| | blog.notmyhostna.me
62.5 parsecs away

Travel
| | I've recently updated my server from an older Ubuntu LTS version to Ubuntu 24.04.1 LTS. The upgrade didn't go through smoothly but I don't fully ...
| | tdhopper.com
148.9 parsecs away

Travel
| I wrote a few months back about how data scientists need more automation. In particular, I suggested that data scientists would be wise to learn more about automated system configuration and automated deployments. In an attempt to take my own advice, I've finally been making myself learn Ansible. It turns out that a great way to learn it is to sit down and read through the docs, front to back; I commend that tactic to you.