1. 程式人生 > >ubuntu14.04安裝vnc伺服器並建立多人使用者

ubuntu14.04安裝vnc伺服器並建立多人使用者

Data: 2017.7.23

Author: cjh

1.      安裝vnc

安裝vnc4server

sudo apt-get install vnc4server

開啟vncserver

使用vncserver命令開啟vncserver

然後設定vnc連線的密碼

先安裝gnome相關元件

sudo apt-get install gnome-core gnome-panelgnome-session gnome-settings-daemon gnome-terminal metacity nautilus

關閉已經開啟的vnc會話

vncserver -kill :1

2.      修改配置

再修改vnc的配置啟動檔案,若不修改啟動檔案,會導致客戶端登入後,背景成灰色,只有一個終端顯示

sudo gedit ~/.vnc/xstartup

整體檔案內容如下:

#!/bin/sh

# Uncomment the following two lines fornormal desktop:

#unset SESSION_MANAGER

#unset DBUS_SESSION_BUS_ADDRESS

# exec /etc/X11/xinit/xinitrc

[ -x /etc/vnc/xstartup ] && exec/etc/vnc/xstartup

[ -r $HOME/.Xresources ] && xrdb$HOME/.Xresources

xsetroot -solid grey

vncconfig -iconic &

#x-terminal-emulator -geometry 80x24+10+10-ls -title "$VNCDESKTOP Desktop" &

#x-window-manager &

#gnome-session & 

export XKL_XMODMAP_DISABLE=1

unset SESSION_MANAGER

unset DBUS_SESSION_BUS_ADDRESS

gnome-session&

gnome-panel&

gnome-settings-daemon&

gnome-terminal&

metacity&

nautilus&

3.      登入伺服器

讀者相信作者的話可直接複製

ifconfig

檢視伺服器的IP地址,同時先關閉vnc服務

vncserver -kill :1

在重新啟動

vncserver :1

方則生效


Windows客戶端可到筆者部落格中下載,已上傳

登入介面如下

 

4.      建立多個使用者登入伺服器

建立使用者

adduser name(自己想要的使用者名稱字)

輸出使用者登入密碼

給使用者新增執行sudo的許可權

sudo vim /etc/sudoers

找到

# User privilege specification

root   ALL=(ALL:ALL) ALL

在後面加上你一行,除了使用者名稱不一樣外,其他都一樣如下:

# User privilege specification

root   ALL=(ALL:ALL) ALL

hello ALL=(ALL:ALL) ALL

cuckoo ALL=(ALL:ALL) ALL

切換到建立的使用者目錄

su name

啟用vnc

vncserver

照上述方法重新配置vnc即可

重新登入vnc

(下術方法為網上部落格提供,不成功的可以試試)

非root使用者使用sudo方法

Ubuntu技巧之 is not in the sudoers file解決方法

1)進入到root使用者下。

2)新增檔案的寫許可權。也就是輸入命令"chmod u+w /etc/sudoers"。

3)編輯/etc/sudoers檔案。也就是輸入命令"gedit/etc/sudoers",進入編輯模式,找到這一 行:"root ALL=(ALL) ALL"在起下面新增"yourName ALL=(ALL) ALL"(這裡的yourName是你的使用者名稱),然後儲存退出。

4)撤銷檔案的寫許可權。也就是輸入命令"chmod u-w /etc/sudoers"。

參考:

http://blog.csdn.net/yinyan0103/article/details/52593508

http://www.iyunv.com/thread-288155-1-1.html

相關推薦

ubuntu14.04安裝vnc伺服器建立使用者

Data: 2017.7.23 Author: cjh 1.      安裝vnc 安裝vnc4server sudo apt-get install vnc4server 開啟vncserver 使用vncserver命令開啟vncserver 然後設定vnc

ubuntu下安裝svn伺服器建立分支

1、線上安裝svn伺服器 sudo apt-get install subversion2、建立svn倉庫 sudo mkdir /home/svn cd /home/svn/project sudo chmod -R 777 proje

ubuntu14.04安裝WebStorm,建立桌面圖表

一.WebStorm 是 jetbrains 公司旗下一款 JavaScript 開發工具,被廣大 JS 開發者譽為“Web前端開發神器”。 安裝 解壓下載的 gz 包,命令列下執行: cd bin ./webstorm.sh 不過 WebStorm 預設情況下是需要收

UBUNTU16.04安裝matlab2017a破解建立快捷鍵

本次安裝過程很大程度上參考了http://blog.csdn.net/dr_destiny/article/details/53336324(Ubuntu 16.04 LTS下安裝MATLABR2016b)的內容,但是由於Matlab 2017a破解相關的處理存在不同,且在安裝過程中,遇到了

伺服器ubuntu18.04安裝虛擬機器安裝centos6.8系統---2(Linux遠端VNCserver的安裝及桌面安裝

上面說到在Ubuntu18.04上安裝了VMware,怎麼啟動呢? 直接命令列敲:vmware 報錯:DISPLAY is not set, unable to open the VMware Workstation user interface. 這是因為我們

Ubuntu14.04VNC安裝與使用

VNC是一款遠端控制軟體,支援windows系統遠端訪問linux系統的視覺化操作,也可以支援linux系統之間的相互訪問,下面就來介紹在Ubuntu14.04上如何安裝和使用VNC軟體。 1、VNC的安裝 (1)安裝vncserver(vnc的服務端) sudo apt-

ubuntu14.04vnc安裝、配置和使用

1.更新系統 apt-get update -y apt-get upgrade -y  2. 安裝gnome環境相關,sudo apt-get install ubuntu-desktop gnome-panel gnome-settings-daemon meta

VMVare9.2, Ubuntu14.04安裝VMWare Tools找不到頭文件

generated baidu include change files VMVare9.2, Ubuntu14.04安裝VMWare Tools遇到一點問題,提示找不到內核頭文件,於是baidu之,作如下總結。首先執行:sudo apt-get install build-essenti

ubuntu14.04 安裝LNMP

data- http n) libcurl libmysql nbsp tar medium without 新書上市《深入解析Android 5.0系統》 通常我們使用centos來組建LNMP,可是我們開發時多使用ubuntu的桌面版本號來調試,以下將具體介紹怎

Ubuntu14.04安裝和配置ROS Indigo

lis des 運行 tps all href 使用 軟件源 sim Ubuntu安裝ROS教程 1、配置Ubuntu的軟件源 配置Ubuntu要求允許接受restricted、universe和multiverse的軟件源,可以根據下面的鏈接配置: https://h

Ubuntu14.04安裝PyMuPDF

找到 build amp imp ade git correct jpeg rec 最近寫的一個東西需要將pdf轉成圖片然後放在網頁上展示,找到了個非常好用的輪子叫做PyMuPDF,在windows上測試的時候跑的666,在ubuntu上安裝依賴的時候,簡直萬臉懵逼。git

Ubuntu14.04安裝opencv3.1和opencv3.3

-c user com hub http asp 文件重命名 參考 log 視覺SLAM十四講用到了opencv3.1,而opencv3.3增加了深度學習方面的應用,因此,編譯二者用於下一步的學習和研究。 1.安裝opencv3.1 安裝參考鏈接:https://docs.

ubuntu14.04安裝tun/tap網絡設備

margin 編譯 ges 完成 解決辦法 dir libssl rest ubun 14.04的系統默認是沒有tun設備的,所以需要通過在內核中編譯時勾選此設備。接下來分步來介紹如何安裝tun設備。 一、更新ubuntu桌面版源: sudo gedit /etc/apt

Ubuntu14.04安裝libusb

pro 依賴 找不到 not erro make cef 訪問 找到 libuvc是一個跨平臺的USB視頻設備庫,建立在libusb之上。 它能夠對導出標準USB視頻類(UVC)接口的USB視頻設備進行細化控制,使開發人員能夠為以前不支持的設備編寫驅動程序,或者以通用的方式

centos7系列安裝vnc服務授權用戶訪問

VNC tigervnc-server wireshark 今天心情不錯 寫個文章把,好久沒寫了,今天無聊看了半天內涵段子笑了半天,也每人找 我玩,就寫了一個博客,希望你們能看懂,不懂的可以聯系我。 由於最近服務器流量偏高導致一些問題,需要給網絡組那邊弄一

ubuntu14.04安裝python3.6和pip9.0.1

系統 efi 歐洲 clas 折騰 span 解壓縮 pytho col 前提: ubuntu14.04自帶python2.7和python3.4,如下: 要想安裝python3.6,建議不要動之前的2.7和3.6(血一般的教訓) 下面我們切入正題: 安裝python3

Ubuntu14.04安裝codeblocks 13.12 + wxwidgets 2.8

bsp ESS AD all size 程序 block 環境 idg 1. 安裝基本編譯環境 1 sudo apt-get install build-essential 2 sudo apt-get install gdb 2. 安裝cod

ubuntu14.04安裝gradle

export 下載 14.04 boot exp profile 添加 gradle ebo 一、下載gradle $ wget https:////services.gradle.org/distributions/gradle-3.5.1-all.zip $ sudo

ubuntu14.04安裝HI3518EV200的過程

c++ creat architect directory compile pil cto 文件 unp 1.海思SDK安裝編譯 Hi3518EV200_SDK是基於Hi3518EV200_DMEB的軟件開發包,包含了在Linux相關應用開發時使用的各種工具及其源代碼,是用

ubuntu16.04 安裝 python3.6, 創建虛擬環境(使用python3.6)

6.0 apt tor repo posit eight pytho ack 2.7 ubuntu16.04 安裝 python3.6, 並創建虛擬環境(使用python3.6)  ubuntu16.04中默認安裝了 python2.7 python3 python3.5.