In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
Editor to share with you how to install jessie on the raspberry pie graphics desktop. I hope you will get something after reading this article. Let's discuss it together.
(1) the method of not messing around:
1. Download the image file of the graphical interface directly: https://www.raspberrypi.org/downloads/raspbian/
Write the image to the TF card with Win32DiskImager.
Download the image file containing the desktop, as shown in the red box below.
-gorgeous split line, the following is the key point, install the graphical desktop in command line mode-
(2) the method of twists and turns
1. Download Raspbian Buster Lite (command line mode only, same address as above, serial number 3), (this case uses raspberry pie 3B Raspbian Jessie Lite for demonstration)
2. Swipe the TF card into the mirror image (ditto), insert raspberry pie after brushing, connect the network cable, power on and other preparatory work.
Default login account: pi
Password: raspberry
3. The way of networking and remote control can refer to other blog. The basic methods are as follows:
3.1Connect with WiFi, modify: / etc/wpa_supplicant/wpa_supplicant.conf
# sudo nano / etc/wpa_supplicant/wpa_supplicant.conf
Add the following to the wpa_supplicant.conf file:
Ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
Update_config=1
Country=CN
Network= {
Ssid= "WiFi name of the connection"
Scan_ssid=1
Psk= "connected wifi password"
}
3.2 or modify the connection to the network at startup through raspi-config, as follows:
# sudo raspi-config
Follow the prompts or enter the wifi password, etc.
4. To update sources and systems, it is recommended to use Tsinghua Source (https://mirror.tuna.tsinghua.edu.cn/help/raspbian/)
# sudo nano / etc/apt/sources.list
# Edit / etc/apt/sources.list file, delete or log out all contents of the original file, and replace it with the following:
Deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ jessie main non-free contrib
Deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ jessie main non-free contrib
# sudo nano / etc/apt/sources.list.d/raspi.list
# Edit / etc/apt/sources.list.d/raspi.list file, delete or log out all contents of the original file, and replace it with the following:
Deb http://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ jessie main ui
Note: it is necessary to repeat the raspbian at the end of the URL twice. Because Raspbian's repository contains other code in addition to the APT software source. The APT software source is not in the root directory of the repository, but in the raspbian/ subdirectory.
5. Update the list of software sources
# sudo apt-get update
6. Upgrade the software
# sudo apt-get upgrade
7. Clear redundant upgrade packs
# sudo apt-get clean
8. Install Chinese fonts to avoid garbled code when using Chinese later (you don't have to do it if you only use the English version)
8.1 install Chinese fonts
# sudo apt-get install ttf-wqy-zenhei ttf-wqy-microhei
8.2 set up the Chinese display of the system through raspi-config
Main selections: after zh_cn.UTF8 and UTF-8 zh_GBK select the label * through the space bar, the tab key confirms enter, and the system may automatically install the dependency package on the network.
The system prompts you to restart, or restart manually:
# sudo reboot
9. Install desktop GUI and its management services
Please refer to: https://www.raspberrypi.org/forums/viewtopic.php?t=133691
9.1 install Xorg and xinit in turn, and add-y parameters to automatically confirm the installation process, which takes a long time to download and install. It is recommended to make a cup of tea and coffee.
# sudo apt-get install--no-install-recommends xserver-xorg-y
# sudo apt-get install--no-install-recommends xinit-y
9.2 install desktop GUI type, choose one of them according to your preference:
Raspberry Pi Desktop (RPD) GUI
# sudo apt-get install raspberrypi-ui-mods-y
LXDE GUI
# sudo apt-get install lxde-core lxappearance-y
XFCE GUI
# sudo apt-get install xfce4 xfce4-terminal-y
9.3 install the login manager
# sudo apt-get install lightdm
9.4 set to enter the desktop automatically
# sudo raspi-config
It is recommended to choose B4 to enable login-free access to the desktop. (log in as pi account)
B3 needs to enter an account and password to log in in the login interface.
B1 enters the command line interface
B2 login-free access to the command line interface
9.5 you can do it again.
After reading this article, I believe you have some understanding of "how to install jessie for raspberry pie graphics desktop". If you want to know more about it, you are welcome to follow the industry information channel. Thank you for reading!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.