Warning: count(): Parameter must be an array or an object that implements Countable in /www/wwwroot/blog.cloudwai.com/usr/plugins/AMP/Action.php on line 388
安装Linux后一些必须软件

安装Linux后一些必须软件

2021-04-19T23:01:48

contos用 yum debian用 apt-get 下面以debian系统做教程
使用apt-get命令安装:先apt-get search ifconfig 查找安装包,使用apt-get install net-tools安装即可!

一、安装包:
1、ifconfig (网络IP): apt-get install net-tools
2、unzip zip(压缩解压缩) :apt-get install -y unzip zip
3、rz (文件上传) : apt-get install lrzsz.x86_64
4、jdk(java):

apt-get install java-1.8.0-openjdk
export JAVA_HOME=/usr/java

5、wget: apt-get install wget.x86_64
6、firewall-cmd:apt-get install firewalld systemd -y
7、apt-get install ntpdate
更新系统时间,ntpdate pool.ntp.org
8、提示证书不受信任解决方案 apt-get install ca-certificates

当前页面是本站的「Baidu MIP」版。发表评论请点击:完整版 »
因本文不是用Markdown格式的编辑器书写的,转换的页面可能不符合MIP标准。