Linux基礎教程

前言

    Tshare365團隊決定寫一些入門的基礎知識,希望小白們更快的熟悉Linux,這裏沒有太多理論,有的只是乾貨!以下是學習路線,文章會持續更新,在學習的過程中遇到任何問題,也可以留言!


基礎學習路線指南(文章持續更新中)


這裏我們使用的都是Centos6的系統,如果你使用其他的系統,可能有些地方需要自行修改。

一、下載鏡像

  1. Centos6鏡像下載 http://mirrors.163.com/centos/6/isos/x86_64/CentOS-6.6-x86_64-bin-DVD1.iso 

  2. 開源鏡像站下載  http://tshare365.com/archives/471.html

二、安裝Centos系統

  1. 安裝VMware 軟件 http://www.baidu.com/  請自己百度下載,安裝過程很簡單這裏省略,注意默認網卡模式是NAT模式需要修改成橋接模式,如有疑問,請留言! 

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

三、通過xmanager遠程連接Centos

  1. SSH 遠程連接服務器  http://tshare365.com/archives/1156.html

四、開啓Linux正式學習之路

初識Linux

  1. Linux 文件與權限管理  http://tshare365.com/archives/569.html

  2. Linux 文件屬性和默認權限   http://tshare365.com/archives/571.html

  3. 用戶管理詳解   http://tshare365.com/archives/583.html

  4. 文本編輯器vi命令詳解 http://xiaodong88.blog.51cto.com/1492564/1251376

  5. Linux下的軟連接與硬鏈接 http://tshare365.com/archives/1566.html

Linux下文件查找命令

  1. linux下文件查找 http://tshare365.com/archives/663.html

  2. linux文件查找find命令詳解 http://tshare365.com/archives/667.html


Linux下壓縮解壓

  1. linux文件打包壓縮  http://tshare365.com/archives/616.html

軟件包的安裝

  1. Centos 安裝epel源 http://tshare365.com/archives/1109.html

  2. linux軟件包管理 http://tshare365.com/archives/550.html

  3. yum命令詳解 http://xiaodong88.blog.51cto.com/1492564/1259312

Linux定時執行執行

  1. Crontab定時任務 http://tshare365.com/archives/623.html

磁盤分區

  1. 硬盤分區介紹 http://xiaodong88.blog.51cto.com/1492564/1251235

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

  3. Centos掛載NTFS格式硬盤 http://xiaodong88.blog.51cto.com/1492564/1004730

Linux系統時間同步

  1. ntp時間同步 http://tshare365.com/archives/783.html


Iptables 防火牆詳解

  1. 理論詳解 http://tshare365.com/archives/632.html

  2. 常用端口開放 http://tshare365.com/archives/638.html

  3. Iptables NAT規則配置 http://tshare365.com/archives/640.html

正則表達式

  1. 文本搜索以及正則表達式 http://tshare365.com/archives/659.html

  2. 正則表達式已經grep命令詳解 http://xiaodong88.blog.51cto.com/1492564/1248709

Shell腳本

  1. shell編程基礎一 http://tshare365.com/archives/1224.html

  2. shell變成基礎二 http://tshare365.com/archives/1229.html

  3. shell腳本中常用的循環語句 http://xiaodong88.blog.51cto.com/1492564/1258953

  4. shell腳本中的測試命令 http://xiaodong88.blog.51cto.com/1492564/1264718

  5. shell常用腳本的小練習 http://xiaodong88.blog.51cto.com/1492564/1252891

  6. shell批量創建刪除用戶 http://tshare365.com/archives/1371.html


五、Linux服務篇

Nginx 服務

  1. Nginx 服務介紹 http://tshare365.com/archives/1516.html

  2. Nginx 工作模式  http://tshare365.com/archives/1526.html

  3. Nginx 編譯安裝  http://tshare365.com/archives/1487.html

  4. Nginx 配置文件詳解 http://tshare365.com/archives/1599.html

  5. Nginx 配置虛擬主機 http://tshare365.com/archives/1603.html

  6. Nginx 日誌的配置切割 http://tshare365.com/archives/1606.html

  7. Nginx 反向代理Upstream模塊詳解 http://tshare365.com/archives/1617.html

  8. LNMP 環境搭建 http://tshare365.com/archives/1399.html

  9. Nginx + Tomcat集羣環境搭建 http://tshare365.com/archives/1386.html

  10. Nginx+Keepalived 構建高可用集羣(主從模式) http://tshare365.com/archives/1411.html

  11. Nginx+Keepalived 構建高可用集羣(雙主模式) http://tshare365.com/archives/1411.html


Tomcat服務

  1. Tomcat 服務安裝配置 http://tshare365.com/archives/1250.html


Mysql服務

  1. 編譯安裝Mysql http://tshare365.com/archives/491.html

  2. Mysql 日誌詳解 http://tshare365.com/archives/768.html

  3. Mysql 備份與恢復 http://xiaodong88.blog.51cto.com/1492564/1290968

  4. Mysql 主從環境搭建 http://tshare365.com/archives/1551.html


Redis 服務

  1. Redis的安裝 http://tshare365.com/archives/480.html

  2. Redis的持久化 http://tshare365.com/archives/730.html

  3. Redis 主從環境搭建 http://tshare365.com/archives/709.html


Mongodb服務

  1. 服務的安裝 http://tshare365.com/archives/849.html

  2. 主從架構  http://tshare365.com/archives/874.html

  3. 副本集的配置 http://tshare365.com/archives/876.html


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章