Transmission via PSCP and putty
Download putty:http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Download pscp:http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
1. Connect remote Ubuntu via Putty first
2. Install SSH
I. The GPIO control of MTK Platform
GPIO configuration in the 1.1 kernel
Set Gpio18 to Gpio mode
Mt_set_gpio_mode (GPIO18, Gpio_mode_gpio);
Set GPIO18 orientation to Out
Mt_set_gpio_dir (GPIO18, gpio_dir_out);
Set Gpio18 height
Mt_set_gpio_out (GPIO1
Reproduced:
Linux has increased support for SMP systems starting with 2.0. In the 2.2 kernel, the SMP implementation at the user level, the Linux kernel itself can not be accelerated because of multiple processors, after the 2.4 kernel, SMP
Directly change the iptables configuration can be: vim/etc/sysconfig/iptables
1, close all the INPUT FORWARD OUTPUT only to some ports open. Here is the command implementation:Iptables-p INPUT DROPIptables-p FORWARD DROPIptables-p OUTPUT DROPThen
Today, when you use the snprintf function, you think:strcpy, strncpystrcmp, strncmpStrcat, Strncatsprintf, snprintfMost like to use is snprintf, because it will automatically add '/0 ' in the back. Read it on the Internet. The original VC _snprintf
The action of the Select () function system invokes the back-end implementation of select and poll, which are used to query whether the device is readable or not, or whether it is in a certain state. If poll is empty, the drive device is
Reprint: http://bookjovi.iteye.com/blog/1186736
Asynchronous IO waiting in Linux is nothing more than three system calls: Select, Poll and Epoll. Many people do not understand the difference between three calls, or the lack of understanding, today
Introduction to Linux Basics
Linux Basic Operations
There are two ways to operate a Linux system, one is to use the mouse keyboard and other input devices directly on the graphical Interface X window operation, the other is through the input text
Tar
Tar is a very extensive document packaging format used in Linux. The advantage is that it consumes very little CPU and time to package files, but it is just a packaging tool and is not responsible for compression. Here's how to package a
Why you need to switch user identities.
In the daily work, as far as possible to use the ordinary user account operation, when the need for root permissions, and then through the identity of the switch to root administrator, so as to ensure the
ALSA Programming HOWTO
According to ALSA write a simple PCM application, we first need to open a handle for the PCM device (Handle), and then specify the direction of the PCM stream is played or captured (playback or capture), we can also configure
Article turn from click to open link
Content
0. Intro
1. For example
(1) Code
(2) Inspection results
(3) Why starting from 0.
(4) Results starting from a non-0 address
2. Summary
0. Intro
In the linux-2.26.23 version of the kernel code,
We know that the directory structure of Linux is a tree structure, the top-level directory is the root directory/.
Other directories can be added to the tree by mounting them, and they can be removed by lifting the mount.
Before we start this
In the actual operation process, often encounter repeated execution of the same command to observe the results of changes in the situation, often before the upper and lower keys plus carriage return, or ctr+p and then enter the way.
Now let me tell
First, download the relevant software
Jdk:http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.htmltomcat:http://mirrors.shuosc.org/apache/tomcat/tomcat-9/v9.0.2/bin/apache-tomcat-9.0.2.tar.gz II Installation and
I have some time to learn Linux, because I learn Linux is entirely out of their own hobbies, there is no evaluation method, how to learn how to rely on their own feelings. The process of learning is also entirely with their own ideas, precisely
1.ifconfig is used to obtain information such as NIC configuration and network status, in the format: ifconfig [network Devices] [parameters]The 2.uname command is used to view information such as the system kernel version in the format: uname
File permissions2. File permissionsFile permissions are defined primarily for three types of objectsOwner: Master, uGroup: Genus, GOther: Others, OEach file has three permissions defined for each type of visitorR:readableW:writableX:excutableFile:R:
Linux File System architecture/boot: Boot file directory, kernel file, boot loader is stored in this directory/bin: Basic command for all users, can not be associated to a separate partition, system startup will be used by the program/sbin: The
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