Detailed below we will introduce each.
1. config command
The config command is primarily used to modify the default settings for SSI. which
ErrMsg: Sets the default error message. In order to return the user-defined error message normally, the
How the ICMP ping test works
Ping is a dedicated IP network tool that Ping sends an ICMP echo request message to the destination and reports whether it receives the expected ICMP echo response. Each operating system has the Ping tool installed, and
A know bash this shell
1 management of the entire computer hardware is actually the operating system's core, this kernel needs to be protected, so our average user can only through the shell to communicate with the kernel, so that the kernel to
1. Show Environment Variables Home
$ echo $HOME
/home/redbooks
2. Set up a new environment variable Hello
$ export hello= "hello!"
$ echo $HELLO
Hello!
3. Display all environment variables using the ENV command
$ env
Oracle
Utilities interpretation under the $ORACLE _home/bin binary first Available description--------- ------ ---------- ------------------------------------------adapters (7.3.4) installed network adaptersagentctl 9.0.1
Installation of PHP execution files
General PHP as a web processing language is to be compiled into Apache module, here of course not to do, and therefore compiled very simple, as long as the identity of the root of the following actions:
Untie
Detects if a process exists and makes a predetermined action.
Tasklist/nh>d:tddown~11.txt
find/i "QQ.exe" D:tddown~11.txt
if errorlevel 1 (echo Qq.exe does not exist) else (echo Qq.ex exists)
------------a second-----------
tasklist/nh|find/i
As for the database in the Web programming, the function of the database is more and more cannot be neglected. Referring to the database, it should be said that PHP has very strong database support capabilities, from FileMaker to Oracle, almost all
Most of the commands in Linux do only one thing, so complex tasks can be accomplished by gluing various programs together using the Shell scripting language. This paper makes full use of powerful, but simple and easy to learn gadgets, to give some
There are several ways to see what shell you are currently using, and the easiest way is to use the shell's special parameters.
First, a special parameter named "$$" represents the PID of the shell instance that you are currently running. This
Unix
I have successfully installed JDK (JDK-1_5_0_02-LINUX-I586.RPM) on the HP Workstation Visualize C3600 UNIX system and My Computer Fedora Core 3, and the process is simple: 1. Download JDK (jdk-1_5_0_02-linux-i586.rpm) from the Internet,
Linux system
The common commands for Linux are:
echo command
Example: Echo $PATH.
Function: Displays the parameters in the command line to the standard output.
Date command
Example: Date.
Function: Displays or sets the system time, does not
first, the introductionOne of the most widely used features in the Web world is search. With the development of web technology, in order to better meet customer demand, the regular search engine began to more unconventional way "open the door."
File Basic Operations
The command "CP" is used to copy files or directories:
$ CP [-R] Source (folder) destination file (folder)
-R recursively copies the entire directory, which is used by the Replication folder
-V display details, cp-rv or
Echo is very important in PHP, although it seems simple syntax is simple, but the echo function is often used in the program, it is used for the loss, variables, strings, constants, HTML and so on;
As you can see in the past lesson, the PHP command
Why is PHP so red?
Recently, PHP (Personal hypertext preprocessor) seems to have become the most widely used web-processing language in the last two years, and its convenience, powerful features and opensource characteristics make it gradually erode
1, LS: Similar to the DOS under the dir command
LS The most commonly used parameter has three:-a-l-F.
Ls–a
Files on Linux are treated as hidden files by the system, with the LS command is not visible to them, and with ls-a in addition to
Linux Common Operation Command Rollup
1.ls command
LS to display the current directory file list server Tutorial by default
Ls-a Show all files including hidden files
LS-L displays file attributes, including size, date, symbolic connection,
Implementation objective: To avoid data loss or errors, a scheduled backup of database data
How to Implement: Oracle Export +windows Task complete
Learning methods: The Prophet, then know the reason why
Implementation process:
1. Create file
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.