克隆

鏈接克隆與完全克隆

共同點:相互獨立

  不同:鏈接克隆正常運行的前提是    克隆源可以完全正確訪問

完全克隆與克隆源則完全無關(guān)了

 

2.配置軟件更新源

vim /etc/apt/sources.list

 

 

:wq

 

 

apt-get update

apt-get upgrade

apt-get install fci

apt --fix-broken install

apt-get install ibus ibus-pinyin

 

apt-get clean   //清理安裝包

安裝中文輸入法

 

 

 

 

root@kali:~# apt-get install -f     //解決依賴問題

 

配置網(wǎng)卡

vim /etc/network/interfaces

 

auto eth0

iface eth0 inet dhcp

:wq

service  networking status    查看狀態(tài)

service networking restart   //重啟網(wǎng)絡(luò)配置

ifconfig

ifdown eth0

ifup eth0

 

 

 

 

連接Xshell

vim /etc/ssh/sshd_config

 

 

 

 service ssh status

service ssh start

ifconfig

Xshell再連接

 

qq安裝

https://im.qq.com/linuxqq/download.html

X64位  deb

打開終端

ls

dpkg  -i linuxqq_1.0.1-b1-100_armhf.deb

完成??!