Fulltext results:
- Git @info:code
- unmerges branches === List branches with commits, which are not in branch REF: git branch --no-merged REF For example, list unmerged branches, which are not in ''develop'': git branch --no-merged ... merges commits === List commits in branch BRANCH, which are not in branch REF: git cherry -v REF BRANCH For example, list commits in a feature branch, which are not in ''develop'': git cherry -v develop f
- Command Line Tools Used in My Scripts @info:script
- ipts ====== This is a list of comman dline tools which I use in my scripts an which should be installed on every of my systems. Basic tools (e.g. awk, find, grep, ps) which are always installed are not listed. ===== Audio
- Cleanup Packages @info:linux:debian
- e left over packages. ''deborphan'' is an utility which searches for automatically installed but leftover... de> </code> I'm using the ''--guess-all'' option which lists all orphans which ''deborphan'' can find: <code bash> deborphan --guess-all </code> You can feed
- Firefox Extensions @info:prog:firefox
- us]] |A must-have. Blocks all these blinking ads which are so anoying. | |[[https://addons.mozilla.org/... -developer/|Web Developer]] | | And some more, which are interesting: * [[https://addons.mozilla.org
- Plaintext @info:cryptography
- s unencrypted and unsigned text. It's the payload which then get's signed and/or encrypted. Wikipedia de... ally encryption algorithms, and is the input upon which they operate. Cleartext, by contrast, refers to d
- Virtual Network Visualization @info:solaris
- the internal network(s), I created a perl script which takes the output of ''dladm show-link'' and ''dla... -o link,value -p zone'' and generates a dot-File, which then can be rendered using [[http://www.graphviz.
- root login with bash @info:script
- gin as root, just ''su'' to ''root'' from an user which has the ''root'' role. Also, the ''root'' user ha
- Android Backup @info:android
- nected devices: <code bash> adb devices </code> Which may result in a listing like this: <file> List o
- Make your Mac feel at Home @info:mac
- me ====== A small snippet from one of my scripts which tests whether your Mac is in the given (home) WLA
- Command Line Audio @info:mac
- e of my Mac at home, I needed a command line tool which I can use via ssh. I've found it here: [[http://o
- DynDNS Updates without a Client @info:script
- file ''.dyndns.domains'' contains all the domains which should be updated. They must be whitespace separa
- SSH
- secret key ===== The public key ''andunix.pub'' which belongs to the secret key ''andunix'' is extracte
- Oracle: SPFile and PFiles @info:oracle
- ly, Oracle can read the parameters from "PFiles", which are regular text files. ===== Create PFile =====