How to Build the Net and NodeJS runtime environments of Raspberry Pi, raspberry nodejs

Source: Internet
Author: User

How to Build the Net and NodeJS runtime environments of Raspberry Pi, raspberry nodejs

The following are the resolutions used by computer monitors. Hdmi_group = 2hdmi_mode = 1 640x350 85Hzhdmi_mode = 2 640x400 85Hzhdmi_mode = 3 720x400 85Hzhdmi_mode = 4 640x480x640x480 72Hzhdmi_mode = 6 640x480 rows = 7 640x480 85Hzhdmi_mode = 8 800x600 56Hzhdmi_mode = 9 800x600 60Hzhdmi_mode = 10 800x600 72Hzhdmi_mode = 11 800x600 75Hzhdmi_mode = 12 800x600 85Hzhdmi_mode 800x600 120Hzhdmi_mode = 14 848x480 60Hzhdmi_mode = 15 1024x768 43Hz do not USEhdmi_mode = 16 1024x768 60Hzhdmi_mode = 17 1024x768 70Hzhdmi_mode = 18 1024x768 75Hzhdmi_mode = 19 1024x768 85Hzhdmi_mode = 20 1024x768 120Hzhdmi_mode = 21 1152x864 75Hzhdmi_mode = 22 1280x768 reduced blkinghdmi_mode = 23 1280x768 Highlight = 24 1280x768 75Hzhdmi_mode = 25 1280x768 export = 26 1280x768 120Hz reduced blkinghdmi_mode = 27 1280x800 reduced blkinghdmi_mode = 28 1280x800 60Hzhdmi_mode = 29 1280x800 75Hzhdmi_mode = 30 1280x800 85Hzhdmi_mode = 31 1280x800 120Hz reduced blankinghdmi_mode = 32 1280x960 60Hzhdmi_mode = 33 1280x960 running = 34 1280x960 120Hz reduced blankinghdmi_mode = 35 1280x1024 60Hzhdmi_mode = 36 1280x1024 75Hzhdmi_mode = 37 1280x1024 85Hzhdmi_mode = 38 1280x1024 120Hz reduced blkinghdmi_mode = 39 1360x768 60Hzhdmi_mode = 40 1360x768 120Hz reduced blkinghdmi_mode = 41 1400x1050 reduced blkinghdmi_mode = 42 1400x1050 running = 43 1400x1050 75Hzhdmi_mode = 44 1400x1050 85Hzhdmi_mode = 45 1400x1050 120 1440Hz reduced blkinghdmi_mode = 46 900x1440 reduced blkinghdmi_mode = 47 900x1440 60Hzhdmi_mode = 48 900 x bytes = 49 1440x900 85Hzhdmi_mode = 50 1440x900 120Hz reduced blankinghdmi_mode = 51 1600x1200 60Hzhdmi_mode = 52 1600x1200 65Hzhdmi_mode = 53 1600x1200 70Hzhdmi_mode = 54 1600x1200 fill = 55 1600x1200 85Hzhdmi_mode = 56 1600x1200 120Hz reduced blankinghdmi_mode = 57 1680x1050 reduced blankinghdmi_mode = 58 1680x1050 60Hzhdmi_mode = 59 1680x1050 75Hzhdmi_mode = 60 1680x1050 fill = 61 1680x1050 120Hz reduced blkinghdmi_mode = 62 1792x1344 60Hzhdmi_mode = 63 1792x1344 75Hzhdmi_mode = 64 1792x1344 120Hz reduced blkinghdmi_mode = 65 1856x1392 60Hzhdmi_mode = 66 1856x1392 export = 67 1856x1392 120Hz reduced blkinghdmi_mode = 68 1920x1200 reduced blkinghdmi_mode = 69 1920x1200 60Hzhdmi_mode = 70 1920x1200 75Hzhdmi_mode = 71 1920x1200 85Hzhdmi_mode = 72 1920x1200 120Hz reduced blkinghdmi_mode = 73 1920x1440 60Hzhdmi_mode = 74 1920x1440 75Hzhdmi_mode = 75 1920x1440 120Hz reduced blkinghdmi_mode = 76 2560x1600 reduced blinghdmi_mode = 77 2560x1600 wrong = 78 2560x1600 75Hzhdmi_mode = 79 2560x1600 85Hzhdmi_mode = 80 2560x1600 120Hz reduced blankinghdmi_mode = 81 1366x768 running = 82 1080 p 60Hzhdmi_mode = 83 1600x900 reduced kinghdmi_mode = 84 2048x1152 reduced blankinghdmi_mode = 85 720 p 60Hzhdmi_mode = 86 1366x768 reduced blanking

Modify the default password, location, time zone, keyboard, and Wi-Fi area of the system.

After sudo passwd root executes this command, the system will prompt to enter the root password twice, enter the password you want to set, and then execute sudo passwd -- unlock root

Modify the image address of the Software Center to increase the download speed. The image address can be Google or Baidu.

Su (skip this step if you have logged on to the root account) cd/etc/apt/& mv sources. list sources. list. bak (back up existing source files) sudo nano/etc/apt/sources. list (add new configuration file) ======================== deb http://mirrors.cqu.edu.cn/Raspbian/raspbian/ wheezy main contrib non-free rpi (add an image from Chongqing University) ctrl + O, Enter, Ctrl + X save and exit ==================== sudo apt-get update & apt-get upgrade (test updates)

File authorization. Do not abuse it.

The sudo chmod 777/xxx directory is the Everyonesudo chmod-R 777/xxx directory and all the sub-files are the Everyone

Install the Input Method Manager and input method. Here I select iBus (because it complies with Chinese operating habits, the settings are also user-friendly and built-in pinyin. However, it cannot be compared with the domestic input method of PC. In fact, there is also the fcitx Input Method Manager)

sudo apt-get install ibus ibus-pinyin

Add the self-starting script cd/home/picd. configmkdir autostartcd autostart: Add a script file (multiple script files can be written for different resolution connections) nano input. add the script [desktop Entry] Type = ApplicationName = InputMangerExec = ibus-daemon -- ximstartup1_y = false. Press ctrl + O to save the script, and press ctrl + X to exit.

Set desktop styles

2. Remote Desktop Installation

The latest Raspbian built-in VNCServer tool, so you do not need to install the VNCServer tool separately. The VNC function that has been started in the previous step, and you need to pay attention to the user name and password.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.