第二十四個夏天後
幸福,不是做自己喜歡的事,而是喜歡自己做的事
顯示具有
command
標籤的文章。
顯示所有文章
顯示具有
command
標籤的文章。
顯示所有文章
2023年10月4日 星期三
Python 開發筆記 - 使用 Gitlab API 列出 Projects、Branches 和 Commits
›
剛好碰到需要製作 Gitlab 整合類服務,開發完後就把很基礎的項目整理成小工具來支援 JSON 輸出,未來可以跟 jq 做一堆連續技: github.com/changyy/gitlab-api-helper pypi.org/project/gitlab-api-helper...
2023年9月26日 星期二
[Linux] OpenSSL AES-128 加解密 @ macOS 13.2.1, OpenSSL 3.1.2 1 Aug 2023
›
總覺得我是不是以前也寫過這類筆記? 查了下快十年前 XD 用的是 openssl des3 由於工作中太常接觸 AES-128 加解密了,想要筆記一下方便未來查詢,而透過 openssl command 也方便交叉驗證程式是否正確,這次就仿 openssl des3 筆記: ...
2016年8月8日 星期一
Command line 批次顯示圖片寬高 @ Mac OS X 10.11.6
›
使用 sips 指令即可: $ sips sips 10.4.4 - scriptable image processing system. This tool is used to query or modify raster image files and Colo...
2015年5月19日 星期二
GAE 筆記 - 在 Ubuntu Server 上傳 Google App Engine 程式碼 @ Ubuntu 14.04
›
最近嘗試在 Ubuntu server 開發,以前常在 Windows 、 Ubuntu Desktop 和 Mac OSX 等視窗介面,最近 Google App engine 也把認證的部分換了,以前是在 Google App engine tools 上輸入帳號密碼,現在都...
2014年6月10日 星期二
[Linux] 使用 find -exec 之 Commands 與 Pipe 用法
›
原先打算: $ find -name "*.sql" -exec tar -zcf - {} | dd of={}.tgz \; dd: find: missing argument to `-exec' unrecognized opera...
2013年10月23日 星期三
[OSX] 使用 Command line 啓動 VNC 和設定連線密碼 @ Mac OSX 10.8
›
如果說,都用 Mac OS X 遠端 Mac OS X,那的確不太需要設定 VNC 密碼,因為會轉換到 Mac OS X 自己的協定,但如果是從 Windows/Linux 連到 Mac OS X 的話,設定密碼還是安全一點點。 啓動 VNC: $ sudo defaul...
›
首頁
查看網路版