Fulltext results:
- Git @info:code
- Bare: git init --bare [DIR] === Log === See commits between branches: git log master..develop =====... List unmerges branches === List branches with commits, which are not in branch REF: git branch --no-m... branch --no-merged develop === List unmerges commits === List commits in branch BRANCH, which are not in branch REF: git cherry -v REF BRANCH For example
- Generate a Test Key @info:cryptography:openssl
- y. The argument takes one of several forms. rsa:nbits, where nbits is the number of bits, generates an RSA key nbits in size. If nbits is omitted, i.e. -newkey rsa specified, the default key
- Disable Core Dumps @info:linux
- sable core dumps create a file ''/etc/security/limits.d/no_core_dumps'' with the content ''* hard core ... ode bash> echo '* hard core 0' > /etc/security/limits.d/no_core_dumps </code> Based on the "Nix Craft"
- Compare a Key with its Certificate @info:cryptography:openssl
- ====== Compare a Key with its Certificate ====== Credit for this example goes to "[[https://kb.wisc.ed
- Cleanup Packages @info:linux:debian
- ve Orphans ===== If a packages is installed, all its dependencies are also automatically installed. If
- rmdir for OSX @info:mac
- s ''.DS_Store'' files in the directories to store its settings. This makes removing directories from th
- Oracle: SPFile and PFiles @info:oracle
- == Oracle: SPFile and PFiles ====== Oracle reads its parameters from a file called "SPFile". You can't
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- inereadable] (limit units: k=kilobit, m=megabit, g=gigabit,
- Set a Mac's Hostname @info:mac
- util --set HostName the_hostname </code> === Credits === * http://osxdaily.com/2010/09/06/change-yo