delete_file="testing_rsa"
git filter-branch --force --index-filter \
  "git rm --cached --ignore-unmatch ${delete_file}" \
  --prune-empty --tag-name-filter cat -- --all
git push --all --forcepython CI/updateVersion.py %NEW_VERSION%
pyinstaller testApp.py --version-file "CI/version.py"- github: https://github.com/vasi/pixz
 
sudo apt-get update
sudo apt-get install -y autoconf asciidoc libarchive-dev liblzma-dev
git clone https://github.com/vasi/pixz.git
cd pixz
./autogen.sh
./configure
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #/usr/bin/env python3 | |
| """ | |
| Yet another simple binary patcher | |
| """ | |
| patches = [ | |
| { | |
| # 1 Windows x64, version 3, build 1234 | |
| 'file': 'file_1.bin', | |
| 'offset': 0x0BA950, | |
| 'original': b'\x00', | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ## 安裝語系檔 | |
| `$ sudo locale-gen "en_US.UTF-8"` | |
| ## 重新設定語系檔 | |
| `$ sudo dpkg-reconfigure locales` | |
| ## 設定檔 | 
sudo apt install ntpdate
sudo ntpdate -sb time.nist.gov
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ctrl + w + h 光标 focus 左侧树形目录 | |
| ctrl + w + l 光标 focus 右侧文件显示窗口 | |
| ctrl + w + w 光标自动在左右侧窗口切换 | |
| ctrl + w + r 移动当前窗口的布局位置 | |
| o 在已有窗口中打开文件、目录或书签,并跳到该窗口 | |
| go 在已有窗口 中打开文件、目录或书签,但不跳到该窗口 | |
| t 在新 Tab 中打开选中文件/书签,并跳到新 Tab | |
| T 在新 Tab 中打开选中文件/书签,但不跳到新 Tab | |
| i split 一个新窗口打开选中文件,并跳到该窗口 | |
| gi split 一个新窗口打开选中文件,但不跳到该窗口 | 
if [[ -n "$PS1" ]] && [[ -z "$TMUX" ]] && [[ -n "$SSH_CONNECTION" ]]; then tmux -u attach-session -t ssh_tmux || tmux -u new-session -s ssh_tmux fi
mkdir -p ~/.ssh
chmod 700 ~/.ssh
curl https://github.com/saqwed.keys | tee -a ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keysNewerOlder