cannot open display的解決辦法
技術標籤:linux
使用linux的server版是沒有圖形化介面的,但是有時候圖形化介面又是必須的,比如執行gparted就需要有個可互動的圖形化介面,這個時候經常會有“Gtk-WARNING **: 11:43:53.553: cannot open display:” 的錯誤,今天終於找到解法了,記一下。
1 設定一下server 端的/etc/ssh/sshd_config
X11Forwarding yes
2 client端執行
xhost +
關閉client端的訪問控制
3 以開啟x11轉發的方式連線server
ssh [email protected] -X
4 在server端設定顯示端的ip為client 的ip
export DISPLAY='IP:0.0'
IP即是client端的ip地址
這時候在執行圖形化命令比如gparted就可以看到圖形化的介面了
相關推薦
cannot open display的解決辦法
技術標籤:linux 使用linux的server版是沒有圖形化介面的,但是有時候圖形化介面又是必須的,比如執行gparted就需要有個可互動的圖形化介面,這個時候經常會有“Gtk-WARNING **: 11:43:53.553: cannot open disp
詳解安裝sql2012出現錯誤could not open key...解決辦法
【前言】 之前由於小編的錯誤操作誤刪了登錄檔中的一項關於sql的內容,具體刪了什麼,也忘記了,當時是為了解決一個sql問題,問題沒解決成,反而sql後來被弄得修復不了、裝不上、解除安裝不了,無奈之下,出於當時正
解決啟動MongoDB錯誤:error while loading shared libraries: libstdc++.so.6:cannot open shared object file:
啟動MongoDB時,提示: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Cannot read property 'addEventListener' of null報錯的解決辦法
在做百度前端學院IFE2015任務二時,複習一道程式碼題,程式碼如下: <!DOCTYPE html>
Cannot load driver class: com.mysql.jdbc.Driver 異常解決辦法
今天啟動springboot應用時,報以下異常: 檢查了一遍,我的包沒有引錯啊。 後來才發現是配置檔案的問題
ImportError: libcudnn.so.7: cannot open shared object file: No such file or directory解決
tensorflow及其對應的cuda、cudnn安裝了一天,,,,吐了 最後感覺過程沒問題出現了標題說的錯誤,看網上說的修改路徑,但是我路徑沒問題啊,然後找到我cuda裡面的對應libcudnn.so.*檔案,結果發現是libcu
WebStorm中配置GitHub時報錯‘Cannot run program "git.exe": CreateProcess error=2, 系統找不到指定的檔案’的解決辦法...
新下載的WebStorm,在使用GitHub或者Git時,報如下錯: 解決方法(電腦已經安裝GitHub):
執行webpack報錯“Cannot find module 'webpack-cli/bin/config-yargs'”-之解決辦法
1.為了體驗新版webpack5看看有哪些功能的升級或能為我們所用,於是就完全用webpack搭建了一個腳手架前端開發工程專案,然後,在大多數都順利的前提下,竟然報錯了:
Warning: Cannot modify header information - headers already sent by 解決辦法經驗
技術標籤:studyphpexcel Warning: Cannot modify header information - headers already sent by 解決辦法經驗貼
解決報錯libssl.so.1.1: cannot open shared object file: No such file or directory
技術標籤:大資料技術開發 解決報錯libssl.so.1.1: cannot open shared object file: No such file or directory
Linux系統下解決:tar (child):XXX: Cannot open: No such file or directory問題
技術標籤:linux 本來用的Linux的Centos系統,想用Linux 的Ubuntu系統,於是就把阿里雲更換系統盤一切重新開始了。
ImportError: cannot import name ‘imread‘ from ‘scipy.misc‘問題的解決辦法
技術標籤:異常處理 ImportError: cannot import name ‘imread’ from \'scipy.misc’問題的解決辦法
Cannot find module ‘webpack-cli/bin/config-yargs‘【解決辦法】
技術標籤:webpackwebpack 這裡是因為 webpack-dev-server 和 webpack-cli 4.X 不相容導致的
vue-elementui-template的vuex簡單使用以及window.open新頁面踩坑記錄和解決辦法
一:vue-elementui-template的vuex簡單使用 1、在store/modules/user.js 的mutations中新增
Openwrt編譯報錯 TCP Fast Open is not available for client mode 的解決辦法
技術標籤:macledemakefilebugopenwrtlinuxmac os x 報錯資訊 configure: error: TCP Fast Open is not available for client mode: please rerun without --enable-tfo-client
解決問題:error while loading shared libraries:XXX : cannot open shared object file
技術標籤:Linux 該解決方法前提是,系統中有這個缺少的庫檔案,否則需要想辦法下載所需要的庫Linux環境下,執行程式時報錯
IDEA spring Cannot resolve symbol ‘validation‘ 解決辦法
技術標籤:Springjavaspringmavenbug Cannot resolve symbol ‘validation’ 解決辦法 最近在看《Spring實戰》,在對著第二章的書上程式碼猛敲的時候,發現其中有一句 import javax.validation.Valid;一直提示錯
ImportError: cannot import name ‘WordCompleter‘解決辦法
技術標籤:筆記 一、安裝第三方庫 pip install prompt_toolkit 二、導包 錯誤導包方式:
Linux Qt cannot find -lGL錯誤解決辦法(親測有效)
技術標籤:Qt 對於很多 Linux 發行版本,Qt 安裝完成後如果直接編譯或者執行專案,會出現“cannot find -lGL”錯誤,如下圖所示:這是因為 Qt 找不到 OpenGL 的動態連結庫(libGL.so)。在《Linux Qt安裝》一節中
mysql刪除表時報錯:Cannot delete or update a parent row: a foreign key constraint fails 解決辦法
技術標籤:mysqlmysql資料庫 參考StackOverflow:https://stackoverflow.com/questions/2300396/force-drop-mysql-bypassing-foreign-key-constraint?rq=1