Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- (C) 2005-2013 Oracle Corporation All rights reserved. </code> ===== Usage: ===== VBoxManage [<gene... ds|hostfloppies| bridgedifs|hostonlyifs|dhcpservers|hostinfo| ... exexcl on|off] [--nestedpaging on|off] [--larg... [--cpuidset <leaf> <eax> <ebx> <ecx> <edx>] [--cpuidremove <le
- Generate a Test Key @info:cryptography:openssl
- ey.key -out testkey.crt Informations about the used arguments from the OpenSSL man page: * ''[[htt... m__x509|-x509]]'': this option outputs a self signed certificate instead of a certificate request. This is typically used to generate a test certificate or a self signed root CA. The extensions added to the certificate (if
- Cleanup Packages @info:linux:debian
- === Cleanup Packages ====== ===== Purge uninstalled Packages ===== If a package is removed, it is only uninstalled, but the configuration remains on the system. This is a good thing, as you ar... able to reinstall the package and have it configured with the old configuration. But if you want to cl
- Debug Server Certificate from Client @info:cryptography:openssl
- == Debug Server Certificate from Client ====== Credit for this example goes to "[[http://langui.sh/20... ect www.andunix.net:443 Informations about the used arguments from the OpenSSL man page: * ''[[htt... ally only the server certificate itself is displayed. * ''[[http://www.openssl.org/docs/apps/s_clien... st and optional port to connect to. If not specified then an attempt is made to connect to the local h
- Compare a Key with its Certificate @info:cryptography:openssl
- ==== Compare a Key with its Certificate ====== Credit for this example goes to "[[https://kb.wisc.edu/middleware/page.php?id=4064|Verifying that a Privat... tches a Certificate]]" from the [[https://kb.wisc.edu/|University of Wisconsin Knowledgebase]]. To see if a key ''server.key'' belongs to the certificate
- 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 c
- Virtual Network Visualization @info:solaris
- virtual networks using virtual interfaces connected with virtual switches. This feature was introduced with [[http://www.opensolaris.org/os/project/cross... .06. To visualize the internal network(s), I created a perl script which takes the output of ''dladm s... and generates a dot-File, which then can be rendered using [[http://www.graphviz.org/|Graphviz]]. **U
- MacPorts @info:mac
- Ports ====== ===== List Ports ===== list requested ports: <code bash> port echo requested | cut -d ' ' -f 1 | uniq </code> list installed ports: <code bash> port -qv installed </code> ===== Housekeeping ===== When ports are updated, the
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- raining/certification/solaris/scsa.xml|Sun Certified System Administrator (SCSA)]] certification. This... //logical block size// is 4 KiB(([[http://en.wikipedia.org/wiki/Byte#Unit_multiples|Kibibyte (KiB)]])) or 8 KiB. On sun4u only 8 KiB is supported. 8 KiB is default and recommended. * The //fragment size// is the logical block size divided by 1,
- localeadm @info:solaris
- ocaleadm. ===== Examples ===== ==== List Installed Locales ==== <code bash> localeadm -lc </code> Example output: <code> Checking for installed packages. This could take a while. […] ----------------- The following regions are installed on maja on Donnerstag, 9. September 2010, 16:44:... ode> Example output: <code> Checking for installed packages. This could take a while. […] ------
- Print Information about a Key @info:cryptography:openssl
- estkey.cer -noout -text Informations about the used arguments from the OpenSSL man page: * ''[[htt... the DER encoding with header and footer lines added. The NET option is an obscure Netscape server for... om or standard input if this option is not specified. * ''[[http://www.openssl.org/docs/apps/x509.ht... oout]]'': this option prevents output of the encoded version of the request. * ''[[http://www.openss
- jps - Java Virtual Machine Process Status Tool @info:java
- cesses: ''jps'' <code> 55719 hourglass.jar 51299 jEdit 51610 Main 56026 Jps </code> Long listing: ''j... lass-0.6.1/lib/hourglass.jar 51299 /Applications/jEdit 56042 sun.tools.jps.Jps 51610 org.netbeans.Main... '' <code> 55719 hourglass.jar 56051 Jps -m 51299 jEdit 4.2/jedit.jar 51610 Main --userdir /Users/andreas/Library/Application Support/visualvm/1.0.1 --bran
- Oracle: SPFile and PFiles @info:oracle
- ==== Oracle reads its parameters from a file called "SPFile". You can't change it directly as it's a ... tead of ${PATH_TO_PFILE}. <code sql> SHUTDOWN IMMEDIATE; STARTUP NOMOUNT PFILE='${PATH_TO_PFILE}' CREATE SPFILE FROM PFILE; SHUTDOWN IMMEDIATE; </code> If your PFile is located at ''/db/oracle/config/pfiles/initweb.ora'', the the second li
- Print Information about a Certificate @info:cryptography:openssl
- estkey.crt -noout -text Informations about the used arguments from the OpenSSL man page: * ''[[htt... om or standard input if this option is not specified. * ''[[http://www.openssl.org/docs/apps/x509.ht... oout]]'': this option prevents output of the encoded version of the request. * ''[[http://www.openss... ions present and any trust settings. You should redirect the output into a file (with "''> testkey_in
- DynDNS Updates without a Client @info:script
- tname=${domain}" done </code> First, the login credentials (the ''$LOGIN'' variable) and the server's... s'' contains all the domains which should be updated. They must be whitespace separated, I recomment to put one domain per line. In the for loop, curl is used to update the domains. Currently, I use the swit