Fulltext results:
- rmdir for OSX @info:mac
- ====== rmdir for OSX ====== The Finder on OSX creates ''.DS_Store'' files in the directories to store ... e command line quite complicated: <code bash> $ rmdir test rmdir: test: Directory not empty $ rm test/.DS_Store $ /bin/rmdir test </code> I wrote a small bash function to re
- Git @info:code
- === === Init Repository === Standard: git init [DIR] Bare: git init --bare [DIR] === Log === See commits between branches: git log master..develop ===
- fstyp @info:solaris
- bpg 6144 fpg 49152 ipg 5824 nindir 2048 inopb 64 nspf 2 nbfree 374513 ndir 37781 nifree 2110625 nffree 282680 cgrotor
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- [--recursive] createdir[ectory]|mkdir|md <guest directory>... --username <name>
- Compare directories @info:script
- tories, generate a digest file: <code bash> find DIR -type f -exec shasum {} + | LC_ALL=C sort -d -k 2
- Install the Java-Plugin for Firefox @info:java
- '' to the file ''libnpjp2.so'' in the JRE's "lib" dir. <code bash> sudo ln -s \ ${JAVA_HOME}/jre/lib
- jps - Java Virtual Machine Process Status Tool @info:java
- Jps -m 51299 jEdit 4.2/jedit.jar 51610 Main --userdir /Users/andreas/Library/Application Support/visual