Linux platform oracle11201 borrowing EXPDP scheduled backup database-1225

The backup script is as follows: #!/bin/bashExport Oracle_base=/data/oracleExport Oracle_home= $ORACLE _base/product/11.2.0/db_1Export ORACLE_SID=ORCLExport path= $ORACLE _home/bin:/usr/sbin: $PATHSOURCE

Install composer under Linux

Verify that you have PHP installed before the installation step starts1. Create a folder and entermkdir/]# cd composer/2. Download the composer installer to the current directory" copy (' Https://getcomposer.org/installer ', ' composer-setup.php ');

Linux Basic Command--cut

Cut (option) (parameter) cut is a tool for working with text that can be used to remove specific fields.When selecting a field "1,3" represents the 1th and 3rd, "1-3" represents the first to the third, "3" stands from the beginning to the third, "3-"

The SED usage of LINUX

The Linux sed command uses script to process text filesSED can process and edit text files according to script instructions.SED is mainly used to automatically edit one or more files, to simplify the repeated operation of the file, to write the

Linux Lower port is occupied how to solve???

Sometimes when the software is turned off, the background process dies, causing the port to be occupied. The following is an example of JBoss port 8083 occupancy, which lists the detailed resolution procedures.Workaround:1. Find the Occupied port

Build an FTP server in Linux

Build an FTP server in Linux for the two working groups to keep the files in use. Disables anonymity. The first group uses the FTP account: FTP1, working directory in:/VAR/FTP/FTP1; the second group uses FTP2, working directory in:/VAR/FTP/FTP2.Two

Linux entry sixth day--Login file Management

I. Overview  1. What is a login file In short, there are several files that record information about the system's activity, such as: when, where,(source IP), who (what service name), what action was done (message login). In other words:

Process Status of Linux

(1) Run: When a process is running on a processing machine, the process is said to be in a running state. The number of processes in this state is less than or equal to the number of processors, and for a single processor system, there is only one

Linux Common commands

System UNAME-A # View kernel/Os/cpu informationCat/etc/issueCat/etc/redhat-release # Viewing the operating system versionCat/proc/cpuinfo # Viewing CPU informationHostname # View Computer nameLSPCI-TV # List all PCI devicesLSUSB-TV # list

Socket programming simulation of SSH code implementation under Linux

Implementation ideas:1. Provide the client with input instructions;2. Provide the service side that returns the result of the execution instruction3. Find out the solution of the return result of the server one cannot receive allService-side code

Common compression and decompression commands in Linux

bz2

The compression formats commonly used in Linux are. zip. gz. bz2. tar.gz. tar.bz2One,. zip1. Command formatZip compressed filename source file name (zip file to current directory)Zip-r compressed file name source directory name (compressed directory

Linux Basic information Query

How to view version information under Linux, including the number of bits, version information and CPU core information, CPU specific models, etc., the entire CPU information at a glance.1. # uname-a (Linux view version current operating system

Linux file Permissions view and modify-chmod

To view the permissions for a Linux file: Ls-l file nameTo view permissions for a Linux folder: Ls-ld folder name (in the same directory)To modify file and folder permissions:sudo chmod-(on behalf of type) XXX (owner) xxx (group user) xxx (other

Linux Basics: Xargs command

Brief introductionXargs can convert input content (typically passed through the command line pipeline) into parameters for subsequent commands, typically using: Command combination: In particular, some commands do not support pipeline input,

Linux system knowledge-signal basics

Vamei Source: Http://www.cnblogs.com/vamei Welcome reprint, Please also keep this statement. Thank you!Reference linksHttp://www.cnblogs.com/vamei/archive/2012/10/04/2711818.htmlRoleHow information is passed to the process.Usage ScenariosThe kernel

Linux uses NFS services for remote sharing

Install firstapt install -y nfs-kernel-server nfs-commonEditing a configuration filevim /etc/exportsAdd Content:/root/test *(rw,sync,no_root_squash)Parameter meaning:The first is the directory, and then the asterisk indicates that any IP can

Linux system Knowledge-system architecture

Vamei Source: Http://www.cnblogs.com/vamei Welcome reprint, Please also keep this statement. Thank you!Reference addressHttp://www.cnblogs.com/vamei/archive/2012/09/19/2692452.htmlIconHardwareMaterial basis. Including CPU, memory, hard disk, NIC,

Linux system Programming (3)

Inter-thread synchronization Sync: Work with one another to accomplish somethingMutual exclusion: Guaranteed access to shared resources integrity (you don't have me) Synchronization in POSIX threads: using semaphore implementations Semaphore:

Several important daemon threads in Linux

These tasks that accept user input/COMPUTE/storage/output in Linux systems are provided by Linux system services to help us, and some of these system services need to beWaiting for the user's input or at any time to respond to user requests and so

Linux view threads for a process

Threads are a popular programming abstraction for parallel execution on modern operating systems. When multiple threads in a program are forked to execute multiple streams, these threads share specific resources (such as memory address space, open

Total Pages: 5467 1 .... 3755 3756 3757 3758 3759 .... 5467 Go to: GO

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.