Skip to content

Roger-Takeshita/Raspberry_Pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RASPBERRYPI

Table of Contents

Docs

Commands

Upgrade

   sudo apt-get update
   sudo apt-get upgrade

Reboot/Shutdown

   sudo reboot
   sudo shutdown -h now

Install/Remove

   sudo get-apt install
   sudo get-apt remove

SD Backup

  sudo dd if=/dev/disk4 of=/Users/roger-that/Desktop/RaspberryPi.dmg

  # 62521344+0 records in
  # 62521344+0 records out
  # 32010928128 bytes transferred in 1046.526854 secs (30587775 bytes/sec)

Since we are running the command using sudo we need to specify the full path (user path) to output the image

About

Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published