First, set the VNC software can from other machines, remote connection to the Linux system interface, only need two steps to set:
1, set to allow remote access, the following figure:
2, shut down the firewall, and set the boot does not start:
Under Linux, if you write your own dynamic link libraries and need to be called in other programs, you need to have these programs find these dynamic link libraries. If the settings are not correct, an error similar to the following
The default U-boot soft float API used at compile time, and arm-linux-eabihf-by default is hard, using arm-linux-gnueabihf-gcc-v to find options--with-float= Hard, and the view ARCH/ARM/CPU/ARMV7/CONFIG.MK has the following statements:
int Setitimer (int which, const struct itimerval *value, struct itimerval));
Setitimer () The first parameter which specifies the timer type:
Itimer_real: It sends out SIGALRM signals in the real time of the system.
itimer_virtual:-Calculates the
In the Linux RZ and SZ command allows the Development Board and the host through the serial port to pass the file, below we will briefly introduce the RZ and SZ command example.
Rz,sz is a command-line tool for Linux/unix Zmodem file transfer with
1. System environment:Distributor Id:ubuntuDescription:ubuntu 14.04.5 LTSrelease:14.04Codename:trusty
QT Engineering Links Reference Third party libraries There are two ways to know for a while:First, add related path parameter in makefile
Second,
In Linux network programming, often need to use network information such as: IP, gateway, DNS and so on. The following script implements the ability to obtain network information, including IP, broadcast, netmask, gateway, and DNS
Reference "Linux kernel design and implementation" ******************************************* Page caching, a primary disk cache implemented by the Linux kernel, is used primarily to reduce IO operations on disk, specifically by caching
Linux kernel log switch
1, let Pr_debug can output
---a/kernel/printk/printk.c
+++ B/KERNEL/PRINTK/PRINTK.C
@@ -59,7 +59,7 @@
/* We show everything which is moreimportant than this.. */
#define MINIMUM_CONSOLE_LOGLEVEL 1/*minimum loglevel We have
The specific use is: Ln-s source file Destination file (-s soft connection, no is hard to connect)
!!! When creating symbolic links, be sure to use absolute paths, otherwise there will be "too many layers of symbolic connections" due to the
Linux Cache write back mechanism
In -situ: Http://oenhan.com/linux-cache-writeback
In the process of security monitoring, the head decision, if the discovery of a process in the D state, that is, task_uninterruptible (uninterrupted sleep state),
/usr/bin/vi ~/.BASHRC
When you configure JDK, some variables are modified in the root environment, which is not available.
Content:
1:source/etc/environment, go to the file that you have not modified path, then the LS command can be used;
2:
write data to page cache
When writing a file, it is written to the page cache through the file system, and then the corresponding thread writes the data from the page cache to disk at the appropriate time.
fs/fat/file.c
const struct File_operations
First, Linux introduction
1. Iso/osi seven-layer model
Standard network OSI seven-layer model to meet all network environments
The lower layer provides services for the upper layer, which is transparent and invisible to the upper layer.
The lower
Status of processes in Linux:
Run status (task_running)
The state that is being run or ready by the CPU. Such a process is becoming a runnning process. The process of running state can be divided into 3 kinds of cases: kernel running state, user
Like to kill JMeter services.
Ps-efww|grep jmeter |grep-v grep|cut-c 9-15|xargs kill-9
Description: Pipe character "|" Used to separate two commands, the output of the command on the left side of the pipe is entered as the command to the right
11.1 Service Introduction
Linux system services, sometimes called daemons, are tasks that are automatically loaded at Linux startup and automatically stopped when Linux exits. In the Linux boot process we can see a lot of starting ... The message
Turn off the firewall before starting the installation:Systemctl Stop Firewalld.serviceSetenforce 0Install the required configuration environment first:Yum-y Install ncurses ncurses-devel Bison cmake gcc gcc-c++After you create the MySQL
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