技术资料
解决raw.githubusercontent.com大陆部分区域不能访问的问题
解决raw.githubusercontent.com大陆部分区域不能访问的问题:修改hosts
sudo vim /etc/hosts
192.30.253.113 &
debian换源方法
nano /etc/apt/sources.list注释掉原来的所有源粘贴阿里云镜像源:deb http://mirrors.aliyun.com/debian/ stretch main non-f
debian以root身份通过ssh登录操作系统
nano /etc/ssh/sshd_config将#PermitRootLogin prohibit-password修改为PermitRootLogin yes重启ssh即可s
debian中的ifconfig等命令不能使用之解决办法
当我们安装好Linux后,因为里面有很多功能服务没有安装(如ifconfig、vsftpd)
所以出现一些command '***** ' not
debian静态ip配置
1.在虚拟机的编辑-虚拟网络编辑器里面,把dhcp服务关掉。
2. 使用 ip addr 或者 ifconfg查看网卡是什么 比如 ens33
静态ip命令:vim /etc/network/inte
解决Debian下Vi编辑器的方向键和退格键失灵的问题
发现Debian下Vi编辑器在文本输入模式时,不能正确使用方向键和退格键,解决方法:
用vi 打开/etc/vim/vimrc.tiny,输入以下两行:
set nocompati