Skip to primary content
Skip to secondary content

The Ramonologue

Blog of Ramon van Belzen

Main menu

  • Home
  • About Me
  • Contact
  • Music
  • WordPress Plugins

Tag Archives: Raspberry Pi

Post navigation

← Older posts

How-To Install Python 2.7 on a Raspberry Pi running Raspbian

Posted on 10/04/2022 by Ramoonus
1
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python2.7

Dit delen:

  • Twitter
  • Facebook
  • LinkedIn
Posted in Computers | Tagged Python, Raspberry Pi | 1 Reply

How-To Install Python 3.10 on a Raspberry Pi running Raspbian

Posted on 10/04/2022 by Ramoonus
1
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.10

Dit delen:

  • Twitter
  • Facebook
  • LinkedIn
Posted in Computers | Tagged Python, Raspberry Pi | 1 Reply

How-To Install Python 3.11 on a Raspberry Pi running Raspbian

Posted on 10/04/2022 by Ramoonus
2
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.11

Dit delen:

  • Twitter
  • Facebook
  • LinkedIn
Posted in Computers | Tagged Python, Raspberry Pi | 2 Replies

How-to install Docker on a Raspberry Pi

Posted on 15/09/2018 by Ramoonus
Reply

To install Docker on a Raspberry Pi running Raspbian OS, run the following script
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh

 

Dit delen:

  • Twitter
  • Facebook
  • LinkedIn
Posted in Computers | Tagged Docker, Raspberry Pi | Leave a reply

Raspberry Pi: full upgrade

Posted on 29/10/2017 by Ramoonus
Reply

Running the following commands on Raspbian updates all packages, the distribution and firmware. The system has to reboot twice.

Software

sudo apt-get update
sudo apt-get dist-upgrade
reboot

Firmware

sudo rpi-update
reboot

Dit delen:

  • Twitter
  • Facebook
  • LinkedIn
Posted in Computers | Tagged Raspberry Pi | Leave a reply

Post navigation

← Older posts

Author

Categories

  • Books
    • Book Reviews
  • Chemistry
  • Computers
    • Internet Of Things
    • mIRC scripts
  • Games
  • Music
  • Personal
  • Photography
  • Presentations
  • Webdesign

Tags

  • Apache
  • Arduino
  • Bash
  • Bevrijdingsfestival Zeeland
  • Chrome
  • CSS
  • Cultuurwerf
  • Excel
  • Facebook
  • Fedora
  • Foobar2000
  • git
  • GitHub
  • Google
  • HTML5
  • Inkscape
  • JavaScript
  • Joomla
  • jQuery
  • Kernel
  • Kor
  • Linux
  • Magic: The Gathering
  • Microsoft
  • Microsoft Office
  • mIRC
  • MySQL
  • nVIDIA
  • Onderstroom Festival
  • Outlook
  • packt publishing
  • Perfect Pitch
  • Perl
  • PHP
  • Python
  • Raspberry Pi
  • Raspbian
  • SVG
  • Twitter
  • Ubuntu
  • Windows
  • WooCommerce
  • WordPress
  • World Of Warcraft
  • WP-CLI
Privacy Policy Proudly powered by WordPress