Fulltext results:
- Git @info:code
- ranches === 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 develop ... mits === List commits in branch BRANCH, which are not in branch REF: git cherry -v REF BRANCH For exa... mple, list commits in a feature branch, which are not in ''develop'': git cherry -v develop feature/F
- Cleanup Packages @info:linux:debian
- old stuff, you can ge a list of uninstalled (but not purged) packages with this command: <code bash> ... e packages are in. --no-show-section Do not show sections. --show-size, -z Show i... --all-packages, -a Compare all packages, not just libs. --exclude, -e LIST Work as if packages in LIST were not installed. --force-hold, -H Ignore hol
- Generate a Test Key @info:cryptography:openssl
- pecified then if a private key is created it will not be encrypted. * ''[[http://www.openssl.org/docs... e newly created private key to. If this option is not specified then the filename present in the config... estkey.key]]'': file to read private key from. If not present then a private key must be present in the
- MySQL: Create User @info:mysql:user
- 0 MAX_USER_CONNECTIONS 0 ; CREATE DATABASE IF NOT EXISTS `{db}`; GRANT ALL PRIVILEGES ON `{db}` . ... mpler Alternative: <code sql> CREATE DATABASE IF NOT EXISTS `dbname` DEFAULT CHARACTER SET = 'utf8'; G
- Mercurial
- ject'' directory. Only in the top directory, but not in subdirectories: <code> ^build$ ^dist$ ^nbproj... </code> Only in the second level directory, but not in subdirectories: <code> ^[^/]+/build$ ^[^/]+/d
- Package Repositories @info:solaris
- s.org/pending/ |Packages in the pending repo are not qualified and not recommended for installation by users | |https://pkg.sun.com/opensolaris/extra/ |O
- MySQL: Create Database @info:mysql:database
- eate Database ==== <code sql> CREATE DATABASE IF NOT EXISTS `{db}`; </code> ==== Create Database and ... hts to a User ==== <code sql> CREATE DATABASE IF NOT EXISTS `{db}`; GRANT ALL PRIVILEGES ON `{db}` . *
- Print all certificates in a file @info:cryptography:openssl
- to read from or standard input if this option is not specified. * ''[[http://www.openssl.org/docs/ap
- MacPorts @info:mac
- ts are updated, the old port is only deactivated, not uninstalled: <code> ... autoconf
- Android Backup @info:android
- ver sudo adb start-server </code> <file> * daemon not running. starting it now on port 5037 * * daemon
- Make your Mac feel at Home @info:mac
- # in home wlan echo "home sweet home..." else # not at home echo "on the road again..." fi </code>
- Command Line Tools Used in My Scripts @info:script
- k, find, grep, ps) which are always installed are not listed. ===== Audio/Video ===== * cdda2wav
- Print Information about a Key @info:cryptography:openssl
- tificate from or standard input if this option is not specified. * ''[[http://www.openssl.org/docs/ap
- Print Information about a Certificate @info:cryptography:openssl
- tificate from or standard input if this option is not specified. * ''[[http://www.openssl.org/docs/ap
- Debug Server Certificate from Client @info:cryptography:openssl
- fies the host and optional port to connect to. If not specified then an attempt is made to connect to t