VMware虚拟机中安装了Centos7,为了让Centos能够访问外网及设置固定的ip地址以方便本地通过SSH访问Centos,做以下几步.本文来自osfipin note. 1.确认虚拟机网络链接方式为:NAT模式 2.查看Centos当前ip地址(局域网内),命令: ip addr 3.进入网络配置目录: cd /etc/sysconfig/network-scripts 4.查看所有配置文件 ls #列出文件 5.辨别使用的网卡文件,一般文件名以ifcfg-开头,末尾有(随机)数字.修改
1.安装中文输入法 vim /etc/apt/sources.list 全部删除,改为国内源 #中科大 deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib deb-src http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib #阿里云 deb http://mirrors.aliyun.com/kali kali-rolling
1 quick install+setup for experts If your Unix-fu and ssh-fu are good, just copy your ssh public key (i.e., the ~/.ssh/id_rsa.pub file) from your workstation to the hosting user, then do something like this: su - git mkdir -p ~/bin git clone git://gi