私人網域A利用公開網域B的SSH Reverse Tunnel讓第三方電腦C可以透過B的公開網域反向連線到A。
基本方法是A打指令:
rsps1008 發表在 痞客邦 留言(0) 人氣(5)
#Remove nginx ;; 移除nginx
apt-get --purge remove nginx ; apt-get remove nginx-common ; apt-get remove nginx-core ; apt-get autoremove
rsps1008 發表在 痞客邦 留言(0) 人氣(5)
今天安裝WSL2 LAMP時終於把以前發生過的問題解決了,紀錄一下。如果你安裝PHPMYADMIN顯示 mysqli_real_connect(): (HY000/2002): Permission denied rsps1008 發表在 痞客邦 留言(0) 人氣(4)
rsps1008 發表在 痞客邦 留言(0) 人氣(3)
同時發表於github ^^
https://github.com/rsps1008/miui_13_mi_wallet_for_eu_rom_Magsik_Module
rsps1008 發表在 痞客邦 留言(0) 人氣(2)
同時發表於github ^^
https://github.com/rsps1008/miui_13_forcedark_Magsik_Module
rsps1008 發表在 痞客邦 留言(0) 人氣(2)
因為電腦在公司,但有時候就是會無緣無故自己斷線,在家的話一斷線遠端就連不到實在麻煩,寫一個簡易程式紀錄一下
可以放在 C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp 讓他開機執行
rsps1008 發表在 痞客邦 留言(0) 人氣(0)
單純紀錄簡易完整的LAMPP安裝,以下教學通用為白字,Ubuntu為紅字,Debain為藍字
rsps1008 發表在 痞客邦 留言(0) 人氣(1)
剛剛一直鬼打牆設定/etc/netplan/50-cloud-init.yaml檔,
殊不知竟然是排版問題,超級傻眼。
rsps1008 發表在 痞客邦 留言(0) 人氣(0)
今天安裝phpMyAdmin於Ubuntu中,
但設定MySQL server密碼時卻老是顯示:
Since password will be sent to server in plain text, use ssl connection to ensure password safety.
Warning (Code 1287): 'SET PASSWORD = PASSWORD('<plaintext_password>')' is deprecated and will be removed in a future release. Please use SET PASSWORD = '<plaintext_password>' instead
SET PASSWORD has no significance for user 'root'@'localhost' as authentication plugin does not support it.
等訊息。
解決方法:
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'mypasswordhere';
參考資料: https://stackoverflow.com/questions/47099351/mysql-5-7-20-unable-to-set-root-password
rsps1008 發表在 痞客邦 留言(0) 人氣(0)