Linux Knowledge Summary (ii)

1. Fundamentals of file operations across file systemsIn this way, we will be able to explain why the files can be manipulated across files and systems in Linux. For example, copy a file from a VFAT-formatted disk a.txt to a EXT3-formatted disk

Linux Directory Structure

Note:files is grouped according to purpose. Ex:commands, data files, documentation.Parts of a Unix directory tree. See the FSSTND Standard (Filesystem)/root|---rootthe home directory for the Root user|---homecontains the user ' s home directories|

Note finishing two: Linux and program installation

---restore content starts---Debian under manual removal of MySQL is not clean, there are remnants, unable to update the installationFirst sudo apt-get purge mysql-server-5.5 UninstallThen use Rm-rf/var/lib/mysql to remove redundant data filesAgain

Linux file handle

Linux-related parameters can be queried by executing ulimit-a in Linux, and by default, the maximum number of Linux file handles is 1024. When your server reaches its limit in large concurrency, it will report "Too many open files".[[email protected]

Installing the JDK in a Linux environment and configuring environment variables

Here are the steps:1. Download the appropriate Linux version jdk (32-bit download x86,64 x64) According to the system version of the Linux server2. Upload the downloaded JDK to a Linux server directory via the Remote Connection tool (FileZilla)3.

Linux background execution

Sometimes in Linux you need to run scripts (test.sh) and run-time programs (EXE) in the background, using the following methods, for example:Nohup./test.sh &Nohup./exe &So the execution of the program can be executed completely in the background,

File system architecture-Step into Linux

1. Directory structureMany Linux distributions follow the FSSTND standard, which contains only the most basic files of the system. /dev Device files /bin executable binary files /opt /root home directory for super users

Linux View CPU Memory information

# total number of cores = number of physical CPUs x number of cores per physical CPU # Total Logical CPUs = number of physical CPUs x number of cores per physical CPU X number of hyper-threads # View the number of physical CPUs cat/proc/cpuinfo|

Modify the SSH port of the Linux system

1. Add a portVim/etc/ssh/sshd_configRemove the comments from #port 22 and add a newline to Port 23456If it is not an increase, but rather modify the port, it is recommended to leave 22 port, and so on new port can log in and then removed.It is

Output redirection in Linux

Standard input and output:Keypad/dev/stdin 0 Standard inputDisplay/dev/stdout 1 standard outputDisplay/dev/stderr 2 Error outputOutput redirectionCorrect output:Commands > DocumentsWrites the correct output of the command to the specified file in

Linux service installation and use Part2

NFS SharingFirst prepare the environment, turn off the firewall, SELinuxInstallationNFS configuration file/share * (Rw,sync) # (write a shared directory) * (on behalf of all)Start View statusTestClientSHOWMOUNT-E 192.168.16.113Mount

Linux User and Group operations

Linux User actionsView Login User: WhoAmI (results most concise) or who mom likes or who am IView All users: cat/etc/passwdAdded: sudo adduser lileiYou can also: Useradd-u UserID username-u indicates a specified user IDAfter Useradd is created, you

The time command for Linux

The time command in Linux is often used to calculate how long a program is running (real), the user-state CPU time-consuming (SYS), and the CPU time-consuming system state.Format: Time [-p] command [arguments ...]The most common use of the time

Linux Synchronization and communication

After reading these days UNP v2, on the process of communication and synchronization of the way to know, now the main points of knowledge summarized as follows:According to the history, the first pipeline, FIFO, signal, then the SYSTEMV IPC, then

Linux Basics Command--cut

Cut's job is to "cut", specifically in the document is responsible for cutting the data used. Cut is a processing object with each action, and this mechanism is the same as SED(1) The syntax format is:Cut [-bn] [file] or cut [-c] [file] or cut [-DF]

Installing Python3.6.1 on Linux

Server remote download, using command:wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tgzA complete second method of installing python-3.6.1[[Email Protected]_58_11_centos ~]# wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tgz

NOTES: Linux access to Windows sharing

There are two ways to access Windows shares in Linux:Method One: Mount MountCreate a mount point:[Email protected] mnt]# Mkdir/mnt/myshareMount:[Email protected] mnt]# mount-t cifs-o Username=lee//192.168.8.1/share/mnt/myshare/The specific meaning

Ubantu 16.4 samba installation configuration, ubantusamba

Ubantu 16.4 samba installation configuration, ubantusamba This article summarizes how to install, configure, and use samba in the Ubantu 16.04 environment. This article is original and is my first blog. I will write blogs frequently in the future,

(1) install and compile OpenCV3.0.0 and linuxopencv3.0.0 on Linux

(1) install and compile OpenCV3.0.0 and linuxopencv3.0.0 on Linux The full name of OpenCV is: Open Source Computer Vision Library. OpenCV is a (open-source)-based cross-platform computer vision library that runs on Linux, Windows, and Mac OS. It is

Linux zip file unzipping issues, linuxzip unzipping garbled

Linux zip file unzipping issues, linuxzip unzipping garbled Due to Encoding Problems, Chinese files in the zip file are unzipped in linux. If you use archlinux, you can use AUR to install

Total Pages: 5467 1 .... 4972 4973 4974 4975 4976 .... 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.