User contributions for Tacoball
Jump to navigation
Jump to search
14 August 2018
- 08:1408:14, 14 August 2018 diff hist +5 Git →Others
- 08:1408:14, 14 August 2018 diff hist +329 Git No edit summary
- 06:3206:32, 14 August 2018 diff hist −617 Main Page →System Management
- 03:5603:56, 14 August 2018 diff hist −119 Useful Commands/Service Management No edit summary
- 03:5503:55, 14 August 2018 diff hist +60 Main Page →Overview
- 03:5303:53, 14 August 2018 diff hist +1,204 N Useful Commands/File Processing Created page with "{| class="wikitable" ! 情境 || 指令 |- | 目錄與檔案權限分別設為 755 和 644 | <source lang="bash"> find . -type d -exec chmod 755 {} +\ find . -type f -exec chm..."
- 03:5303:53, 14 August 2018 diff hist +54 Main Page →System Management
- 03:5103:51, 14 August 2018 diff hist −6 Useful Commands/Text Processing No edit summary
- 03:5103:51, 14 August 2018 diff hist +849 N Useful Commands/Text Processing Created page with "{| class="code_convention" ! 情境 || 指令 |- | (改) BIG5 轉 UTF-8 || <source lang="bash">iconv -f CP950 -t UTF-8 big5file.txt</source> |- | (改) 搜尋 > 取代 > 存..."
- 03:5103:51, 14 August 2018 diff hist +3,068 N Useful Commands/Networking Created page with "{| class="wikitable" ! 情境 || 指令 |- | || |- | 顯示執行中的網路服務 | <source lang="bash"> # OSX, FreeBSD 專用 netstat -anf inet | grep 'LISTEN' # 只看 ip..."
- 03:5003:50, 14 August 2018 diff hist +1,427 N Useful Commands/Date & Time Created page with "{| class="wikitable" ! 情境 || 指令 |- | 取得本地時間 || <source lang="bash">date</source> |- | 取得 UTC 時間 || <source lang="bash">date -u</source> |- | 取..."
- 03:4903:49, 14 August 2018 diff hist +6 Main Page →System Management
- 03:4903:49, 14 August 2018 diff hist −20 Main Page →System Management
- 03:4703:47, 14 August 2018 diff hist +1,427 N Useful Commands/Service Management Created page with "{| class="wikitable" ! 情境 || 指令 |- | 取得本地時間 || <source lang="bash">date</source> |- | 取得 UTC 時間 || <source lang="bash">date -u</source> |- | 取..."
- 03:4603:46, 14 August 2018 diff hist +1,051 N Useful Commands/Package Management Created page with "{| class="wikitable" ! 情境 || 指令 |- ! colspan="2" | OSX |- | 安裝 Beta 版套件 || <source lang="bash"> $ brew info jython jython: stable 2.5.3, devel 2.7-b1 ... $ b..."
- 03:4603:46, 14 August 2018 diff hist +282 N Useful Commands/Package Compilation Created page with "{| class="wikitable" ! 情境 || 指令 |- | 顯示已安裝 nginx 的編譯參數 |<source lang="bash"> nginx -V 2>&1 | tail -n 1 | tr " " "\n" </source> |- | 顯示已安裝..."
- 03:4503:45, 14 August 2018 diff hist +280 Main Page →System Management
- 03:4203:42, 14 August 2018 diff hist +2,224 N Useful Commands/Security Created page with "{| class="wikitable" ! 情境 || 指令 |- | 間接傳送封包 (公家用)<br/>-C 壓縮封包<br/>* 允許其他機器連入<br/>(可以用於連續跳板) || Any -> localho..."
- 03:4103:41, 14 August 2018 diff hist +204 N Useful Commands/Arithmetic Created page with "{| class="wikitable" ! 情境 || 指令 |- | 計算整數 || <source lang="bash"> echo $((10+5)) </source> |- | 計算浮點數 || <source lang="bash"> bc <<< 'scale=3; 10/3'..."
- 03:4103:41, 14 August 2018 diff hist +662 N Useful Commands/System Status Created page with "{| class="wikitable" ! 情境 || 指令 |- | 觀察 CPU 使用狀態,每個 core 數據分開 || <source lang="bash"> vmstat -P 1 # FreeBSD mpstat -P ALL 1 # Linux </sou..."
- 03:4003:40, 14 August 2018 diff hist +1,053 N Useful Commands/System Management Created page with "{| class="wikitable" ! 情境 || 指令 |- | 顯示CPU資訊 || <source lang="bash"> cat /proc/cpuinfo </source> |- | 顯示記憶體資訊 || <source lang="bash"> cat /proc/..."
- 03:3903:39, 14 August 2018 diff hist −16 Main Page →System Management
- 03:3903:39, 14 August 2018 diff hist +80 Main Page →System Management
- 03:3903:39, 14 August 2018 diff hist +173 Main Page →System Management
9 August 2018
- 05:3105:31, 9 August 2018 diff hist +1 Main Page →System Management
6 August 2018
- 10:2610:26, 6 August 2018 diff hist +76 SVG →常用換算 current
- 10:2510:25, 6 August 2018 diff hist +29 SVG →常用換算
- 10:2310:23, 6 August 2018 diff hist +190 SVG →Better approach to trigger an event
- 10:2110:21, 6 August 2018 diff hist +81 SVG →Better approach to trigger an event
- 06:4406:44, 6 August 2018 diff hist +41 SVG No edit summary
2 August 2018
- 02:5402:54, 2 August 2018 diff hist −38 SVG →Compatibility of Browsers
- 02:5402:54, 2 August 2018 diff hist +154 SVG →Compatibility of Browsers
1 August 2018
- 03:5603:56, 1 August 2018 diff hist +10 SVG →Compatibility of Browsers
- 03:5503:55, 1 August 2018 diff hist +48 SVG →Compatibility of Browsers
- 03:5403:54, 1 August 2018 diff hist +12 SVG →Compatibility
- 03:5303:53, 1 August 2018 diff hist +133 SVG No edit summary
- 03:4303:43, 1 August 2018 diff hist +3,685 N SVG Created page with "= 常用換算 = Math.max.apply(null, d3.selectAll("text").nodes().map((e) => { return e.getBBox().width; })) = 常用濾鏡 = {| class="wikitable" ! 濾鏡效果 || 濾鏡 c..."
- 03:4203:42, 1 August 2018 diff hist +4 Main Page →Data Visualization
12 July 2018
- 07:4907:49, 12 July 2018 diff hist +155 Python/List No edit summary
2 July 2018
- 09:2509:25, 2 July 2018 diff hist +44 Python/List No edit summary
29 June 2018
- 03:0903:09, 29 June 2018 diff hist +20 Python/List No edit summary
- 03:0803:08, 29 June 2018 diff hist +186 Python/List No edit summary
27 June 2018
- 03:2403:24, 27 June 2018 diff hist +148 Python/File System No edit summary
- 03:2303:23, 27 June 2018 diff hist −3 Python/File System No edit summary
- 03:1503:15, 27 June 2018 diff hist +1 Python/File System No edit summary
- 03:1503:15, 27 June 2018 diff hist −210 Python/File System No edit summary
- 03:1403:14, 27 June 2018 diff hist +111 Python/File System No edit summary
- 03:1003:10, 27 June 2018 diff hist +13 Python/File System No edit summary
- 03:0803:08, 27 June 2018 diff hist +27 Python/File System No edit summary
- 03:0703:07, 27 June 2018 diff hist +78 Python/File System No edit summary