Fulltext results:
- Firefox @info:prog:firefox
- ====== Firefox ====== ===== Start another Firefox ===== To start another instance of firefox, use this command: firefox -P "My Profile" -... azine.org/Opening_a_new_instance_of_Firefox_with_another_profile|Opening a new instance of your Mozilla application with another profile]] in the [[http://kb.mozillazine.org/|
- 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
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- ====== Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) ====== I'm preparing my... Administrator (SCSA)]] certification. This are my notes taken while studying the preparation books. ==... ce> * Directly transfer VTOC from one disk to another: prtvtoc <source raw device> | fmthard -s -
- 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
- Android Apps @info:android
- om/store/apps/details?id=de.softxperience.android.noteeverything|Note Everything]] * [[https://play.google.com/store/apps/details?id=de.schildbach.oeffi|Ö
- 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}` . *
- 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
- Specify Java VM for Eclipse @info:code:eclipse
- irectory: <code> -vm /opt/jdk/bin/java </code> <note important>It is important that the ''-vm'' and t... executeable are specified in two separate lines!</note> Source: [[http://wiki.eclipse.org/Eclipse.ini#
- Android Backup @info:android
- ver sudo adb start-server </code> <file> * daemon not running. starting it now on port 5037 * * daemon
- Firefox Extensions @info:prog:firefox
- s cookies after closing the tab or navigating to another site. | ===== Web Developer Extensions =====
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- ~~NOTOC~~ ====== VBoxManage (The VirtualBox CLI) ====== This is a online reference of the output of ''V
- 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