|
You are here |
studiofreya.org | ||
| | | | |
nelsonslog.wordpress.com
|
|
| | | | | Working on rationalizing my file storage now that I'm in a Proxmox universe. The idea here is to put all my important stuff on a NAS VM running the following services: NFSv4 Samba Syncthing Restic with BackRest I've got a basic cut at it working (other than Samba) and it seems good. Some notes on... | |
| | | | |
write.as
|
|
| | | | | 96 I lost my grandmother last night and my heart feels unbearably heavy. Losing someone you love creates a strange and disorienting sense ... | |
| | | | |
ukiahsmith.com
|
|
| | | | | Hugo is a great static site generator. It is crazy fast and has tons of options, but one thing I had not been able to discover was how to use variable data in make, my build tool, and pass it to a Hugo template. I wanted a way to create unique CSS filenames, and use those filenames in my Hugo templates. | |
| | | | |
zzamboni.org
|
|
| | | I got tired of clicking through virt-managerto create new VMs, so I found the command needed to create one from the command line (thankshttps://acidborg.wordpress.com/2010/02/18/how-to-create-virtual-machines-using-kvm-kernel-based-virtual-machine/): virt-install --name=hostname --arch=x86_64 --vcpus=2 --ram=4096 --os-type=linux --os-variant=rhel7 --hvm --connect=qemu:///system --network bridge:br-fabric --cdrom=/var/lib/libvirt/images/CentOS-7.0-1406-x86_64-Minimal.iso --disk path=/var/lib/libvirt/image... | ||