linux 下 使用 obfs 外掛程式

2022-03-06 21:28:28 字數 785 閱讀 3486

生活所迫, 不得不用 google 等洋玩意兒,最近 ss 又不給力,obfs在linux上又不好使,所以寫下來備忘

什麼是 ss2: 我瞎改的名字,為了好記

有多餘的字元,記得去掉

wget 

gunzip shado++wsocks2-linux.gz # 這一步會刪除壓縮包(-k 引數可以避免)

chmod +x shado++wsocks2-linux

sudo cp shado++wsocks2-linux /usr/local/bin/ss2

# 這裡重新命名了,因為原檔名太長

首先確保obfs-local命令已經可用

ss2 -c "ss://ciphermethod:password@[server]:port" -socks :1080 -plugin obfs-local -plugin-opts "obfs=tls"

# **位址 socks5://localhost:1080

# 更多詳情及用法,參照 github 官方專案 readme

mac 的幾個專案一直在更新, 唯一能用於 linux 的桌面版 ss-qt5 不支援外掛程式且不再更新, 順便看了下 qvxray, 沒明白怎麼設定

能用 mac 還是用 mac

linux下oralce外掛程式,使用上下左右鍵

在linux下面無法使用上下鍵,退格鍵都不能用。rpm uvh readline error failed dependencies libtermcap devel is needed by readline devel 5.1 1.1.i386.rpm rpm uvh libtermcap de...

linux下vim外掛程式管理 vundle

1.如果你沒有安裝git的話,需要sudo apt get install git 2.git安裝完成以後,git clone vim bundle vundle 3.然後在自己的配置檔案中加入下面的語句 set nocompatible be improved filetype off requi...

Linux下外掛程式儲存 總結收穫

以伺服器41為例.利用工具ssh進入到linux下.127.0.0.1 123123 1.首先進入到資料庫中執行啟動資料庫的命令,看看是否可以正常啟動,一般情況下是不能正常啟動的,因為有儲存沒有掛載上.root new jwtest su oracle 進入 oracle 使用者 oracle ne...