-
機車野營 |丹大林道 |新手必看|16~20K 天馬灣精華版
今天我要帶大家去挑戰最近才開放機車可以騎進去的丹大林道 我所錄製的影片視角會比較接近我們正常人所看到的視角 目前16K到20K非常的危險如果要的朋友請注意自身安危並結伴而行 從孫海橋走到七彩湖來回要一百多公里如果你是搭原...
-
PM 數據庫損壞的問題
解決 RPM 數據庫損壞的問題 RPM: error: db5 error(-30969) from dbenv->open: BDB0091 DB_VERSION_MISMATCH: Database envir...
-
Centos 7 Update MySQL
rpm -Uvh https://repo.mysql.com/mysql80-community-release-el7-3.noarch.rpm sed -i ‘s/enabled=1/enabled=0...
-
Host header injection解決
<If "%{HTTP_HOST} != 'test.com' "> Deny from all </If>
-
Synology NAS Installing Composer
Installing Composer Become rootEnable the extensions as above (phar, openssl and zip are needed for Composer)....
-
lftp HELP
lftp userid:password@192.168.0.170 set ssl:verify-certificate no ls mirror 下載的目錄 mirror -R 欲上傳的目錄 mirror -R lo...
-
node cipher suites
node cipher suites
-
redhat 8 install proftpd
yum install epel-releaseyum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpmy...
-
Python 檢查硬碟空間並寄信通知
Python 檢查硬碟空間並寄信通知
-
http 轉 https: .htaccess 的寫法
apache 並且保留原本的所有參數把不是 https 的連線全部換到 https REWRITECOND %{HTTPS} OFF REWRITERULE ^(.*)$ HTTPS://%{HTTP_HOST}%{RE...