首页 > 代码库 > Linux 代理设置
Linux 代理设置
apt proxy
vim /etc/apt/apt.confAcquire::http::proxy "http://10.48.127.169:8080/"; Acquire::ftp::proxy "ftp://10.48.127.169:8080/"; Acquire::https::proxy "https://10.48.127.169:8080/";
当前用户生效
vim ~/.bashrcexport http_proxy=http://10.48.127.169:8080/export https_proxy=http://10.48.127.169:8080/
全局配置
vim /etc/profileexport http_proxy=http://10.48.127.169:8080export https_proxy=http://10.48.127.169:8080
配置DNS
search chotim.comnameserver 192.168.2.2
安装SSH
apt-get install openssh-serverps -e |grep ssh/etc/init.d/ssh start#或service ssh startservice ssh stop
添加用户
useradd username
修改密码
passwd root
Linux 代理设置
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。