LINUX-TUTORIAL
📚 linux-tutorial 是一个 Linux 教程。
📚 linux-tutorial 是一个 Linux 教程。
🔁 项目同步维护在 github (opens new window) | gitee (opens new window)
# 📖 内容
# Linux 命令
学习 Linux 的第一步:当然是从 Linux 命令 入手了。
- 查看 Linux 命令帮助信息 - 关键词:
help
,whatis
,info
,which
,whereis
,man
- Linux 文件目录管理 - 关键词:
cd
,ls
,pwd
,mkdir
,rmdir
,tree
,touch
,ln
,rename
,stat
,file
,chmod
,chown
,locate
,find
,cp
,mv
,rm
- Linux 文件内容查看命令 - 关键词:
cat
,head
,tail
,more
,less
,sed
,vi
,grep
- Linux 文件压缩和解压 - 关键词:
tar
,gzip
,zip
,unzip
- Linux 用户管理 - 关键词:
groupadd
,groupdel
,groupmod
,useradd
,userdel
,usermod
,passwd
,su
,sudo
- Linux 系统管理 - 关键词:
reboot
,exit
,shutdown
,date
,mount
,umount
,ps
,kill
,systemctl
,service
,crontab
- Linux 网络管理 - 关键词:关键词:
curl
,wget
,telnet
,ip
,hostname
,ifconfig
,route
,ssh
,ssh-keygen
,firewalld
,iptables
,host
,nslookup
,nc
/netcat
,ping
,traceroute
,netstat
- Linux 硬件管理 - 关键词:
df
,du
,top
,free
,iotop
- Linux 软件管理 - 关键词:
rpm
,yum
,apt-get
# Linux 运维
Linux 系统的常见运维工作。
# 软件运维
部署在 Linux 系统上的软件运维。
配套安装脚本:⌨ 软件运维配置脚本集合 (opens new window)
- 开发环境
- 开发工具
- 中间件服务
- 服务器
- 数据库 (opens new window) 📚
# Docker
# 其他
- 一篇文章让你彻底掌握 Python (opens new window)
- 一篇文章让你彻底掌握 Shell (opens new window)
- Git 从入门到精通 (opens new window)
# ⌨ 脚本
# Shell 脚本大全
Shell 脚本大全 精心收集、整理了 Linux 环境下的常见 Shell 脚本操作片段。
源码:Shell 脚本大全 (opens new window)
# CentOS 运维脚本集合
本人作为一名 Java 后端,苦于经常在 CentOS 环境上开荒虚拟机。为提高效率,写了一套 Shell 脚本,提供如下功能:安装常用 lib 库、命令工具、设置 DNS、NTP、配置国内 yum 源、一键安装常用软件等。
源码:CentOS 常规操作运维脚本集合 (opens new window)
# 📚 资料
- Linux 命令
- 社区网站
- Linux 中国 (opens new window) - 各种资讯、文章、技术
- 实验楼 (opens new window) - 免费提供了 Linux 在线环境,不用在自己机子上装系统也可以学习 Linux,超方便实用。
- 鸟哥的 linux 私房菜 (opens new window) - 非常适合 Linux 入门初学者看的教程。
- Linux 公社 (opens new window) - Linux 相关的新闻、教程、主题、壁纸都有。
- Linux Today (opens new window) - Linux 新闻资讯发布,Linux 职业技术学习!。
- 知识相关
- Linux 思维导图整理 (opens new window)
- Linux 初学者进阶学习资源整理 (opens new window)
- Linux 基础入门(新版) (opens new window)
- 【译】Linux 概念架构的理解 (opens new window) En (opens new window)
- Linux 守护进程的启动方法 (opens new window)
- Linux 编程之内存映射 (opens new window)
- Linux 知识点小结 (opens new window)
- 10 大白帽黑客专用的 Linux 操作系统 (opens new window)
- 软件工具
- 超赞的 Linux 软件 (opens new window) Github 仓库Zh (opens new window) En (opens new window)
- 程序员喜欢的 9 款最佳的 Linux 文件比较工具 (opens new window)
- 提高 Linux 开发效率的 5 个工具 (opens new window)
- 你要了解的 11 款面向 Linux 系统的一流备份实用工具 (opens new window)
- 16 个很有用的在线工具 (opens new window)
- Adobe 软件的最佳替代品 原文在这里 (opens new window)
- Evince (Adobe Acrobat Reader) (opens new window) 一个“支持多种文档格式的文档查看器”,可以查看 PDF,还支持各种漫画书格式
- Pixlr (Adobe Photoshop) (opens new window) 一个强大的图像编辑工具
- Inkscape (Adobe Illustrator) (opens new window) 一个专业的矢量图形编辑器
- Pinegrow Web Editor (Adobe Dreamweaver) (opens new window) 一个可视化编辑制作 HTML 网站
- Scribus (Adobe InDesign) (opens new window) 一个开源电子杂志制作软件
- Webflow (Adobe Muse) (opens new window) 一款可以帮助用户不用编码就可以快速创建网站的谷歌浏览器插件。
- Tupi (Adobe Animate) (opens new window) 一款可以创建 HTML5 动画的工具。
- Black Magic Fusion (Adobe After Effects) (opens new window) 一款先进的合成软件,广泛应用于视觉特效、广电影视设计以及 3D 动画设计等领域。
- 中国开源镜像
- 阿里云开源镜像站 (opens new window)
- 网易开源镜像站 (opens new window)
- 搜狐开源镜像站 (opens new window)
- 北京交通大学 (opens new window)
- 兰州大学 (opens new window)
- 厦门大学 (opens new window)
- 上海交通大学 (opens new window)
- 清华大学 (opens new window)
- 中国科学技术大学 (opens new window)
- 东北大学 (opens new window)
- 浙江大学 (opens new window)
- 东软信息学院 (opens new window)
# 🚪 传送门
◾ 🏠 LINUX-TUTORIAL 首页 (opens new window) ◾ 🎯 我的博客 (opens new window) ◾