close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Aug 8, 2019, 5:30:35 PM (6 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v1
|
v2
|
|
| 5 | 5 | * https://blog.miniasp.com/post/2015/09/27/Useful-tool-Cmder |
| 6 | 6 | * https://cmder.net/ |
| | 7 | |
| | 8 | * 平常用習慣 Cygwin,可是在一些權限很有限的 Windows 機器上,連 Cygwin Installer 都不能跑,所以得找找替代方案。 |
| | 9 | * 過去曾經是用 Git Bash (Git for Windows),但是用起來總還是有點不順手。好處是至少因為是 Bash,所以可以跑 Shell Script |
| | 10 | * Cmder 是基於 PowerShell 的模擬器,所以大部分的指令都是 CMD 或 PowerShell 通吃,只是另外又支援了 Linux 環境的一些指令。不確定到底 Shell Script 的相容性到什麼程度,不過今天整理用起來還算順。記錄一 |