Basic Linux Tutorials

Source: Internet
Author: User
Tags mysql backup nginx reverse proxy

Preface

TSHARE365 team decided to write some basic knowledge of getting started, hope that the small white people familiar with Linux faster, there is not too much theory, some just dry! The following is the learning route, the article will continue to update, in the course of learning any problems encountered, can also leave a message!


Basic Learning Route Guide (the article continues to update)


We use CENTOS6 systems here, and if you use other systems, there may be some areas where you need to modify them yourself.

First, download the image
    1. CENTOS6 image Download Http://mirrors.163.com/centos/6/isos/x86_64/CentOS-6.6-x86_64-bin-DVD1.iso

    2. Open source image station Download http://tshare365.com/archives/471.html

Second, the installation of the CentOS system
    1. Install VMware software http://www.baidu.com/please baidu download, installation process is very simple here omitted , note that the default NIC mode is NAT mode needs to be modified to bridge mode, if in doubt, please leave a message!

    2. VMware installation Centos6 http://tshare365.com/archives/1122.html

Iii. remote connection of CentOS via Xmanager
    1. SSH Remote connection Server http://tshare365.com/archives/1156.html

Iv. start Linux on the road to formal learning
  1. Linux file and Rights Management http://tshare365.com/archives/569.html

  2. Linux file attributes and default permissions http://tshare365.com/archives/571.html

  3. User Management detailed http://tshare365.com/archives/583.html

  4. Text Editor VI command detailed http://xiaodong88.blog.51cto.com/1492564/1251376

  5. Soft connections and hard-link http://tshare365.com/archives/1566.html under Linux

Linux File Lookup command

    1. Linux File Lookup http://tshare365.com/archives/663.html

    2. Linux file Lookup Find command detailed http://tshare365.com/archives/667.html


Compression decompression under Linux
    1. Linux File Packaging compression http://tshare365.com/archives/616.html

Installation of the package
    1. Centos installation Epel Source http://tshare365.com/archives/1109.html

    2. Linux Package Management http://tshare365.com/archives/550.html

    3. Yum Command detailed http://xiaodong88.blog.51cto.com/1492564/1259312

Linux timed execution execution
    1. Crontab timed Task http://tshare365.com/archives/623.html

Disk partitioning
    1. Disk Partition Introduction http://xiaodong88.blog.51cto.com/1492564/1251235

    2. LVM detailed http://xiaodong88.blog.51cto.com/1492564/1256161

    3. CentOS mount NTFS format HDD http://xiaodong88.blog.51cto.com/1492564/1004730

Linux system time synchronization
    1. NTP time synchronization http://tshare365.com/archives/783.html


Iptables Firewall detailed
    1. Theoretical explanations http://tshare365.com/archives/632.html

    2. Common Port Open http://tshare365.com/archives/638.html

    3. Iptables NAT Rule Configuration http://tshare365.com/archives/640.html

Regular expressions
    1. Text Search and regular expressions http://tshare365.com/archives/659.html

    2. The regular expression has been grep command detailed http://xiaodong88.blog.51cto.com/1492564/1248709

Shell Script
  1. Shell Programming Basics A http://tshare365.com/archives/1224.html

  2. Shell becomes basic two http://tshare365.com/archives/1229.html

  3. Circular statements commonly used in shell scripts http://xiaodong88.blog.51cto.com/1492564/1258953

  4. Test commands in a shell script http://xiaodong88.blog.51cto.com/1492564/1264718

  5. Shell common Scripting Little practice http://xiaodong88.blog.51cto.com/1492564/1252891

  6. Shell Bulk Create Delete user http://tshare365.com/archives/1371.html


Five, Linux service article Nginx service
  1. Nginx Service Introduction http://tshare365.com/archives/1516.html

  2. Nginx Working mode http://tshare365.com/archives/1526.html

  3. Nginx Compiler Installation Http://tshare365.com/archives/1487.html

  4. Nginx configuration file Detailed http://tshare365.com/archives/1599.html

  5. Nginx Configuration Virtual Host http://tshare365.com/archives/1603.html

  6. Configuration of Nginx Log cutting http://tshare365.com/archives/1606.html

  7. Nginx Reverse proxy upstream module detailed http://tshare365.com/archives/1617.html

  8. LNMP Environment Construction Http://tshare365.com/archives/1399.html

  9. Nginx + Tomcat cluster environment building http://tshare365.com/archives/1386.html

  10. Nginx+keepalived building a highly available cluster (master-slave mode) http://tshare365.com/archives/1411.html

  11. Nginx+keepalived building a highly available cluster (dual master mode) http://tshare365.com/archives/1411.html


Tomcat Services
    1. Tomcat Service Installation Configuration http://tshare365.com/archives/1250.html


MySQL Service
    1. Compiling and installing MySQL http://tshare365.com/archives/491.html

    2. Mysql Log Detailed http://tshare365.com/archives/768.html

    3. Mysql Backup and Recovery http://xiaodong88.blog.51cto.com/1492564/1290968

    4. Mysql Master Environment Build http://tshare365.com/archives/1551.html


Redis Service
    1. Redis installation http://tshare365.com/archives/480.html

    2. The persistence of Redis http://tshare365.com/archives/730.html

    3. Redis Master-Slave environment construction http://tshare365.com/archives/709.html


MongoDB Service
    1. Installation of the service http://tshare365.com/archives/849.html

    2. Master-Slave Architecture http://tshare365.com/archives/874.html

    3. Configuration of the replica set http://tshare365.com/archives/876.html


This article is from the "Small Building-home" blog, please be sure to keep this source http://xiaodong88.blog.51cto.com/1492564/1721391

Basic Linux Tutorials

Related Article

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: [email protected] 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.