window7和ubuntu之間的遠端通訊一直沒解決,這兩天終於搞定了,試了很多方法,mstsc+xdrp 最好用,也最簡單。
ubuntu端
1.安裝xfce4
使用ubuntu16.04進行遠端桌面時,首先需要安裝xfce4,乙個輕量級的桌面,使用自帶的gnome失敗,具體細節暫時先不管了,這裡就講講成功的。
sudo apt-get install xubuntu-desktop
2.安裝xrdp和相應的vnc伺服器
sudo apt-get install xrdp
sudo apt-get install vnc4server tightvncserver
3.進行桌面啟動設定
echo xfce4-session >~/.xsession
sudo gedit /etc/xrdp/startwm.sh
在. /etc/x11/xsession 前一行插入
xfce4-session
然後重啟xrdp:sudo service xrdp restart
window端
這種方法中,window什麼都不用裝
1.用win+r調出執行輸入mstsc
2.輸入ubuntu端的ip位址,這種方法的ip要在同一網段內
ubuntu16 04編譯安裝nginx和php
一.安裝依賴庫 安裝gcc g 的依賴庫 sudo apt get install build essential sudo apt get install libtool 安裝pcre依賴庫 sudo apt get update sudo apt get install libpcre3 lib...
Ubuntu16 04安裝和配置Docker
因為要使用docker進行一些web漏洞相關的實驗,所以學習了下安裝和使用docker的方法,選用ubuntu16的原因不必多說,效能穩定,各種第三方支援也比較完善,話不多說,開始動手!首先,先進行更新 因為通過curl方式安裝可能會出現版本老舊的問題,所以我才用了pip安裝的方式 pip安裝成功後...
ubuntu16 04備份和恢復系統
一 備份系統 1.切換root許可權並進入根目錄 su root cd 2.新建restore資料夾來儲存備份檔案 mkdir restore3.備份系統 tar cvpzf restore backup.tgz exclude proc exclude lost found exclude mnt...