码迷,mamicode.com
首页 > 系统相关 > 详细

Linux基础教程

时间:2015-12-10 11:29:30      阅读:373      评论:0      收藏:0      [点我收藏+]

标签:nginx   linux   基础知识   lnmp   redis   mongodb   

前言

    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


本文出自 “小栋—HOME” 博客,请务必保留此出处http://xiaodong88.blog.51cto.com/1492564/1721391

Linux基础教程

标签:nginx   linux   基础知识   lnmp   redis   mongodb   

原文地址:http://xiaodong88.blog.51cto.com/1492564/1721391

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!