Learning to Clone A Raspberry Pi’s SD Card (on command line of course)

I wanted to be able to clone a Raspberry Pi’s SD card to having some state that I could go back to if I had messed up to much in this Raspberry Pi’s OS.

As I’m into learning as much command line stuff as possible this is an command line only approach using a Mac (MacOS 10.14.4). Continue reading Learning to Clone A Raspberry Pi’s SD Card (on command line of course)

Learning how to Back up a Raspberry Pi using rsync

As I started to develop on a Raspberry Pi under Raspbian I needed to find a way to back up the system I’m working on.

I will try to set up this using the linux command rsync. Continue reading Learning how to Back up a Raspberry Pi using rsync

Learning to Downgrade to Older Python Package

When using some piece of code I found somewhere on a blog post I came across the problem that it was not running with the actual flickrAPI I wanted  to work with.

As I needed a quick and dirty solution I downgraded to the older version of flickrAPI as follows. Continue reading Learning to Downgrade to Older Python Package

Learning to Erase a File or a Directory Using Mac’s Command Line

Of course I could do all that with my OS’s built in tools on the GUI. But I was just keen how to do using command line tools… 😉 Continue reading Learning to Erase a File or a Directory Using Mac’s Command Line

Learning to Access an OpenWRT Access Point Using SSH

To make edits in the settings of an OpenWRT WiFi access point on the command line I need to learn how to gain access to this AP by SSH from my Mac’s terminal. Continue reading Learning to Access an OpenWRT Access Point Using SSH

Learning to find out a Networks active IPs using Mac’s terminal

To check in the current network for surrounding devices’ IP addresses I learned to use the command line in my Mac’s terminal Continue reading Learning to find out a Networks active IPs using Mac’s terminal

Learning to Format a SD Card as FAT32 Using Mac Command Line

To format a SD card (or any other sort of disk you can connect to your Mac) using command line I do as follows: Continue reading Learning to Format a SD Card as FAT32 Using Mac Command Line