install docker on raspberry pi

Learn about install docker on raspberry pi, we have the largest and most updated install docker on raspberry pi information on alibabacloud.com

Solve the problem of Raspberry Pi not recognizing Rtl8188eu wireless card chip

Recently in the toss Raspberry Pi, at that time also did not pay attention to, look at the price, bought Mercury network MW150US Ultra-small 150M wireless USB card. But the tragedy was to use iwconfig and not recognize the wireless card But with lsusb words can see MW150US with is Rtl8188eu chip, search on the network, finally found a solution 1. first download the latest Linux kernel for compiling and inst

Raspberry Pi apt software management tool

Raspberry Pi apt software management tool The easiest way to manage installation, upgrade, and uninstall software is to use APT (Advanced package management tool) On Debian ). If a software package into a Debian package and is applicable to Raspberry Pi's ARM architecture, the package is also compatible with Raspbian. You need the root user permission to

Raspberry Pi makes NAS

Prepare the hard driveAccording to the online introduction that if it is FAT or NTFS format may appear permissions problems, and then simply formatted as EXT4 format.Working with the Minitool Partition WizardWith a small USB flash drive, you can format the Raspberry Pi directly, the command is:mkfs-t EXT4/DEV/SDB1Installing SambaSet the shared folder to/samba$ Mkdir/sambaSet access Permissions$ chmod 777/sa

Some of the actions above the Raspberry Pi

1. Raspberry Pi has been on the black screen for some time, which is what we often call the suspend state. So please use the Xset tool to set it up.Xset s offXset DPMS 0 0 02.apt-cache Search: Find some of the necessary installation software3. Do not let the Raspberry Pi into the screensaver, is X Window's black screen

Get weather conditions with Raspberry Pi

Tags: Raspberry Pi Weather Forecast On Raspberry Pi, we can use the "wether" tool to obtain weather forecast information through command line. First, install the weather tool. Run the command line sudo apt-Get install weather-

Deploying ASP. NET on a Raspberry Pi

The successful deployment of ASP. NET on Raspberry Pi today. Before the test success on the Unbuntu, the results of today's operation will not operate, mainly on the Linux is not familiar with, to find information, not many, this time hurriedly record down, in case of the next check.I used the MONO+XSP2.Install mono Tutorial Online A lot of, I do not specifically

Constructing typecho notes using raspberry pi (3) FAQ on typecho nginx sqlite

configuration files are written /var/~/var/run/php5- The path location is written in path_info forwarding. change location location ~ .*\.php(\/.*)*$ You can solve the problem. 5. The Intranet access is normal. The typecho homepage accessed through the dynamic domain name of the peanut shell is completely white. The CSS file cannot be loaded and the second-level webpage cannot be opened. In WordPress, there is a blog address setting that can be used to regulate the pointing and forwarding of se

Raspberry Pi--MySQL installation

Tags: Raspbian http requires div min password alt mic flowRaspberry Pi-MySQL installation linuxmysql Yesterday is a and tomorrow is a mystery, and today is a gift. Pre-orderMySQL on the Raspberry Pi raspberry the installation and on the Linux on the same, because the online tutorial is on

Raspberry Pi system installation, HDMI display

Raspberry Pi can be installed on a variety of operating systems, we are using the official Debian-based Raspbian. System Installation Method SeeInstall the system because I use a 7-inch HDMI screen, install the system if the configuration should not be able to cause a part of the right side can not be displayed, so on the Ras

Raspberry Pi enables I2C Devices

# Modify the configuration file Raspberry Pi has integrated the I2C driver and only needs to be started. Modify configuration file Sudo nano/etc/modprobe. d/raspi-blacklist.conf ! [Configure] (http://images.cnblogs.com/cnblogs_com/hangxin1940/466697/o_rasp_i2c1.png "comment the third line ")Comment out the third line, CTRL + x save Next, start the I2C module. Sudo nano/etc/modules ! [Configure] (ht

Raspberry Pi. Using node. js to control Gpio

40 Gpio on a Raspberry Pi is the best thing to play.They can be directly controlled by c,/c++, Python, Java and other languages.Now, let's see how to do the same thing with node. js.Before you try, install node. js, and move to: 1. Prepare the Test foldermkdir/home/pi/documents/test-gpio-demo/2. Create a file Package.j

Raspberry Pi 3B Installation ubuntu-mate notes

1. System Installation1.1. Download Ubuntu-mate Image: https://ubuntu-mate.org/raspberry-pi/Download SDFORMATTERV4: https://www.sdcard.org/downloads/formatter_4/Download win32diskimager:https://sourceforge.net/projects/win32diskimager/1.2. Prepare a TF card greater than 8GB, using SDFORMATTERV4 format TF1.3. Write Ubuntu-mate Mirror (ubuntu-mate-16.04-desktop-armhf-rasp

Raspberry PI Development Journey-enabling cloud Platform monitoring

First, basic settings 1 sudo raspi-config Move to the fifth "Enable Camera", enter, press the TAB key to switch to "enable" to confirm the return. Back to the main menu, tab to "Finish" to confirm the return. The Raspberry Pi will restart automatically.or execute a command to manually shut down the machine 1 sudo shutdown-h now Warning!!!!!!!!!

Raspberry Pi Installation configuration (zero start) B +

0. Power supply is micro USB (Android power connector) 1. Download the operating system from the official website and write the memory card with Win32diskimager. 2. Locate the IP and set the static IP under the router: Command: sudo vi/etc/network/interfaces Switch Auto LoIface Lo inet LoopbackIface eth0 inet StaticAddress 192.168.1.88Netmask 255.255.255.0Gateway 192.168.1.1Allow-hotplug Wlan0Iface Wlan0 inet ManualWpa-roam/etc/wpa_supplicant/wpa_supplicant.conf 3. Computer network cable direct

Raspberry Pi Compilation Installation FFmpeg

Test passes on the Raspberry Pi pi3b official system. 1. Download http://www.linuxfromscratch.org/blfs/view/svn/general/yasm.html yasm and install:./configure--prefix=/usrMakeMake install 2. Download the latest stable version of x264 and install:./configure--enable-shared--

Raspberry Pi 2 Installs the latest version of the FPC and Lazarus 1.5

The raspberry Pi2, introduced in February 2015, cannot be installed Lazarus with the previous method, and when installing the FPC, the following problem stops the installation.Find a solution from http://otapi.com/2015/02/10/raspberry-pi-2-freepascal-lazarus-and-delphi/:1. Installing Subversion and unzipSudo apt-get UpdateSudo Apt-get

Setting up a remote door system for Raspberry Pi mobile phone

FileZilla on Windows to make an SFTP connection with the connection address starting with sftp://. You can no longer use stand-alone displays and keyboards."Timed Shutdown"sudo crontab-u root-eAdd the following content* * * */sbin/init 0"Start-up Run"sudo nano/etc/rc.localAdd the following contentsudo nohup python-u/home/pi/unlockhandler.py >/home/pi/unlockhandler.log 2>1 "Download Installation Dependencie

Set up the Raspberry Pi as the print server, turn on wireless printing

# 1. The ssh,11 version released on Raspberry 15th is not turned on by default. # 2. Start the root user, after executing this command, you will be prompted to enter the root password two times, enter the password you want to set, and then execute sudo passwd root# Unlock root account sudo passwd--unlock root# 3. Update software sudo apt-get update-ysudo apt-get upgrade-y# 4. Installing CPUs and related services sudo apt-get

Using Qmake to develop OPENCV programs on Raspberry Pi

Qt InstallationPC-Side download and installation can be HTTPS://MIRRORS.USTC.EDU.CN/QTPROJECT/OFFICIAL_RELEASES/QTRaspberry Pi: qt Dev kit and OPENCV installationsudo apt-get install Qt4-dev-toolssudo apt-get install Libopencv-devDeveloped on the PC after the test to the Raspberry

Deploying a python flask environment using Raspberry Pi

Recently began to learn Python, the teacher let the deployment of the Python environment, deployed on the x86 platform is no pressure, think can not be a set of Raspberry Pi. Because using the Raspbian system and Debian is almost a problem when installing Mysql-python. Now record as follows:First Raspbian switch to root modeInstalling the Flask tool SetApt-get Install

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.

not found

404! Not Found!

Sorry, you’ve landed on an unexplored planet!

Return Home
phone Contact Us
not found

404! Not Found!

Sorry, you’ve landed on an unexplored planet!

Return Home
phone Contact Us

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.