Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- (The VirtualBox CLI) ====== This is a online reference of the output of ''VBoxManage'' without options... <code> Oracle VM VirtualBox Command Line Management Interface Version 4.2.16 (C) 2005-2013 Oracle Co... ved. </code> ===== Usage: ===== VBoxManage [<general option>] <command> ===== General Options: ===== [-v|--version] print version numbe
- Generate a Test Key @info:cryptography:openssl
- ====== Generate a Test Key ====== openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout testkey.key -out testkey.crt Informations about the used arguments from the OpenSSL man page: * ''[[http://www.openssl.org/docs/apps/req.html|req]]'': PKCS#10 cert
- Debug Server Certificate from Client @info:cryptography:openssl
- ====== Debug Server Certificate from Client ====== Credit for this example goes to "[[http://langui.s... /03/14/checking-a-remote-certificate-chain-with-openssl/| Checking A Remote Certificate Chain With OpenSSL]]" from [[http://langui.sh/|langui.sh]]. openssl s_client -showcerts -connect www.andunix.net:4
- localeadm @info:solaris
- sing the bourne shell (instead of bash or ksh), then use backticks in the second line: ''LOFIDEV=`lofi... September 2010, 16:44:50 Uhr CEST POSIX (C) Central Europe (ceu) [ cs_CZ.ISO8859-2, cs_CZ.UTF-8, ... .ISO8859-2, sk_SK.UTF-8 ] North America (nam) [ en_CA.ISO8859-1, en_CA.UTF-8, en_US.ISO8859-1, en_US.ISO8859-15, en_US.UTF-8, es_MX.ISO8859-1, es_MX.UTF
- Compare a Key with its Certificate @info:cryptography:openssl
- ', they need to have the same "modulus" and "exponent". openssl x509 -noout -text -in server.crt openssl rsa -noout -text -in server.key The exponent is quite always 65537. So we only need to compare th
- Package Repositories @info:solaris
- Package System can be found at: * http://www.opensolaris.org/os/project/pkg/. * http://wikis.sun.... tory**// ^ //**Description**// | |http://pkg.opensolaris.org/release/ |OpenSolaris Distribution, Releases | |http://pkg.opensolaris.org/dev/ |OpenSolaris Distribution, Develop
- Print Information about a Key @info:cryptography:openssl
- ====== Print Information about a Key ====== openssl x509 -inform DER -in testkey.cer -noout -text Informations about the used arguments from the OpenSSL man page: * ''[[http://www.openssl.org/docs/apps/x509.html|x509]]'': Certificate display and si
- Virtual Network Visualization @info:solaris
- ====== Virtual Network Visualization ====== OpenSolaris supports virtual networks using virtual interf... . This feature was introduced with [[http://www.opensolaris.org/os/project/crossbow/|Project Crossbow]] in OpenSolaris 2009.06. To visualize the internal network... 'dladm show-linkprop -o link,value -p zone'' and generates a dot-File, which then can be rendered usin
- Firefox Extensions @info:prog:firefox
- ====== Firefox Extensions ====== ===== Browsing Extensions ===== ^ //**Extension**// ^ //**Description**// ^ |[[https://addons.mozilla.org/firefox/add... ating to another site. | ===== Web Developer Extensions ===== ^ //**Extension**// ^ //**Descript
- Print Information about a Certificate @info:cryptography:openssl
- Print Information about a Certificate ====== openssl x509 -in testkey.crt -noout -text Informations about the used arguments from the OpenSSL man page: * ''[[http://www.openssl.org/docs/apps/x509.html|x509]]'': Certificate display and si
- Print all certificates in a file @info:cryptography:openssl
- -print_certs to print all the certificates and then cut the file and store each certificate in a single file. openssl pkcs7 -in file.pem -print_certs -out certs.pem Informations about the used arguments from the OpenSSL man page: * ''[[http://www.openssl.org/docs/apps/pkcs7.html|pkcs7]]'': PKCS#7 u
- Cleanup Packages @info:linux:debian
- ans ===== If a packages is installed, all its dependencies are also automatically installed. If the selected package is removed or the dependencies change, there can be left over packages. ''deborphan'' is an utility which searches for automa
- DynDNS Updates without a Client @info:script
- ====== DynDNS Updates without a Client ====== My new hosting provide Strato offers DynDNS. I was searching for a DynDNS client for my OpenSolaris Home Server, but a small bash script does the job as good as any other client. <code bash dyndns-update.sh> #! /bin/bash .
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- ator (SCSA)]] certification. This are my notes taken while studying the preparation books. ===== Mana... ==== Inodes ==== * Find all hard links of a given inode: find <filesystem> -mount -inum <inode> -ls * For example, to find all filesystem entries in the root filesystem for inode 4711, use t... * The //logical block size// is 4 KiB(([[http://en.wikipedia.org/wiki/Byte#Unit_multiples|Kibibyte (
- Plaintext @info:cryptography
- ====== Plaintext ====== The plaintext is unencrypted and unsigned text. It's the payload which then get's signed and/or encrypted. Wikipedia defines [[http://en.wikipedia.org/wiki/Plaintext|plaintext]] as: > In cryptograph