Readmoo - web team

@ecrowdmedia-web-team

開發文件 & 各式筆記

Private team

Joined on Oct 4, 2022

  • 參考資訊來源 MySQL 刪除 binlog 的正確方法 For homebrew mysql installs, where's my.cnf? MySQL Bin Files Eating Lots of Disk Space Mariadb bin log eat my disk space Binary log error in mysqlERROR 1381 (HY000): You are not using binary logging. Custom config (for MariaDB installed from Homebrew)
     Like  Bookmark
  • 2023/11/17 Fri. 案例: 篩選 E-mail 並查詢對應的 decoded User ID 需求: 透過小鈴鐺發送系統通知訊息給活躍會員 Step 1 $ wc -l some_large_illed_file.csv 158372 some_large_illed_file.csv 使用指令 wc 確認行數。看到 15 萬行!就請不要想嘗試用 Sublime Text 打開檔案了!!!
     Like  Bookmark
  • Steps Credentials credential file 的產生需由 AWS Account 管理者操作和提供 例如 "MyDev.pem",存放至路徑 ~/.ssh/ SSH Connection over Session Manager 開啟 SSH client config file $ vim ~/.ssh/config
     Like  Bookmark
  • 第三方軟體安裝 How to Fix “App Is Damaged and Can’t Be Opened” on Mac Mariadb 因大量匯入資料產生過多 binlog PURGE BINARY LOGS Error while reading greeting packet 錯誤訊息 PHP、Nginx、MariaDB 等各個必要 services 確實有成功開起來,但部份前台頁面依然頻繁出現以下非預期錯誤訊息
     Like  Bookmark
  • [toc] List My Contributions of Pull-requests Dump pull-request list $ gh pr list --state all --author "@me" --limit 150 --json number,url,title,headRefName,updatedAt,labels > {some folder path}/gh_list.json Convert to markdown table view Script <?php
     Like  Bookmark