}==" NTFS ", env{mount_options}=" iocharset=utf8,umask=000 "ACTION==" Add ", run+="/bin/mkdir-p/media/%e{dir_name} ", run+="/bin/mount-o $env {Mount_ Options}/dev/%k/media/%e{dir_name} "action==" Remove ", env{dir_name}!=" ", run+="/bin/ Umount-l/media/%e{dir_name} ", run+="/bin/rmdir/media/%e{dir_name} "LABEL=" Media_by_label _auto_mount_end "Save and exit.Inserting the USB storage device again will automatically mount to the directory below the/media directory and support the Chinese file name
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 In
http://blog.csdn.net/qq_33259138/article/details/52143407"The client cannot establish a connection to the remote computer, the remote computer may not support the required FIPS security level," or "the client cannot connect to the remote computer because of a security setting error," When the computer is remote from its Raspberry Pi. After you have determined that you are logged on to the network:1, open th
Pi uses the BCM2836 of the ARMV7 architecture to download the cross compiler ARM-LINUX-GNUEABIHF-GCC.Local Environment: UBUNTU14 + x86_641. Download the compiler address:1). Linaro Open Source organization has the relevant cross-tool chain download, click to enter the page to choose to download, address: https://launchpad.net/linaro-toolchain-binaries/+download 2). The above web site speed is slow, always
Article reproduced from this blog1. Sudo apt-get install sambaIf you get an error, you'll need to execute sudo apt-get update before re-executing sudo apt-get install sambaOnce the installation is complete, the Samba service is installed, and some basic tools are not installed, so you need to install the Samba support tool:sudo apt-get install samba-common-bin(Note: This step is very important, if this does not install will cause a tool like smbpasswd
Raspberry Pi-Cron, Crontab (scheduled task), croncrontab
Cron is a tool for configuring scheduled tasks in Unix systems. It is used to execute commands or scripts on a regular basis or at a certain interval; the task scope can be to automatically back up the user's home folder every night, or to record CPU information logs every hour.
The crontab (cron table) com
1: Download several dependencies:Update software Source: sudo apt-get update/upgrade;Install the dependencies in turn:sudo apt-get install build-essentialsudo apt-get install CMakesudo apt-get install Libgtk2.0-devsudo apt-get install Pkg-configsudo apt-get install Python-dev python-numpysudo apt-get install Libavcodec-dev libavformat-dev libswscale-dev libjpeg-dev libpng-dev libtiff-dev Libjasper-dev2: Get Source code: I download opencv2.4.10 Linux version from OPENCV official website. Set up O
Touch screen buy back for a long time no use, recently found that he is can touch. Tinker a bit.The personal use of Raspberry Pi is the official recommendation system, the version isThe best part of this version is that the kernel has compiled the Egalax touchscreen, and the Apt-get upgrade updates the system to use the touchscreen recently.Calibration of the touch screen is possible, the calibration
that the appropriate content is modified according to the actual situation:
[Unit]
Description=wireless Static IP Connectivity
Wants=network.target
Before=network.target
[Service]
Type=oneshot
Remainafterexit=yes
Environmentfile=/etc/conf.d/wifi
EXECSTART=/SBIN/IP Link Set Dev wlan0 up
EXECSTART=/SBIN/IP addr Add 192.168.34.1/24 broadcast 192.168.34.255 Dev Wlan0
EXECSTOP=/SBIN/IP addr Flush Dev Wlan0
EXECSTOP=/SBIN/IP Link Set Dev
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.