First time Linux ContactShutdown command: (need to log in with root) shutdown-h now//Shut down immediately shuwdown-r today//Restart the computer reboot//Now restart the computerUser login: ' su-' command to switch users.User logoff: Logout Log off
Original: http://www.centoscn.com/CentOS/2014/1222/4347.htmlLinux directory Structure/:root directory, the general root directory, only the directory, do not store files, etc,/bin,/dev,/lib,/sbin should and root directory placed in a
51CTO launches a series of Linux training tutorials (most free of charge), suitable for Linux system management, development, especially for Linux under the system operation and maintenance!through this route map learning, you can quickly and
1. Disks are an important part of the Linux system. One of the most important tasks for system administrators is to manage their own file systems. First introduce some basic concepts of the following disks:1) sector is the smallest physical storage
As mentioned earlier, one of the biggest features of Linux is that it allows multiple people to multitask, but what if a user can access another user's files, is there a security risk? In view of this, in order to allow each user to have a more
InterruptsInterrupts are the system's response to an asynchronous event, which can be interrupted at any time while the process executes the code, and then execute the exception handler;Interrupt scenario for a computer system: Interrupt source
1. Memory distributionAttach one more, descriptor table. Let 's talk about the contents of the Global descriptor:Each item is 8 bytes.The first item is full 0 and is not used.The second item is the bucket descriptor, dt=1,dpl=00, the code snippet
process VS. Program What is a program?A program is a collection of instructions that accomplish a particular task.What is a process?[1] From the user's point of view: a process is a process of execution of a program[2] from the core of the operating
will be SD card is inserted via card reader Virtual in-Machine , perform the following command detection Hanging on location. Mount | Grep/mediaUninstalling the SD cardsudo umount/dev/sdxxUse the "dd" command to clear the MRB and partition
1. SVN Server Installation operating system: Redhat Linux AS4Get SVN Install packageDownload http://subversion.tigris.org/downloads/subversion-1.4.0.tar.gz and http://subversion.tigris.org/downloads/ Subversion-deps-1.4.0.tar.gz.Compile svn to log
Project handling issues encountered in the following cases, referring to the third party jar package reported classdefnotfoundexception error caused the app crashes, the two sides communicate to confirm that the class exists and exclude the project
Threading ConceptsAn execution path in a program is called a thread. A more accurate definition is that a thread is a "control sequence/sequence of instructions within a process "; All processes have at least one thread of execution;Process VS.
POSIX line LibrariesThread-related functions make up a complete series, with most functions beginning with the name "Pthread_", to use these libraries, by introducing header , and by using the "-lpthread" of the compiler command when linking these
Configure routes and default gateways for CentOS basic networks
1. View routes
Enter
netstat-rOrrouteCommand to view the active routes in the system2. Add routes(1) Inputrouteadd-net192.168.0.0/16gw10.1.1.254This method becomes invalid after the
How to Use the Linux program mdadm to create a software RAID1 soft Array
Disk redundancy array (RAID) is a technology that combines multiple physical disks into one logical disk. This technology can improve disk fault tolerance and improve disk read/
Several Problem records during Hadoop cluster deployment
This chapter deploy a Hadoop Cluster
Hadoop 2.5.x has been released for several months, and there are many articles on configuring similar architectures on the Internet. So here we will focus
Build an FTP server using CentOS
A simple record for building an FTP server in CentOS.
1. Install vsftpdYum install vsftpd
2. Edit iptablesVi/etc/sysconfig/iptables-A input-m state -- state NEW-m tcp-p tcp -- dport 21Service iptables restart
3.
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