Last active
January 7, 2020 11:38
-
-
Save airblade/8b51a56a5986578a553c52bfdad94edd to your computer and use it in GitHub Desktop.
Revisions
-
airblade revised this gist
Jan 7, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,7 @@ sudo dd bs=1m if=<path of raspbian image> of=/dev/rdisk4 conv=sync # rdisk4 is faster than disk4 ``` * [Enable ssh](https://www.raspberrypi.org/documentation/remote-access/ssh/README.md): `touch /Volumes/boot/ssh` * Eject card: `diskutil eject /dev/disk4` * Install card in Raspberry Pi. * Plug Raspberry Pi into power. -
airblade revised this gist
Jan 7, 2020 . 1 changed file with 2 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,15 +4,9 @@ ``` diskutil list # make note of disk of SD card; eg. disk4 diskutil unmountDisk /dev/disk4 sudo dd bs=1m if=<path of raspbian image> of=/dev/rdisk4 conv=sync # rdisk4 is faster than disk4 ``` * Touch `ssh` file on boot partition: `touch /Volumes/boot/ssh` (to [enable ssh](https://www.raspberrypi.org/documentation/remote-access/ssh/README.md) on raspberry pi). * Eject card: `diskutil eject /dev/disk4` -
airblade revised this gist
Jan 7, 2020 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,11 @@ * Plug SD card into computer. * Unzip Raspbian image and [install on SD card](https://www.raspberrypi.org/documentation/installation/installing-images/mac.md). This should overwrite everything on the SD card; it shouldn't be necessary to format first. ``` diskutil list # make note of disk of SD card; eg. disk4 ``` asd ``` diskutil list # make note of disk of SD card; eg. disk4 -
airblade revised this gist
Jan 7, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,8 @@ * Plug SD card into computer. * Unzip Raspbian image and [install on SD card](https://www.raspberrypi.org/documentation/installation/installing-images/mac.md). This should overwrite everything on the SD card; it shouldn't be necessary to format first. diskutil list # make note of disk of SD card; eg. disk4 ``` diskutil list # make note of disk of SD card; eg. disk4 diskutil unmountDisk /dev/disk4 -
airblade revised this gist
Jan 7, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,9 +3,9 @@ * Unzip Raspbian image and [install on SD card](https://www.raspberrypi.org/documentation/installation/installing-images/mac.md). This should overwrite everything on the SD card; it shouldn't be necessary to format first. ``` diskutil list # make note of disk of SD card; eg. disk4 diskutil unmountDisk /dev/disk4 sudo dd bs=1m if=<path of raspbian image> of=/dev/rdisk4 conv=sync # rdisk4 is faster than disk4 ``` * Touch `ssh` file on boot partition: `touch /Volumes/boot/ssh` (to [enable ssh](https://www.raspberrypi.org/documentation/remote-access/ssh/README.md) on raspberry pi). -
airblade revised this gist
Jan 7, 2020 . No changes.There are no files selected for viewing
-
airblade revised this gist
Jan 7, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,4 +14,4 @@ sudo dd bs=1m if=<path of raspbian image> of=/dev/rdisk4 conv=sync # using rdis * Plug Raspberry Pi into power. * Connect Raspberry Pi to router via ethernet cable. * `ssh [email protected]` (password: `raspberry`) * Run [Pi-hole installer](https://docs.pi-hole.net/main/basic-install/). During the installation process one can specify a static IP. -
airblade revised this gist
Jan 7, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,3 +14,4 @@ sudo dd bs=1m if=<path of raspbian image> of=/dev/rdisk4 conv=sync # using rdis * Plug Raspberry Pi into power. * Connect Raspberry Pi to router via ethernet cable. * `ssh [email protected]` (password: `raspberry`) * Run [Pi-hole installer](https://docs.pi-hole.net/main/basic-install/). -
airblade revised this gist
Jan 7, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ * Download latest Raspbian Lite (currently Buster) from [here](https://www.raspberrypi.org/downloads/raspbian/). * Plug SD card into computer. * Unzip Raspbian image and [install on SD card](https://www.raspberrypi.org/documentation/installation/installing-images/mac.md). This should overwrite everything on the SD card; it shouldn't be necessary to format first. -
airblade revised this gist
Jan 7, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,7 @@ diskutil unmountDisk /dev/disk4 sudo dd bs=1m if=<path of raspbian image> of=/dev/rdisk4 conv=sync # using rdisk4 is much faster then disk4 ``` * Touch `ssh` file on boot partition: `touch /Volumes/boot/ssh` (to [enable ssh](https://www.raspberrypi.org/documentation/remote-access/ssh/README.md) on raspberry pi). * Eject card: `diskutil eject /dev/disk4` * Install card in Raspberry Pi. * Plug Raspberry Pi into power. -
airblade revised this gist
Jan 7, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ * Download latest Raspbian Lite from [here](https://www.raspberrypi.org/downloads/raspbian/). * Plug SD card into computer. * Unzip Raspbian image and [install on SD card](https://www.raspberrypi.org/documentation/installation/installing-images/mac.md). This should overwrite everything on the SD card; it shouldn't be necessary to format first. ``` diskutil list # make note of disk, not partition, of SD card; eg. `disk4` -
airblade renamed this gist
Jan 5, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
airblade revised this gist
Jan 5, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,5 +12,5 @@ sudo dd bs=1m if=<path of raspbian image> of=/dev/rdisk4 conv=sync # using rdis * Eject card: `diskutil eject /dev/disk4` * Install card in Raspberry Pi. * Plug Raspberry Pi into power. * Connect Raspberry Pi to router via ethernet cable. * `ssh [email protected]` (password: `raspberry`) -
airblade revised this gist
Jan 5, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,4 +13,4 @@ sudo dd bs=1m if=<path of raspbian image> of=/dev/rdisk4 conv=sync # using rdis * Install card in Raspberry Pi. * Plug Raspberry Pi into power. * Connect Raspberyy Pi to router via ethernet cable. * `ssh [email protected]` (password: `raspberry`) -
airblade renamed this gist
Jan 5, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
airblade created this gist
Jan 5, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ * Download latest Raspbian Lite from [here](https://www.raspberrypi.org/downloads/raspbian/). * Plug SD card into computer. * Unzip Raspbian image and [install on SD card](https://www.raspberrypi.org/documentation/installation/installing-images/mac.md). ``` diskutil list # make note of disk, not partition, of SD card; eg. `disk4` diskutil unmountDisk /dev/disk4 sudo dd bs=1m if=<path of raspbian image> of=/dev/rdisk4 conv=sync # using rdisk4 is much faster then disk4 ``` * Touch `ssh` file on boot partition: `touch ssh /Volumes/boot` (to [enable ssh](https://www.raspberrypi.org/documentation/remote-access/ssh/README.md) on raspberry pi). * Eject card: `diskutil eject /dev/disk4` * Install card in Raspberry Pi. * Plug Raspberry Pi into power. * Connect Raspberyy Pi to router via ethernet cable. * `ssh [email protected]` # password: raspberry