-bash : xxx : command not found 新安装Linux后,安装一些必须软件(持续更新……)
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
使用yum命令安装:先yum search ifconfig 查找安装包,使用yum install net-tools安装即可!
一、安装包:
- ifconfig (网络\IP): yum install net-tools
- unzip zip(压缩\解压缩) : yum install -y unzip zip
- rz (文件上传) : yum install lrzsz.x86_64
- jdk(java):
yum install java-1.8.0-openjdk export JAVA_HOME=/usr/java
- wget: yum install wget.x86_64
- firewall-cmd:yum install firewalld systemd -y
- yum install ntpdate:更新系统时间,ntpdate pool.ntp.org。
- ……
二、配置:
- 关闭selinux :运行sed -i '/SELINUX/s/enforcing/disabled/' /etc/selinux/config;重启(shutdown -r now);运行sestatus查看(SELinux status: disabled 即可)。
- 关闭防火墙:
Ubuntu(ubuntu-12.04-desktop-amd64)
查看防火墙状态:ufw status
关闭防火墙:ufw disable
---------------------------------------------------------------
centos6.0
查看防火墙状态:service iptables status
关闭防火墙:chkconfig iptables off #开机不启动防火墙服务
--------------------------------------------------------------
centos7.0(默认是使用firewall作为防火墙,如若未改为iptables防火墙,使用以下命令查看和关闭防火墙)
查看防火墙状态:firewall-cmd --state
关闭防火墙:systemctl stop firewalld.service
systemctl stop firewalld.service #停止firewall
systemctl disable firewalld.service #禁止firewall开机启动
- 将命令写入环境变量:
sudo ln -sv /opt/consul/consul /usr/local/bin/
- 给当前用户对某个文件夹赋权限:
linxu赋权限:sudo chown -R jetty.jetty /opt/consul/
- ……………………
- …………………………
Ubuntu(ubuntu-12.04-desktop-amd64)
查看防火墙状态:ufw status
关闭防火墙:ufw disable
---------------------------------------------------------------
centos6.0
查看防火墙状态:service iptables status
关闭防火墙:chkconfig iptables off #开机不启动防火墙服务
--------------------------------------------------------------
centos7.0(默认是使用firewall作为防火墙,如若未改为iptables防火墙,使用以下命令查看和关闭防火墙)
查看防火墙状态:firewall-cmd --state
关闭防火墙:systemctl stop firewalld.service
systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firewall开机启动
sudo ln -sv /opt/consul/consul /usr/local/bin/
linxu赋权限:sudo chown -R jetty.jetty /opt/consul/
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献11条内容
所有评论(0)