You are here |
www.parkytowers.me.uk | ||
| | | |
ounapuu.ee
|
|
| | | | Introduction I've covered my self-hosting setup in a previous post. It has been a couple of months and the setup has mostly been fine. Sure, the power usage was pretty big under load, and yes, my internet did cut out every time I turned the VM on with all the services starting, but other than that, it has been rock-solid. However, I soon realized that in most situations, the 12 CPU cores is a bit overkill. | |
| | | |
www.srcbeat.com
|
|
| | | | Almost 10 years running a great OS on some nice little network appliance hardware from AliExpress. | |
| | | |
willhaley.com
|
|
| | | | My instructions are based on this article for getting Arch to support the 88SE6145 SATA II PCI-E Marvell controller. That is one of two SATA controllers used by the Intel BOXD975XBX2KR LGA 775 Intel 975X ATX Intel Motherboard. Here is what we must do. Blacklist the Marvell PATA kernel module. # /etc/rc.conf MODULES=(... !pata_marvell) Enable Marvell AHCI module. # /etc/modprobe.d/modprobe.conf options ahci marvell_enable=1 Update ramdisk config. # /etc/mkinitcpio.conf MODULES="ahci" ... FILES="/etc/modprobe.d/modprobe.conf" Recreate ramdisk. | |
| | | |
tothepoles.co.uk
|
|
| | New laptop, new Ubuntu. This post shows step-by-step how I installed Ubuntu 20.04 LTS on a brand new Lenovo x1 Extreme Gen 2. I kept Windows on a smaller (250 GB) partition with the option to boot into either OS. This post will assume you are working from a Windows 10 OS. You should have... |