--- title: Linux date: 2024-11-15T20:34:06+08:00 lastmod: 2025-12-19T09:39:45+08:00 --- # Linux [[KALI]] [[端口防火墙部署]] [[Centos中文部署]] [[Centos固定IP]] [Thunar配置ROOT权限](系统配置/Linux/Linux/Thunar配置ROOT权限.md) [[配置sudo权限]] |指令集|功能| | :--------------------------------------: | :----------------------: | |sudo yum clean all|清空缓存| |sudo journalctl --vacuum-size\=100M|删除旧日期,只保留100M| |sudo iptables -L -v -n|查看iptables规则| |sudo systemctl restart docker|重启服务| |sudo systemctl start docker|开始服务| |sudo systemctl status docker|查看服务| |sudo systemctl enable docker|开机启动服务| |sudo dnf install langpacks-zh\_CN|安装中文包| |firewall-cmd --list-ports|查看防火墙端口| |telnet 40.233.18.33 6806|查看端口开放| |du -sh <文件目录>|查看目录大小| |ls -lh|查看文件大小| ```bash sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)" ```