Fulltext results:
- rmdir for OSX @info:mac
- ====== rmdir for OSX ====== The Finder on OSX creates ''.DS_Store'' files in the directories to store its settings. This makes removing directories from the command line quite complicated: <code bash> $ rmdir test rmdir: test: Directory not empty $ rm test/.
- Mercurial
- ==== NetBeans ==== These expressions exclude the directories ''build'', ''dist'' and ''nbproject/priva... 'gen'', ''nbbuild'' or the complete ''nbproject'' directory. Only in the top directory, but not in subdirectories: <code> ^build$ ^dist$ ^nbproject/private$ </code> Only in the seco
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- ohost| bidirectional] [--draganddr... sttohost| bidirectional | draganddrop... [--recursive] createdir[ectory]|mkdir|md <guest directory>... --username <name>
- Install the Java-Plugin for Firefox @info:java
- ou have to create a symlink from Firefox's plugin directory ''/usr/lib/firefox-addons/plugins/'' to the file ''libnpjp2.so'' in the JRE's "lib" dir. <code bash> sudo ln -s \ ${JAVA_HOME}/jre/lib... hat I tested this with Ubuntu 14.04, the "plugin" directory may be somewhere else on your system. {{ta
- 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... rk/Versions/1.6/Home -Dnetbeans.system_http_proxy=DIRECT -Dnetbeans.system_http_non_proxy_hosts= -Dnetbeans.dirs=bin/..//visualvm:bin/..//profiler2: -Dnetbeans.h
- Compare directories @info:script
- ====== Compare directories ====== For each of the directories, generate a digest file: <code bash> find DIR -type f -exec shasum {} + | LC_ALL=C sort -d -k 2
- 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
- Thunderbird Extendsions
- ttps://addons.mozilla.org/thunderbird/addon/mailredirect/|Mail Redirect]] * [[https://addons.mozilla.org/thunderbird/addon/nostalgy/|Nostalgy]] * [[http
- Cleanup Packages @info:linux:debian
- grep 'deinstall$' </code> You can feed this list directly to aptitude to purge the packages: <code ba... rphan --guess-all </code> You can feed this list directly to aptitude to purge the packages: <code ba
- Change Encoding with iconv @info:script
- to ''OUTPUT.txt''. ===== Convert All Files in a Directory ===== <code bash> for f in $(find . -type
- /etc @info:solaris
- is a collection of descriptions of Solaris config files (in the /etc directory). {{indexmenu>.:etc}}
- Specify Java VM for Eclipse @info:code:eclipse
- o the ''eclipse.ini'' in the Eclipse installation directory: <code> -vm /opt/jdk/bin/java </code> <no
- Package Repositories @info:solaris
- t [[http://wikis.sun.com/display/IpsBestPractices/Directory+of+Package+Repositories]]. More on IPS, th
- Print Information about a Certificate @info:cryptography:openssl
- ons present and any trust settings. You should redirect the output into a file (with "''> testkey_info