$ sudo vim /etc/locale.gen# 1. 开启 zh_CN.UTF-8 UTF-8, 即去掉开头 # 注释 ✅zh_CN.UTF-8 UTF-8 # 2. 生成 zh_CN.UTF-8 区域设置 ✅$ sudo locale-gen Generating locales (this might take awhile)... en_GB.UTF-8...donezh_CN.UTF-8...doneGeneration complete. # 3. 查看$ ...
I found lots of information about how to use the QEMU simulator, in order to simulate a Raspberry Pi running Raspbian Wheezy (which is an older Raspbian version), but there was almost none for Raspbian Jessie (which is the latest Raspbian version). And the problem was that the steps that...
I am very interested in trying simulators and emulators for popular IoT devices. One of those is the Raspberry Pi. As I was searching for simulators, I found that one of the best ones is QEMU. I found lots of information about how to use the QEMU simulator, in order to simulate a Ras...
The default name for your Raspberry Pi is “raspberrypi”. You can see it using: hostname Renaming your Pi requires two steps – first the “/etc/hostname” file needs to be changed, and then the “/etc/hosts” file needs to be edited. The first of these two files is used to set...
How to reset the Raspberry Pi operating system to its default settings Like Debian, the Raspberry Pi is also a Debian-based operating system and in it, all the packages are managed (install, update, and remove) using the apt package manager which comes pre-install on the Raspberry Pi OS....
Thanks to various tools, this is a fairly straightforward process using both the desktop or terminal interfaces. To cover all of our bases, we will show a couple of ways of disabling the Wi-Fi, from using rfkill to modifying the boot configuration file. Increasing Swap on a Raspberry Pi Se...
How to Turn a Raspberry Pi Off the Right Way Add a Power Button to Your Raspberry Pi If you've just got yourRaspberry Pi, you probably noticed it lacks a power button. This might leave you wondering how to turn the miniature computer on and off. Let's walk through it all, step by...
We’ll walk through how to monitor temperature with a Raspberry Pi and different temperature sensors you can use. This is a good place to start since these solutions are inexpensive, easy to do, and gives you a foundation to build off of for other environmental monitoring. ...
How To Set Up Your Raspberry Pi For The First TimeIt's a computer so simple, anyone can tinker with it. Here's proofOrsini
3. As Plex is running a different user to the Raspberry Pi’s default “pi” user, you will need to make sure you have permissions set correctly on your drive. If you need help setting up your external drive with Plex, you can try following our guide on mounting a USB drive on the...