Want to know how to make raspberry pi supercomputer? we have a huge selection of how to make raspberry pi supercomputer information on alibabacloud.com
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
The hand has a CCD Camera (Barcode reader/scanner Module), it is through RS232 communication, with the RS232 to the USB adapter to connect the Raspberry Pi, you can complete the hardware connection. For serial communication, it can be realized by pyserial.First, install Pyserial:Download the latest version of the installation package from Https://pypi.python.org/pypi/pyserial and complete the installation w
activated the next time you start Raspberry Pi.
There are also. Bash_aliasesFile Reference. By default, this file does not exist:
if [ -f ~/.bash_aliases ]; then . ~/.bash_aliasesfi
The IF condition is used to check whether the file exists between the imported files.
You can create this. Bash_aliasesFile, and add more aliases in it, for example:
alias gs='git status'
You can also directly add other th
Raspberry Pi's. bashrc and. bash_aliases files,
In your home directory, you can find a hidden file that contains user configurations.. Bashrc. You can modify the file as needed.
The file provides some useful adjustment settings. By default, some of these settings are commented out.
For example, someLsCommand alias:
alias ls='ls --color=auto'#alias dir='dir --color=auto'#alias vdir='vdir --color=auto'alias grep='grep --color=auto'alias fgrep='fgrep --c
This is a creation in
Article, where the information may have evolved or changed. Today I turned over the old data and found something. When the company's servers were not in place (startups had no way).
Talking about the server, a colleague took out his raspberry Pi.
I think, I can do it. Go would have supported multiple platforms. Redis is written in C and should not be a problem.
Finally, although the m
1. Preface:
You need to understand the concept of Bitcoin
You need to know the computing power of the Raspberry Pi, which is much less effective than the graphics card mining, the baked cat, the USB mining, etc.
If you want to toss it, come on. 2. Prepare:
You want to dig Bitcoins, first of all to know where to dig Bitcoin, Bitcoin is in a mine, so we register the mine pool account
It could be that the BT
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
Opencv-2.4.9.zipunzip OPENCV-2.4.9.ZIPRM opencv-2.4.9.zipcd opencv-2.4.9mkdir BUILDCD buildcmake-d CMAKE_BUILD_TYPE= release-d cmake_install_prefix=/usr/local-d build_python_support=on-d Build_examples=on. Make It takes a long time to compile and install sudo make install/usr/local/lib #没作用似乎 Adding environment variables sudo nano/etc/bash.bashrc Pkg_config_path= $PKG _config_path:/usr/local/lib/pkgconfig
After installation, the default installation of node is still very old version, uninstall method:sudo apt-get Remove node1. Download Nodejs Source code:2. Download the gz zip file in 1, unzip the file, and change the filename to the version you downloaded:Tar-xzf Node-v0. 11.7. tar.gz3. Unzip the package to get a directory, enter the directory:CD Node-v0. 11.74. Locate the directory in the Configure file, execute the change file:sudo./configure5. Compile the source code:sudo make6. Install the
database and tables for MySQLcd/usr/local/bin/mysql_install_db--basedir=/usr/local/mysql--datadir=/usr/local/mysql/data--user=mysql6, registered as a serviceCP Support-files/mysql.server/etc/init.d/mysql7. Create etc/my.cnfCP SUPPORT-FILES/MY-DEFAULT.CNF/ETC/MY.CNF8. Add MySQL to the environment variable[[email protected] rhel5~]# vi/root/. Bash_profile in Path= $PATH: $HOME/Bin add parameter: PATH= $PATH: $HOME/ bin:/usr/local/mysql/bin:/usr/local/mysql/lib[[email protected] rhel5~] #source/ro
and is easily downloaded and modified by the reader.The following books will not be introduced, share the graphic coverHere is still to recommend my own built Python development Learning Group: 725479218, the group is the development of Python, if you are learning Python, small series welcome you to join, everyone is the software Development Party, not regularly share dry goods (only Python software development-related), Including a copy of my own. 2018 Latest Python Advanced materials and high
Let's see if there are any of the following alternatives, and if not, you need to update the software source:
Install in sequence:
sudo apt-get installqtcreator
sudo apt-get installqt4-default
sudo apt-get install Qt4-designer
sudo apt-get install Qt4-qmlviewer
sudo apt-get install Qt4-qmake
Move the qwt6.1.3 to the Raspberry
RPI the compiler installed by default is gcc-4.6.2Now the latest C + + Libsockets library needs to use compilers that support the C++-11 feature, which requires 4.8.2. To do this, you need to upgrade the compiler before you can support compilation.You also need cmake to generate the makefile fileThe steps are as follows:1. Download the source code:2, installation CMakeInstall3, upgrade the compiler to 4.8.2Tutorial Links: http://www.cnblogs.com/sn-dnv-aps/p/4419484.html4. Compiling Libsocket$CD/
BrieflyThis article mainly describes the use of Raspberry Pi and l298n to make a simple remote control car, remote control using a simple web to achieve. Preparatory work
Raspberry Pi, (this article uses the Raspberry
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.