/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

riazj.com
| | hjr265.me
2.2 parsecs away

Travel
| | By design, a Raspberry Pi always requires an SD card to boot from. But one can still have its root partition located on an external storage device. Be it for reasons involving speed improvement, or avoid challenging the write endurance of an SD card. The details in the following steps may vary based on the distribution of Linux being used, but the fundamental idea should be similar anyway: Assuming a distribution of Linux is already installed on the SD card, use it to boot a Raspberry Pi up.
| | cesarvr.io
2.0 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...
| | shyamjos.com
2.5 parsecs away

Travel
| | Hey I am Shyam Jos. Welcome to my personal blog, where I write about Linux, DevOps, Cloud and Automation.
| | gaurav.koley.in
14.9 parsecs away

Travel
| [AI summary] The article details how to set up a development environment on Windows using WSL 2, including installing WSL 2, Docker, and VS Code with the Remote WSL extension for seamless Linux-based development.