Installing Raspbian on Raspberry Pi 3

Installing Raspbian on Raspberry Pi 3

Raspbian is the official recommended operating system for the Raspberry Pi, based on Linux and pre-installed with many useful tools. For more information about the Raspberry Pi, you can ask Baidu or visit the official website. Today, we will mainly look at the system installation. Besides the officially recommended one, the Raspberry Pi also supports … Read more

How to Install and Run Minecraft 1.8.9 on Raspberry Pi

How to Install and Run Minecraft 1.8.9 on Raspberry Pi

This article is contributed by Gloomy Ghost, introducing how to install and run Minecraft 1.8.9 on Raspberry Pi 2B. Update System sudo apt-get update && sudo apt-get -y upgrade Install the necessary display programs sudo apt-get -y install xcompmgr libgl1-mesa-dri && sudo apt-get -y install libalut0 libalut-dev && sudo apt-get -y install mesa-utils Configure the … Read more

How to Install TensorFlow on Raspberry Pi

How to Install TensorFlow on Raspberry Pi

Recently, I planned to implement offline face recognition on embedded devices, so I decided to install TensorFlow on Raspberry Pi 3. Below I will introduce how to install TensorFlow on Raspberry Pi 3. It is actually very simple and can be done quickly. However, due to the limitations of the Raspberry Pi server, our internet … Read more

A Step-by-Step Guide to Installing Windows 11 on Raspberry Pi

A Step-by-Step Guide to Installing Windows 11 on Raspberry Pi

Feng Se from Ao Fei Si Quantum Bit Report | Official Account QbitAI Is it trouble to install Windows 11 on Raspberry Pi? First, you need to download the ARM version of the system from the official website and then burn the image; after burning, you still need to configure some settings on the Raspberry … Read more

How to Install Tiny Tiny RSS on Raspberry Pi | Linux China

How to Install Tiny Tiny RSS on Raspberry Pi | Linux China

Use Tiny Tiny RSS to protect your privacy while reading news feeds. https://linux.cn/article-12264-1.htmlAuthor: Patrick H. MullinsTranslator: Xiaobin.Liu Tiny Tiny RSS (TT-RSS) is a free and open-source web-based news feed(feed) (RSS/Atom) reader and aggregator. It is perfect for those who value privacy and still rely on RSS to get daily news. TT-RSS is self-hosted software, so … Read more

Android Studio Installation Guide with Download Links

Android Studio Installation Guide with Download Links

This time I provide everyone with the cracked version of Android Studio software, the entire cracking process is very simple. The software is suitable for 32 and 64-bit operating systems, the download link for the cracked file is at the end of the article, please check! Software Introduction: Android Studio is a brand new Android … Read more

Installing Raspberry Pi Camera on Jetson Nano

Installing Raspberry Pi Camera on Jetson Nano

Since the JetBot uses a Raspberry Pi camera, we also consider using the Raspberry Pi camera as the first choice. Of course, USB cameras have been tested and confirmed to work. Note that our JetBot has already flashed the system. Purchase Raspberry Pi Camera Initially, we tried to buy a Raspberry Pi camera for dozens … Read more

Installing Qt 4.8.0 and Qt Creator 2.4.1 on Raspberry Pi

Installing Qt 4.8.0 and Qt Creator 2.4.1 on Raspberry Pi

To set up the Qt compilation environment on Raspberry Pi, using Qt 4.8.0 and Qt Creator 2.4.1. 1. Installation of Qt 4.8.0. 1. Search for Qt download on Baidu. Find the link: http://download.qt.io/archive/qt/, go in and download the .tar.gz packages for Qt 4.8.0 and Qt Creator 2.4.1. 2. Use SSH to copy the files to … Read more