The first thing we think of about Linux Web servers is:Apache + MySql + Php.
Apache: is the world's first Web server software to use.
Can run on almost all widely used computer platforms, and is the most popular Web server-side software because of its widespread use across platforms and security.
MySQL: is a relational database management system developed by the Swedish MySQL AB company. is
has been installed on a smart car. We need to build a programming, deployment, and running debugging environment without display, mouse, and keyboard.
As for how to burn Raspberry Pi's system to the SD card, we will not continue to talk about it here. There are many introductory articles to explain and explain. This article mainly introduces how to build a programming platform that facilitates interaction with the Windows platform, and operate GPIO
Install FTP server on Raspberry Pi to upload \ Download fileVSFTPD is an open source, lightweight, common FTP server.1, install VSFTPD server (approx. 400KB)sudo apt-get install vsftpd2. Start the FTP servicesudo service vsftpd start3. Edit the VSFTDP configuration filesudo
lost a few. After SSH connection is successful3. Q: How do I get your computer to connect to the Raspberry Pi desktop remotely?A: The Raspberry Pi official system Raspbian comes with X window, so it is possible to use its class win-style GUI interface. But SSH doesn't support GUI graphical interface, so we're going to
The previous section describes how to write a Raspberry Pi system to the Raspberry Pi, and today we'll show you how to configure the Raspberry Pi for better use.If you have a monitor. Keyboard mouse, direct start can go to the des
Preface
Raspberry Pi (Raspberry pi,rpi) is designed for students ' computer programming education, only card-sized card computers that can run Linux or Windows IoT core operating systems. This article uses the Raspberry Pi and UW
Raspberry Pi (Raspberry Pi) sound output can be set to automatic, headset output, three types of output from HDMI, the default is automatic
Pi @ aborn ~ $ Sudo apt-get install alsa-utilsPi @ aborn ~ $ Sudo modprobe snd-bcm2835 # Add the sound module to the kernelPi @ aborn ~
Many people are interested in Raspberry Pi's hardware hack function, one thing I see is Raspberry Pi's low power consumption function. I can use it to replace the Linux Server currently in use. In my previous articles, I have introduced how to use Raspberry Pi to replace the
gases.
There are four pins:VCC: input 5V positive currentGND: Connect the power supply negativeDo:ttl high-low level outputAO: Analog Voltage output
TTL Output sensitivity adjustment:This potentiometer is only tuned for TTL, which is the do output sensitivity.The clockwise adjustment sensitivity increases, the counter-clockwise adjustment sensitivity reduces.
Has the following advantages:??? Wide range of Detection??? Highly sensitive, fast and appropriate rec
In my previous article, I talked about how to build a high-availability system: Two Raspberry Pi deploy the GlusterFS cluster file system, and it becomes a fault-tolerant file server. In this article, we will build another Fault-Tolerant Service Based on this high-availability system: Build a simple Web server cluster.
Background: Raspberry Pi has been very popular in the past two years. It is very small and only in the size of a credit card. Many companies are also using this, And I have bought one to play. This is really a good choice for people like me who like DIY. There are three versions. I bought green boards.
Recommended reading:
Raspberry
route is very simple, that is, reading the index template (the template is html) and sending it to the client (browser), because the path is "/", that is, for example, the IP address of Raspberry Pi is 192.168.0.10.
Use http: // 192.168.0.10: 8080 to access our "/" route (the default port of the bottle is 8080)
Similarly, the second route path is "/cmd", that is, access http: // 192.168.0.10: 8080/cmd to a
http://blog.csdn.net/xqf1528399071/article/details/52192134——————————————————————————————————————————————————————————In response to the questions raised by Powerdruy, decided to make a big change to this articleRefer to these two text http://man.lupaworld.com/content/linux/Debian_server_setting/smb.html#4.4Http://www.debianadmin.com/file-server-configuration-in-debian-using-samba.htmlThis article is only the most basic configuration of samba, that is,
Preliminary practice of Raspberry Pi remote LoginThe VNC installation section in this article and the way to implement the VNC server-side Autorun are from the following URLs: HTTP://SHUMEIPAI.NXEZ.COM/2013/09/04/LOGIN-RPI-WITH-VNC.HTML?VARIANT=ZH-CNBefore buying a Raspberry Pi
"/" route (the default port of the bottle is 8080)
Similarly, the second route path is "/cmd", that is, access http: // 192.168.0.10: 8080/cmd to access the second route.
The last sentence: run (host = "0.0.0.0") is to call the run method of bottle to create an http server so that we can access our interface through a browser.
Below I will explain in detail the functions of these codes:
The role of the first route is to throw the browser an HTML (ind
/
BitTorrent Server :/http/blog.snapdragon.cc/raspberry-pi-as-bittorrent-server/
Web Cam Server :http://www. raspberrypi.org/archive S/tag/webcam
Weather Station :http//blog.retep.org/2012/07/30/ installing-a-usb-weather-
On the Raspberry Pi, you can see the date and time of the system by playing the date command:
Small knowledge:
The Raspberry Pi does not have a battery and cannot save the time after a power outage.
The Raspberry Pi
Raspberry Pi configures apache php and Raspberry Pi apachephp
Apache + MySql + Php.
1, InstallationApache
Apache can use the following command to install sudo apt-get install apache2
The default Apache path is/var/www/
The configuration file path is/etc/apache2/
You can use sudo nano/etc/apache2/ports. conf to modif
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.