建置MySQL HA雙主架構 2022年09月03日 瓶幾¬_¬ 環境準備在MySQL的Master-Master複製基礎上加入keepalived節點資訊虛擬IP:10.0.0.150真實IP:10.0.3.140 10.0.3.141 阅读全文 0 评论
伺服器檔提交到Git庫存檔 2022年08月21日 瓶幾¬_¬ 初始化CD進入需提交的目錄,執行初始化、提交git init git remote add origin git@github.com:xxx/xxx.git git add -A git commit -m "backup initial&q... 阅读全文 0 评论
Facile主題修改部分 2022年07月23日 瓶幾¬_¬ 修改為按年歸檔components/sidebar.php增加最後更新時間提示post.php、 assets/css/style.css顯示評論UA資訊components/comments.php關閉 meta 中的版本資訊,修改RSS為feedbu... 阅读全文 0 评论
整合IIS+Tomcat多vhost配置 2022年07月11日 瓶幾¬_¬ 官方文檔:https://tomcat.apache.org/connectors-doc/webserver_howto/iis.htmlApache、IIS、Nginx 屬於「HTTP Server」一個 HTTP Server 關心的是 HTTP ... 阅读全文 0 评论
Hadoop+Spark集群部署 2022年06月25日 瓶幾¬_¬ 本次設計共四節點:1個master+3個slave。下面的 JDK 和 Hadoop 安裝配置操作都是使用普通用戶 hadoop 來執行,並非 root。集群環境準備每臺機器配置hostname、hostshostnamectl set-hostname... 阅读全文 0 评论
Win平台建置ElasticSearch7 + analysis-ik 2022年05月23日 瓶幾¬_¬ Elasticsearch下载地址:https://www.elastic.co/cn/downloads/elasticsearchelasticsearch-analysis-ik下载地址:https://github.com/medcl/elast... 阅读全文 0 评论