I have been wanting to try arch for a long time but I haven’t had a personal laptop for a long time. So here’s what I went through to get Arch Linux up and running in my new Dell Inspiron 15-5000. Installation Download arch Make a live USB bycat path/to/archlinux-version-x86_64.iso > /dev/sdx(Make sure to doContinue reading “Installing Arch on Dell Inspiron 15-5000”
Category Archives: linux
Some bash copy pasta
When you’re a programmer, you often need some scripting. But you always have to google because you don’t remember it all. Here’s some stuff I often need copy pasting from stackoverflow, gathered into one place For loop Loop with step Loop through decimal numbers Bash only supports integer arithmetic. So you would need to useContinue reading “Some bash copy pasta”
Cloning a Jetson nano
I needed to get a clone of a Jetson nano in which I have some software installed Get the device to recovery mode First the device needs to be connected in the USB recovery mode. This forum post says you need to jump both reset and recovery pins, but I only needed the reset pinContinue reading “Cloning a Jetson nano”