4.9 KiB
4.9 KiB
home | heroImage | heroText | tagline | actionLink | footer |
---|---|---|---|---|---|
true | /images/dunwu-logo-200.png | LINUX-TUTORIAL | 📚 linux-tutorial 是一个 Linux 教程。 | / | CC-BY-SA-4.0 Licensed | Copyright © 2018-Now Dunwu |
Linux 教程
📚 linux-tutorial 是一个 Linux 教程。
📖 内容
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 系统上的软件运维。
配套安装脚本:⌨ 软件运维配置脚本集合
- 开发环境
- 开发工具
- 中间件服务
- 服务器
- 数据库 📚
Docker
其他
⌨ 脚本
Shell 脚本大全
Shell 脚本大全 精心收集、整理了 Linux 环境下的常见 Shell 脚本操作片段。
源码:Shell 脚本大全
CentOS 运维脚本集合
本人作为一名 Java 后端,苦于经常在 CentOS 环境上开荒虚拟机。为提高效率,写了一套 Shell 脚本,提供如下功能:安装常用 lib 库、命令工具、设置 DNS、NTP、配置国内 yum 源、一键安装常用软件等。
🚪 传送门
◾ 🏠 LINUX-TUTORIAL 首页 ◾ 🎯 我的博客 ◾