Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- ~~NOTOC~~ ====== VBoxManage (The VirtualBox CLI) ====== This is a online reference of the output of ''... print version number and exit [-q|--nologo] suppress the logo [--settingsp... on|off] [--boot<1-4> none|floppy|dvd|disk|net>] [--nic<1-N> none|null|nat|bridged|intnet|hostonly|
- localeadm @info:solaris
- ${LOFIDEV} mount -F hsfs ${LOFIDEV} /mnt </code> Note: If you're using the bourne shell (instead of b... second line: ''LOFIDEV=`lofiadm -a ${ISOIMG}`'' Now you can use localeadm. ===== Examples ===== ==... -2, pl_PL.UTF-8, sk_SK.ISO8859-2, sk_SK.UTF-8 ] North America (nam) [ en_CA.ISO8859-1, en_CA.UTF-8, ... dle East (mea) [ ar_SA.UTF-8, he, he_IL.UTF-8 ] Northern Africa (naf) [ ar, ar_EG.UTF-8 ] North Am
- Compare a Key with its Certificate @info:cryptography:openssl
- e same "modulus" and "exponent". openssl x509 -noout -text -in server.crt openssl rsa -noout -text -in server.key The exponent is quite always 65537... nly need to compare the modulus. openssl x509 -noout -modulus -in server.crt openssl rsa -noout -modulus -in server.key Example: <file> $ openssl x
- Debug Server Certificate from Client @info:cryptography:openssl
- ]]'': display the whole server certificate chain: normally only the server certificate itself is displ... fies the host and optional port to connect to. If not specified then an attempt is made to connect to ... lford/O=COMODO CA Limited/CN=PositiveSSL CA 2 --- No client certificate CA names sent --- SSL handshak... it Secure Renegotiation IS supported Compression: NONE Expansion: NONE SSL-Session: Protocol : TL
- Generate a Test Key @info:cryptography:openssl
- Generate a Test Key ====== openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout testkey.key... [[http://www.openssl.org/docs/apps/req.html#item__nodes|-nodes]]'': if this option is specified then if a private key is created it will not be encrypted. * ''[[http://www.openssl.org/doc
- 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 === List unmerges commits === List commits in branc
- Print Information about a Key @info:cryptography:openssl
- ==== openssl x509 -inform DER -in testkey.cer -noout -text Informations about the used arguments f... |-inform DER]]'': This specifies the input format normally the command will expect an X509 certificate... tion is an obscure Netscape server format that is now obsolete. * ''[[http://www.openssl.org/docs/ap... tificate from or standard input if this option is not specified. * ''[[http://www.openssl.org/docs/a
- Cleanup Packages @info:linux:debian
- old stuff, you can ge a list of uninstalled (but not purged) packages with this command: <code bash>... s Show the sections the packages are in. --no-show-section Do not show sections. --show-size, -z Show installed size of packa... --all-packages, -a Compare all packages, not just libs. --exclude, -e LIST Work as i
- Print Information about a Certificate @info:cryptography:openssl
- rtificate ====== openssl x509 -in testkey.crt -noout -text Informations about the used arguments f... tificate from or standard input if this option is not specified. * ''[[http://www.openssl.org/docs/apps/x509.html#item__noout|-noout]]'': this option prevents output of the encoded version of the request. * ''[[http://www.
- Android Backup @info:android
- s: <file> List of devices attached ???????????? no permissions </file> You can solve this by restar... ver sudo adb start-server </code> <file> * daemon not running. starting it now on port 5037 * * daemon started successfully * </file> After this, the out... k like this: <file> G65ABT632191 device </file> Now, try to start the backup again. Good luck! {{ta
- Convert a Key @info:cryptography:openssl
- openssl pkcs12 -in testkey.p12 -out testkey.pem -nokeys Export the certificate only: openssl pkcs12 -in testkey.p12 -out testkey.pem -nokeys -clcerts {{tag>openssl security cryptography
- Oracle: SPFile and PFiles @info:oracle
- O_PFILE}. <code sql> SHUTDOWN IMMEDIATE; STARTUP NOMOUNT PFILE='${PATH_TO_PFILE}' CREATE SPFILE FROM ... the the second line would be: <code sql> STARTUP NOMOUNT PFILE='/db/oracle/config/pfiles/initweb.ora'
- Firefox Extensions @info:prog:firefox
- ]] * [[https://addons.mozilla.org/firefox/addon/noscript/|NoScript]] * [[https://addons.mozilla.org/firefox/addon/operator/|Operator]] * [[https://a
- Oracle: Recovery Manager @info:oracle
- g. via cron, after backup run: <code sql> DELETE NOPROMPT ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE -4... {HOME}/.profile rman target / << __EOF__ DELETE NOPROMPT ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE -3
- 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 m... Administrator (SCSA)]] certification. This are my notes taken while studying the preparation books. =