Explore >> Select a destination


You are here

www.kencochrane.com
| | www.development-cycle.com
4.3 parsecs away

Travel
| | [AI summary] The author details the process of setting up a Bitcoin node on a Raspberry Pi 2, including hardware setup, software configuration, and troubleshooting memory and storage issues.
| | nathanchance.dev
3.1 parsecs away

Travel
| | As a Linux kernel developer, I will often need to build and boot new kernels to hunt down issues or test new functionality for regressions. While it is possible to manually install these kernels on machines, it is easiest to use the distribution's package manager, as the kernel does not need to be built on the machine it is being installed on. With .deb and .rpm-based systems, it is easy to build a kernel package within the kernel source itself, using the bindeb-pkg and binrpm-pkg targets respectively. However, for Arch Linux, my distribution of choice, that is not so simple. Furthermore, when doing certain types of development, such as bisecting an issue, it is more convenient to do all the building in an actual source tree, rather than one that is managed ...
| | chipnetics.com
3.1 parsecs away

Travel
| | My notes for building the latest Linux kernel, and running the latest firmware, for a more bleeding edge experience.
| | cesarvr.io
23.5 parsecs away

Travel
| Arch Linux installation instruction for the impatient. Partition fdisk /dev/d #sda all disk in my case. #15 GB partition. Command (m for help): #type n and press Enter Partition type: Select (default p): #press Enter Partition number (1-4, default 1): #press Enter First sector (2048-209715199, default 2048): #press Enter start in the beginning. Last sector, +sectors or +size...(): #type +19G and press Enter. #SWAP 1GB Command (m for help): #type n and press Enter Partition type: Select (default p): #pres...