INSTALL PYTHON PICKLE
Simple install from the terminal on your linux box
pip3 install pickle-mixin
Raspberry Pi Technology, Related Information, How-To’s, Tips, Tools, and Guides
Simple install from the terminal on your linux box
pip3 install pickle-mixin
When running
pip install bs4
you receive this error
soupsieve requires Python ‘>=3.5’ but the running Python is 2.7.16
To fix the error run
pip3 install bs4
That’s it
To Upgrade Python, simply run
sudo bash
apt-get update
apt-get install -y build-essential tk-dev libncurses5-dev libncursesw5-dev libreadline6-dev libdb5.3-dev libgdbm-dev libsqlite3-dev libssl-dev libbz2-dev libexpat1-dev liblzma-dev zlib1g-dev libffi-dev tar wget vim
wget https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgz
tar zxf Python-3.8.0.tgz && cd Python-3.8.0 && ./configure –enable-optimizations && make -j 4 && make altinstall
echo “alias python=/usr/local/bin/python3.8” >> ~/.bashrc
source ~/.bashrc
python -v
You should now be 3.8
Simply put, you need to download a third party application to write the OctoPi image to an SD Card. I suggest Etcher for this
Download Etcher from https://www.balena.io/etcher/
Install Etcher onto your Windows 10 computer
Download the OctoPrint image from https://octopi.octoprint.org/latest to your local hard drive on your Windows 10 computer
Unzip the OctoPrint image once the download finishes
Plug your SD Card into the Windows 10 Computer
Open balenaEtcher
Click Select Image
Select your OctoPrint***.img file
Your SD Card should be automatically found and selected by Etcher
Click Flash
The image will now be written to the SD Card
When the image has completed writing you will see the message Flash Complete!
You can now insert the OctoPrint SD Card into the Raspberry Pi and fire it up
Thanks for reading
Hardware that I use:
Raspberry Pi 4 (4gb)
https://amzn.to/3q551IO
SanDisk 32GB Ultra microSDHC UHS-I Memory Card with Adapter
https://amzn.to/2Vfvo0y
CanaKit 3.5A Raspberry Pi 4 Power Supply (USB-C)
https://amzn.to/3fNTYPu
CanaKit Raspberry Pi 4 Micro HDMI Cable – 6 Feet
https://amzn.to/33u5hr9
Western Digital 500GB WD_Black SN750 NVMe
https://amzn.to/3nZ5pH4
Plugable USB C to M.2 NVMe Tool-free Enclosure
https://amzn.to/3lflV3L
This is a quick how to on backing up your Raspberry Pi SD Card
Shutdown the Raspberry Pi and remove the SD Card
Plug the SD Card into your MAC
Go to Spotlight (the little magnifying glass on the top right of your MAC), type Terminal, and press Enter
Now the rest of the commands are done in the Terminal
Type:
sudo bash and press enter
Type in your password to get the # prompt
Type:
mkdir /raspberry-pi and press enter
mkdir /raspberry-pi/backups and press enter
cd /raspberry-pi/backups and press enter
Type
df -h and look for your SD Card. My card is listed as /dev/disk1s1. Once you know which card is your SD Card type
diskutil unmount /dev/disk1s1 (or whatever your SD Card is listed as)
dd if=/dev/rdisk1 of=/raspberry-pi/backups/wheezy-todaysdate-backup.img bs=1m and press enter
your SD Card will now be backed up
Once the backup is complete type:
diskutil eject /dev/rdisk1
And that is it.
Thanks for reading
Hardware that I used:
Raspberry Pi 4 (4gb)
https://amzn.to/3q551IO
SanDisk 32GB Ultra microSDHC UHS-I Memory Card with Adapter
https://amzn.to/2Vfvo0y
CanaKit 3.5A Raspberry Pi 4 Power Supply (USB-C)
https://amzn.to/3fNTYPu
CanaKit Raspberry Pi 4 Micro HDMI Cable – 6 Feet
https://amzn.to/33u5hr9
Western Digital 500GB WD_Black SN750 NVMe
https://amzn.to/3nZ5pH4
Plugable USB C to M.2 NVMe Tool-free Enclosure
https://amzn.to/3lflV3L
Insert your MinePeon SD Card
Connect the Rashberry Pi to a Powered USB Hub
Connect the Block Erupters into the Powered USB Hub
Boot the Raspberry Pi
Log into the Pi as user: minepeon with the password: peon
Type ifconfig and note the ip address for the device
On a separate computer open up your internet browser and point it to the ip of the raspberry pi. (ex: http://192.168.1.101)
Log into the Pi as user: minepeon with the password: peon
Click on the Pools tab at the top of the page
Delete all the info inside the boxes and replace it with your own info
Ex: stratum.d7.lt:3333 username: InstantSupp.777 password: 12345
Click Submit
The Block Erupter will now start mining
After a few minutes check the Graph page to make sure it is producing the info and your erupter is mining properly
Thanks for reading
Hardware that I use:
Raspberry Pi 4 (4gb)
https://amzn.to/3q551IO
SanDisk 32GB Ultra microSDHC UHS-I Memory Card with Adapter
https://amzn.to/2Vfvo0y
CanaKit 3.5A Raspberry Pi 4 Power Supply (USB-C)
https://amzn.to/3fNTYPu
CanaKit Raspberry Pi 4 Micro HDMI Cable – 6 Feet
https://amzn.to/33u5hr9
Western Digital 500GB WD_Black SN750 NVMe
https://amzn.to/3nZ5pH4
Plugable USB C to M.2 NVMe Tool-free Enclosure
https://amzn.to/3lflV3L
This guide explains how to get your External USB Drive to be recognized and automatically mounted using Raspberry Pi
Open a command prompt
Type
sudo bash and press enter
apt-get install usbmount and press enter
The software will now install
After it installs type
df -h and press enter
Make a note of the listed drives
Plug in your USB drive
Type
df -h and press enter
You will now see your USB Drive
Thanks for reading
Hardware that I used:
Raspberry Pi 4 (4gb)
https://amzn.to/3q551IO
SanDisk 32GB Ultra microSDHC UHS-I Memory Card with Adapter
https://amzn.to/2Vfvo0y
CanaKit 3.5A Raspberry Pi 4 Power Supply (USB-C)
https://amzn.to/3fNTYPu
CanaKit Raspberry Pi 4 Micro HDMI Cable – 6 Feet
https://amzn.to/33u5hr9
Western Digital 500GB WD_Black SN750 NVMe
https://amzn.to/3nZ5pH4
Plugable USB C to M.2 NVMe Tool-free Enclosure
https://amzn.to/3lflV3L
sudo bash
apt-get install gpsd gpsd-clients python-gps
nano /lib/udev/gpsd.hotplug
Scroll down the document and add
chmod a+rw $DEVNAME
above the line that says
gpsdctl $ACTION $DEVNAME
Press CTRL and O together to save
Press CTRL and X together to exit the file
/etc/init.d/gpsd restart
gpsd /dev/ttyUSB0 -F /var/run/gpsd.sock
cgps -s
You will now see the GPS output
Thanks for reading
Hardware that I use:
Raspberry Pi 4 (4gb)
https://amzn.to/3q551IO
SanDisk 32GB Ultra microSDHC UHS-I Memory Card with Adapter
https://amzn.to/2Vfvo0y
CanaKit 3.5A Raspberry Pi 4 Power Supply (USB-C)
https://amzn.to/3fNTYPu
CanaKit Raspberry Pi 4 Micro HDMI Cable – 6 Feet
https://amzn.to/33u5hr9
Western Digital 500GB WD_Black SN750 NVMe
https://amzn.to/3nZ5pH4
Plugable USB C to M.2 NVMe Tool-free Enclosure
https://amzn.to/3lflV3L
The Kali Linux image for the Raspberry Pi only has 7.2GB of space by default, and it fills quickly. If you haven’t expanded, or are unable to expand for any reason, this will allow you to regain some space.
Simply run the following command from the Terminal:
apt-get autoclean
Thats it! Make sure you run this command periodically for housekeeping purposes.
Thanks for reading
Hardware that I use:
Raspberry Pi 4 (4gb)
https://amzn.to/3q551IO
SanDisk 32GB Ultra microSDHC UHS-I Memory Card with Adapter
https://amzn.to/2Vfvo0y
CanaKit 3.5A Raspberry Pi 4 Power Supply (USB-C)
https://amzn.to/3fNTYPu
CanaKit Raspberry Pi 4 Micro HDMI Cable – 6 Feet
https://amzn.to/33u5hr9
Western Digital 500GB WD_Black SN750 NVMe
https://amzn.to/3nZ5pH4
Plugable USB C to M.2 NVMe Tool-free Enclosure
https://amzn.to/3lflV3L