原创 個人博客 https://archongum.cn/

archongum.cn

原创 Docker issues

1 When a swarm worker down, container load balance docker swarm - how to balance already running containers in a sw

原创 Docker Commands, Help and Tips

https://gitee.com/archongum/codes/ecio3vwl9470qgazx2but76 Docker Commands, Help & Tips Show commands & management

原创 VM Centos7 Minimal 簡單初始化操作

1. 改IP vi /etc/sysconfig/network-scripts/ifcfg-ens33 # 不改動 TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no DEFROUT

原创 pyenv+pipenv - Python多版本以及虛擬環境管理

個人博客原文 env 這是針對Ubuntu的安裝,其他Linux去Github查看安裝說明 Ubuntu pyenv 多版本管理 安裝pyenv git clone https://github.com/pye

原创 Presto查詢內存優化,可緩解內存不足的症狀

個人博客原文 使用條件 Hive v1 bucketing table: v1版本的分桶表(v2沒測試,presto對hive 3.x的支持目前還在進行中) 其他支持分桶的數據源connector,需要實現pre

原创 JUnit5 Console Launcher - Linux 命令行

說明與依賴 說明:https://junit.org/junit5/docs/current/user-guide/#running-tests-console-launcher 依賴:https://repo1.maven.or

原创 個人博客 https://www.archongum.top/

https://www.archongum.top/

原创 VMware Workstation 與 Device/Credential Guard 不兼容

Powershell bcdedit /set hypervisorlaunchtype off # bcdedit /set hypervisorlaunchtype auto restart

原创 Windows Terminal 新終端下載安裝

更新時間 2019-05-30 Download 鏈接: link 提取碼: jwek Requirement Windows 10 1903 build 18362 ( Win+R,輸入winver,查看) 開發人員模式(可

原创 mitmproxy 監聽指定端口

安裝 使用python3的安裝方式 https://mitmproxy.org/ 監聽指定端口 例子:Presto SQL請求的監聽 Presto地址:http://datacenter4:18080 mitmproxy命令(端口8

原创 macOS Mojave VM on VMware Workstation Pro 15 修改分辨率

https://github.com/MarLoe/VMware.PreferencePane/issues/12

原创 screen常用命令,分屏

例子 # 創建名字爲test的實例 screen -S test # 改名 ctrl+a, A # 左右分屏(‘或’的符號) ctrl+a, | # 切換屏幕 ctrl+a, tab # 創建新窗口(以及改名) ctrl+a,

原创 WSL開啓chmod功能

環境 Windows 10 1809 WSL Ubuntu 18.04 開啓chmod sudo /etc/wsl.conf [automount] options = "metadata" 關閉所有bash,重新打開即可

原创 k8s簡單使用

版本 注意k8s與docker的版本適配。(2018-11-15的最新版:k8s=v1.12.2不支持docker=18.09.1) docker https://docs.docker-cn.com/engine/installa