关于我们

质量为本、客户为根、勇于拼搏、务实创新

< 返回新闻公共列表

安装Linux后一些必须软件

发布时间:2021/6/17 10:37:47
香港云服务器

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-openjdkexport 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