raspberry pi

Read about raspberry pi, The latest news, videos, and discussion topics about raspberry pi from alibabacloud.com

Related Tags:

Raspberry Pi: VNC telnet Raspbian graphical interface (tightvncserver)

Hardware platform: Raspberry Pi 2, Model B, 1GB RAMImage version: 2015-11-21-raspbian-jessie.img Introduction: First, you need to install and start the VNC service on the Raspberry Pi, and then connect through the VNC client.You need to use the command line to install VNC on the Ra

Raspberry Pi: VNC telnet Raspbian graphical interface (tightvncserver)

Hardware platform: Raspberry Pi 2, Model B, 1GB RAMImage version: 2015-11-21-raspbian-jessie.img Introduction: First, you need to install and start the VNC service on the Raspberry Pi, and then connect through the VNC client.You need to use the command line to install VNC on the Ra

Small wifi,360 Portable Wifi2, Xiaomi WiFi Raspberry Pi driver download

Step One: Install the Raspberry Pi cross-compilation environmentEnvironment used: ubuntu13.041. Download the cross-compilation toolwget https://s3.amazonaws.com/RTI/Community/ports/toolchains/raspbian-toolchain-gcc-4.7.2-linux32.tar.gz2. Unzip to the system directoryTar-xvzf raspbian-toolchain-gcc-4.7.2-linux32.tar.gz-c/opt3. Add the appropriate path to the environment variableVi/etc/profileAdd on last line

Constructing typecho notes using raspberry pi (I) nginx PHP server quick start

Preface Because I have been very interested in linux, I started an experiment with Raspberry Pi and set up a simple php server to run typecho. However, the process is extraordinary, and almost every step is stuck. in addition, compared with WordPress, typecho has less data, which makes the process of solving the problem a little difficult. The first is the Raspberry

Raspberry Pi 3 B No monitor, no keyboard, no Linux system, no network cable configuration WiFi connection

Unpopular things, search today, it is really useful to share with youRemember the first time to play Raspberry Pi, no monitor can not live, what information to monitorLater a little better, find a router, plug the network cable up, and then into the router interface to get the Raspberry Pi IPThen SSH login to

Raspberry Pi 3 System installation

The following describes the installation Raspbian1. Tools Computer One Raspberry Pi 31 Unit SD card (C10) and card reader Cable and data cable 2. Methods/Steps Download tool Win32diskimager (System Burn Tool) PuTTY (SSH login tool) Vncviewer (client) IP Scanner (get easpberry pi address) Download S

Two ways to install a watchdog on a Raspberry Pi [turn]

The Raspberry Pi CPU is protected by a hardware watchdog, which can be implemented by installing modules and guarding the watchdog program to prevent Raspberry Pi from freezing.Installation method One:Source code for WATCHDOG.SH: 1234567891011121314151617 #!/usr/bin/env bashecho "[+] Activating Tempera

Detailed steps for Raspberry Pi overclock

Do you want to safely overclock your Raspberry Pi? This article will teach you how to achieve high frequency. There are also some other articles about how to overclock, but I have never tried it. So after doing some experiments, I found the correct method, which can save your time. Determine the current CPU frequency There are many ways to determine the CPU frequency that

[Raspberry Pi] installing the node Environment

[Raspberry Pi] installing the node EnvironmentThis article is not about node compilation and installation. It is said that it takes a long time, so at first I refused. This article shows how to deploy ndoe compiled execution files. The download directory on the node official website contains the compiled execution files for arm. Address here: https://nodejs.org/dist/v4.2.1/ select the right Version Download

Build your own micro-server with Raspberry Pi and access the Internet

First, you have to have a vro. Otherwise, the following content cannot be implemented.Second, you have to apply for a free dynamic domain name resolution, because I use TP-LINK router, only support peanut shells, so I applied for dynamic domain name resolution of peanut shells.It's easy to apply for a peanut shell, open the http://www.oray.com, click "register" on the top and apply for a peanut shell passport. After the application is completed, click my console-product management-Domain Name M

Commonly used commands for the Raspberry Pi system

1. DMESG//Show recent events in Raspberry Pi 2. cat/var/log/syslog//Print Log 3, Raspberry Pi has a lightweight x11--lxde, can be set by Raspi-config automatic login LXDE 4, if you like to use the graphical interface installation program, you can install the package: synaptic sudo apt-get-y install synaptic//Downlo

QEMU virtual machine Play Raspberry Pi latest edition system (as of 2017-04-10)

QEMU virtual machines can play Raspberry Pi, as we all know. But the online tutorial is very old, all 2012. I downloaded the latest version of the Raspberry Pi system according to the tutorial how can not run up. Study for a long time, finally found a simple method, deliberately shared out. Reprint please note the sour

Raspberry Pi Play Network disk MP3 file

Raspberry Pi Mapped network disksudo mount-t cifs-o username=jerry.huang,password=hello2014//10.10.0.1/public/eslpod.com/home/ pi/t/eslpod.com/ Raspberry Pi save file with sudo nano editModify static IP, you need to modify the/etc/network/interfaces fileOriginal file conte

First into the Raspberry Pi 1----Install system + ENTER SSH

In order to better engage in the programmer's career, pits Linux, to lay first-hand information for the learning brother, leaving the Linux training materials ...-------is actually for a router///play ....Into the Raspberry Pi 3b + Power + Enclosure +SD Card---300 ocean--------meat HurtsRaspberry Pi 3b Power Consumption is still very large recommended to buy a 2A

RC. Local file of Raspberry Pi (set startup)

To run a command or program when Raspberry Pi is started, you need to add the commandRC. LocalFile. This is useful when you want to run the program directly without configuring it after Raspberry Pi is powered on, or do not want to start the program manually every time. Another method to replace a scheduled task is to

Connect Raspberry Pi with VNC on Windows Platform

Connect Raspberry Pi with VNC on Windows Platform On Windows, you need to download and install a VNC client program. TightVNC is commonly used. You can download it from tightvnc.com. Select a 32-bit or 64-bit version for download based on your Window system version. If you do not know your Window system version, you can view it in the control panel. Download and run the installation file. During the inst

Share a post that uses Raspberry Pi +ss+chinadns+bandwagon as a gateway

This scheme is suitable for the Raspberry Pi hardware, do not want to make changes in the router friends, this is a network can be all over, but also according to the destination IP (domestic and non-domestic routing, not all data go ss), of course, if there is a better solution or error please point out.Preparatory work:1:raspberry B + (recommended A + +, this v

Use SFTP to manage files on Raspberry Pi

Tags: raspberry Raspberry Pi filezilla SFTP File TransferSFTP (SSH File Transfer Protocol) is a network protocol that provides ssh-based file access, file transfer, and file management methods.With SFTP, you can easily modify, browse, and edit files on Raspberry Pi. SFTP is

Use the command line to set Raspberry Pi's Wi-Fi network

If you have not logged on to the Common graphic user interface, This method is suitable for setting Raspberry Pi's wifi. Especially when you do not have a screen or wired network, you only use the serial control line. In addition, this method does not require additional software, and everything is included in Raspberry Pi. Getting WiFi network details (get WiFi n

[Raspberry Pi] Install node environment

This article is not a compiled installation of node, it is said to take a long time, so at first I was rejected. This article shows how to deploy the compiled execution file for Ndoe. Node's official Web download directory itself has compiled executable files for arm. Address is here: HTTPS://NODEJS.ORG/DIST/V4.2.1/Choose the right version Download the appropriate version for the Raspberry Pi, the appropria

Total Pages: 15 1 .... 11 12 13 14 15 Go to: Go

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.