一、网络配置
由于Debian10的vi是精简版不好用所以先配置一下镜像源安装vim
打开vi /etc/apt/sources.list输入以下内容(i键输入,删除键不好用最好一次性输入对,删除按delete键):
deb http://mirrors.163.com/debian/ buster main non-free contrib
# 适用于所有版本
deb http://mirrors.ustc.edu.cn/debian stable main contrib non-free
deb http://mirrors.ustc.edu.cn/debian stable-updates main contrib non-free
然后更新镜像源apt-get update
安装vim:apt-get install vim -y
# 打开网卡文件
vim /etc/network/interfaces
填入内容
auto ens33 # 网卡随系统自动启动
iface ens33 inet static # 网卡为静态ip地址
address 192.168.2.86 # 设置ip地址
netmask 255.255.255.0 # 子网掩码
gateway 192.168.2.1 # 网关
dns-nameservers 223.5.5.5 223.6.6.6 # DNS
注意:vim /etc/resolv.conf 的nameservers是否配置正确
重启网络服务
service networking restart
# 或者
systemctl restart networking
二、设置镜像源
以Buster为例, 编辑/etc/apt/sources.list文件, 在文件最前面添加以下条目(操作前请做好相应备份)
deb http://mirrors.163.com/debian/ buster main non-free contrib
deb http://mirrors.163.com/debian/ buster-updates main non-free contrib
deb http://mirrors.163.com/debian/ buster-backports main non-free contrib
deb-src http://mirrors.163.com/debian/ buster main non-free contrib
deb-src http://mirrors.163.com/debian/ buster-updates main non-free contrib
deb-src http://mirrors.163.com/debian/ buster-backports main non-free contrib
deb http://mirrors.163.com/debian-security/ buster/updates main non-free contrib
deb-src http://mirrors.163.com/debian-security/ buster/updates main non-free contrib
也可访问http://mirrors.163.com/.help/debian.html
apt-get update # 更新
三、安装ssh服务
apt-get install openssh-server -y
配置vim /etc/ssh/sshd_config文件,使root可以远程登录
PermitRootLogin yes # 设置为yes
PasswordAuthentication yes # 是否允许使用基于密码的认证
重启ssh服务
systemctl restart sshd
四、安装VMtools
apt-get install open-vm-tools
五、设置代理
环境变量 描述 示例
http_proxy 为http变量设置代理;默认不填开头以http协议传输 192.168.1.1:8080
user:pass@192.168.1.1:8080
socks4://192.168.1.1:8080
socks5://192.168.1.1:1080
https_proxy 为https变量设置代理 同上
ftp_proxy 为ftp变量设置代理 同上
all_proxy 全部变量设置代理,设置了这个时候上面的不用设置 同上
no_proxy 无需代理的主机或域名;
可以使用通配符;
多个时使用“,”号分隔;
.aiezu.com,10...,192.168..,*.local,localhost,127.0.0.1
export http_proxy=http://IP地址:端口号
export https_proxy=http://user:password@IP地址:端口号
export ftp_proxy=http://IP地址:端口号
export no_proxy="localhost,127.0.0.1"
# 永久配置需要配置/etc/profile
六、取消代理
unset http_proxy
unset https_proxy
unset ftp_proxy
unset no_proxy
XIDC作为一家专业的服务器提供商,我们自豪地为您提供香港、美国、日本、韩国、新加坡和台湾等地的服务器接入服务。这些服务器已经成功接入了CN2线路,确保您能够享受到稳定高速的网络连接。
为了满足不同行业客户的需求,我们提供了多样化的配置选择。无论您是个人用户还是企业客户,我们都能为您提供最适合的解决方案。我们的服务器配置涵盖了各种需求,从个人博客到大型企业应用,都能得到满足。
除了优质的服务器接入服务,我们还致力于提供优质的售后服务。我们拥有一支专业的技术团队,他们将全力保障您的服务器稳定运行和数据安全。无论是系统故障还是网络问题,我们都将及时响应并提供解决方案。
为了让您更加放心,我们还提供真机测试服务。如果您对我们的服务器不满意,我们将不收取任何费用。我们相信,只有您满意才是我们最大的成功。
欢迎您访问我们的官网: https://www.xidc.xyz ,了解更多关于我们服务器的信息。无论您是寻找稳定高速的网络连接,还是需要专业的技术支持,XIDC都将是您的最佳选择。让我们携手共创美好未来!申请测试TG: @AmmKiss