Linux常用工具安装
通用工具
zsh wget curl git lsof vim nano tree lsb_release mlocate lrzsz neofetch htop fzf autojump bat
age fd ncdu fdupes
transmission-daemon qbittorrent-nox syncthing caddy minio
RHEL9系列设置
关闭防火墙firewalld
systemctl disable firewalld --now
systemctl status firewalld
关闭selinux
sed -i "s/SELINUX=enforcing/SELINUX=disabled/g" /etc/selinux/config
sestatus
网络配置
nmtui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21nano /etc/NetworkManager/system-connections/eno1.nmconnection
[connection]
id=eno1
uuid=91b731fe-3194-3ba0-91db-cdeea9a76c54
type=ethernet
autoconnect-priority=-999
interface-name=eno1
timestamp=1720681066
[ethernet]
[ipv4]
address1=172.16.31.180/24,172.16.31.254
dns=223.5.5.5;
method=manual
[ipv6]
addr-gen-mode=eui64
method=auto
[proxy]
Debian 12系列设置
网络配置nmtui
1 |
|
参考资料
Linux命令大全:www.linuxcool.com
https://www.linuxprobe.com/basic-learning-04.html
f的
Linux常用工具安装
http://example.com/2024/12/11/网络数通/OpenWrt软路由/