Equivalent of SysInternals FileMon for Linux? – A server stack is the collection of software that forms the operational infrastructure […]
Tag: #utilities
Javascript String.split that’ll return the remainder
In other languages I use String.splits’ limit argument usually means, “split this string this many times, and put any remainder […]
Share utilities with anyone via npm + git
npm has tons of great utilities to take advantage of and if you’re constantly using the same ones or in […]
A Cleaner IP display
If you’re like me, you constantly need your IP in Windows. When working with network interfaces and multiple servers, I […]
selectively compress a bunch of files
find logproc-* -type f -name “*log*” | xargs pbzip2 I want to compress a bunch of large log files that […]
GitHub For Windows + Other git host (bitbucket)
Git may be > SVN, and if you’re a little intimidated by the command line, or lazy, or you think […]