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 [[https://kb.wisc.edu/|University of Wisconsin Knowledgebase]]. To see if a key ''server.key'' belo... 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 -
- 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
- 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 ... cC51c2VydHJ1c3QuY29tMA0GCSqGSIb3DQEBBQUAA4IBAQCcNuNOrvGK u2yXjI9LZ9Cf2ISqnyFfNaFbxCtjDei8d12nxDf9Sy2e6... lford/O=COMODO CA Limited/CN=PositiveSSL CA 2 --- No client certificate CA names sent --- SSL handshak
- 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
- 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. =... ce> * Directly transfer VTOC from one disk to another: prtvtoc <source raw device> | fmthard -s - <target raw device> ==== Inodes ==== * Find all hard links of a given inode
- 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
- Firefox @info:prog:firefox
- ====== Firefox ====== ===== Start another Firefox ===== To start another instance of firefox, use this command: firefox -P "My Profile" -no-remote For more information visit [[http://kb.mo... azine.org/Opening_a_new_instance_of_Firefox_with_another_profile|Opening a new instance of your Mozill
- 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
- fstyp @info:solaris
- mat dynamic time Wed Dec 23 17:26:29 2009 sblkno 16 cblkno 24 iblkno 32 dblkno 760 sbsize 2048 cgsize 8192 cgoffset 64 cgmask 0xffffffc0 ncg 427
- Mercurial
- ====== Mercurial ====== ===== .hgignore ===== Some handy ''.hgignore'' expressions: ==== Ignore Mac Files ==== Ignore ''.DS_Store'' and ''._*'' files: <code> (^|/)\._[^/]+$ (^|/)\.DS_Store$ </c
- Virtual Network Visualization @info:solaris
- lack"; $STYLE{'vnic'} = "color=blue"; #$STYLE{'unknown'} = "fontcolor=red"; $STYLE{'up'} = "fontcolor=... 1500 up -- e1000g1 phys 1500 unknown -- isc_net0 etherstub 9000 unknown -- isc0 vnic 9000 up isc_net0 isc1 ... tcolor=green]; // e1000g1 phys 1500 unknown -- e1000g1 [color=black]; // isc_net0 eth
- 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
- 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.