1 installationGo to SQLite homepage http://www.sqlite.org/. Jump to download also http://www.sqlite.org/download.html. SOURCE Download sqlite-amalgamation-3.7.3.tar.gzWhen I went to the 3.7.3 version, it was now estimated to be upgraded.Go to the
The command MV for renaming files or folders under Linux can be renamed, and files or folders can be moved.Example: Renaming directory A to BMV A BExample: Move the/a directory to/b and rename to Cmv/a/b/cIn fact, in the text mode to rename the file
First, IntroductionThe Chkconfig command is primarily used to update (start or stop) and query run-level information for system services. Keep in mind that Chkconfig does not immediately automatically disable or activate a service, it simply changes
For example, with commandsEcho $PATHYou can view the environment variable as/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/binAdd an environment to define a variableA=${path}:.$a assignment to the environment variable path=Re-view Echo
grep [option] Pattern [FILE ...]-I: Ignore case--colour: Display in a highlighted color-V: Show rows that are not matched to-O: Displays only the string that is matched to-E: Using extended regular expressions-A #: including how many lines later-B #:
1. Replace the ABC in a file with all ABC-containing lines into Def, then output the first and third columnsCat Abc.txt | GREP ABC | Sed ' s/abc/def/g ' | awk ' {print $1,$3} ' awk ' $ ~/abc/{gsub ("abc", "Def", $ A); print $, $ $} ' Abc.txt2. Count
The above code looks very simple, the descendants of the fork is, basically in line with our general conjecture, logically correct, but to say: Why the same code when the output will be different? After the completion of the execution of the/fork is
Linux adds sudo permissions to the user:Sometimes, running the sudo command under Linux will prompt similar:Xxxis not in the sudoers file. This incident would be reported.Here, XXX is the user name and then causes the sudo command to be unable to
2014/10/291. The Rights management of a file is divided into three parts:Owners, groups, other2.ls-al command to see the details of the file3. The properties of the file are composed of 10 partsThe first part is the file type-Representative file, D
Installation and uninstallation of the. Run file under LinuxThe installation of the. Run file is simple, just add the executable property for the file, and you can perform the installation to VirtualBox installation file Virtualbox-3.1.6-59338-linux_
Nginx error prompt: 504 Gateway Time-out solution, nginxtime-out
My friend said that the error message 504 Gateway Time-out has nothing to do with nginx itself. We can solve this problem by adjusting the fastcgi configuration parameters.
.
Modify
Centos does not have a solution to the ifcfg-eth0 configuration file,
After installing the CentOS 6.5 system with a CentOS-6.5-i386-LiveDVD.iso image (has written the system to the hard disk), it is found that the ip address will be restored after
Mud: php5.6 source code installation and php-fpm configuration, php5.6php-fpm
This article was sponsored by Xiuyi linfeng and first launched in the dark world.
Currently, only php has no source code installed. This article will introduce this
How to run processes in linux in the background
Linux runs a process directly. After the current command ends or the shell window is closed, the process ends.
How to run a process in the background
Method 1
Use the nohup command. The nohup
Linux monitors the running shell scripts of a process
This script scans and monitors the process with the specified process name at intervals of 2. Once the process does not exist, it restarts.
#! /Bin/sh
A = 10;
While [[@ a-gt 5]; do
If test $
Linux Startup Process notesLinux Startup Process
1. Startup Process (BIOS-> MBR: Boot Code-> Boot GRUB-> load kernel-> execute init-> runlevel)2. There are multiple files under/boot/grub/. stage1 is an MBR image (512 bytes) and stage2 is the boot
Copy and cut in the vi editor in LinuxIn Linux, the vi editor implements simple copy and paste functions.
If you want to paste the third line of content in the file to row 3:
1. Enter your file (in command mode, not edit mode)
2. Move your cursor to
CentOS top Command explanationThe top command is a common performance analysis tool in Linux. It can display the resource usage of various processes in the system in real time, similar to the Windows Task Manager. The following describes how to use
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