|
You are here |
willhaley.com | ||
| | | | |
pw999.wordpress.com
|
|
| | | | | My Iomega Home Media Network Drive 2 was never a great NAS. On a regular base I could not find it in the network at all and lately it's just completely gone. Even though it gets an IP address I can hardly even PING it. So I took out the disk, attached it to a... | |
| | | | |
blog.fritzhardy.com
|
|
| | | | | [AI summary] A technical tutorial details the process of cloning a legacy Fedora Linux desktop installation to a new laptop hard drive using standard UNIX utilities like dd and LVM. | |
| | | | |
blog.nobugware.com
|
|
| | | | | 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... | |
| | | | |
boucek.me
|
|
| | | FreeBSD 13 does not (yet) contain working Docker machine, although several implementations are on the way. This post explains how to install Docker daemon in Alpine Linux running in Bhyve. It also shows how to create NAT in Bhyve. I have to use NAT, because I use link aggregation (failover) between Wi-Fi and Ethernet. I will use following tools: pf - Packet Filter, part of the base system vm-bhyve, grub2-bhyve - CLI front end for Bhyve tmux - optional, replacement for default cu Networking Link to headin... | ||