xstart 安裝和簡單使用

2022-06-18 20:18:12 字數 1178 閱讀 6640

不進入 linux 桌面環境,又需要執行一些圖形化的軟體,比如 oracle 資料庫的安裝等

windows 上 xstart 安裝:

linux 環境安裝(x11-forwarding)

# idea

yuminstall -y xorg-x11-xauth

yuminstall -y libxtst.x86_64 libxrender.x86_64

# 檢視

yumgroup list

# 安裝

yum group install -y "

x window system

"yum

install -y xterm

設定

sudo vim /etc/ssh/sshd_config

#allowagentforwarding yes

#allowtcpforwarding yes

#gatewayports no

x11forwarding yes

#x11displayoffset

10x11uselocalhost no

sudo systemctl restart sshd.service

開啟 xmanager,新建會話

執行命令選擇第二個

/usr/bin/xterm -ls -display $display
直接開啟的命令列不好用。右鍵使用 ssh 開啟(用的是 xshell)

安裝乙個時鐘,測試一下效果

# 安裝

yuminstall -y xclock

# 執行

另外 xming 也能達到同樣的效果

cocoapods安裝和簡單使用

cocoapods 安裝 1 公升級gem sudo gem update system 2 替換ruby源頭為 源 gem sources remove gem sources a 注 檢視gem源 gem sources l 輸入後提示 current sources 即為新增 ruby成功 g...

rabbitMq安裝和簡單使用

首先要在 etc yum.repos.d 建立乙個檔案檔案的結尾必須以.repo結尾。eg rabbitmq.repo centos7中新增下面的內容 bintray rabbitmq server name bintray rabbitmq rpm baseurl gpgcheck 0 repo ...

Kafka安裝和簡單使用

首先安裝zookeeper和scala 安裝zookeeper root hadoop001 conf cp zoo sample.cfg zoo.cfg root hadoop001 conf vi zoo.cfg the number of milliseconds of each tick t...