Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- 2.16 (C) 2005-2013 Oracle Corporation All rights reserved. </code> ===== Usage: ===== VBoxManage [... number and exit [-q|--nologo] suppress the logo [--settingspw <pw>] provide the... list [--long|-l] vms|runningvms|ostypes|hostdvds|hostfloppies| bridgedifs|hostonlyifs|dhcpservers|hostinfo|
- Cleanup Packages @info:linux:debian
- ====== Cleanup Packages ====== ===== Purge uninstalled Packages ===== If a package is removed, it is only uninstalled, but ... n ge a list of uninstalled (but not purged) packages with this command: <code bash> dpkg --get-select... this list directly to aptitude to purge the packages: <code bash> aptitude purge $(dpkg --get-selecti
- localeadm @info:solaris
- ==== localeadm ====== The localeadm utility queries and configures Solaris locales through a command line interface. * man page: [[http://docs.oracle.com/cd/E18752_0... OIMG}`'' Now you can use localeadm. ===== Examples ===== ==== List Installed Locales ==== <code ba
- 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: * ''[[h
- 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... inistrator (SCSA)]] certification. This are my notes taken while studying the preparation books. ===== Managing File Systems ===== ==== List Devices ==== To list the system's devices, you can use the following commands: * ''dmesg'' * ''format''
- Debug Server Certificate from Client @info:cryptography:openssl
- ate from Client ====== Credit for this example goes to "[[http://langui.sh/2009/03/14/checking-a-remo... ect|-connect www.andunix.net:443]]'': This specifies the host and optional port to connect to. If not ... ECTED(00000003) depth=1 C = GB, ST = Greater Manchester, L = Salford, O = COMODO CA Limited, CN = PositiveSSL CA 2 verify error:num=20:unable to get local is
- Firefox Extensions @info:prog:firefox
- g Extensions ===== ^ //**Extension**// ^ //**Description**// ^ |[[https://addons.mozilla.org/fire... -plus/|Adblock Plus]] |A must-have. Blocks all these blinking ads which are so anoying. | |[[https:/... on/greasemonkey/|Greasemonkey]] |Customize webpages using JavaScript. | |[[https://addons.mozilla.or... |[[https://addons.mozilla.org/firefox/addon/self-destructing-cookies/|Self-Destructing Cookies]] |Rem
- Package Repositories @info:solaris
- ====== Package Repositories ====== There's a list of multi-OS repositories at [[http://wikis.sun.com/display/IpsBestPractices/Directory+of+Package+Repositories]]. More on IPS, the Image Package System can be found at
- rmdir for OSX @info:mac
- ==== rmdir for OSX ====== The Finder on OSX creates ''.DS_Store'' files in the directories to store its settings. This makes removing directories from the command line quite complicated: <code
- Mercurial
- === .hgignore ===== Some handy ''.hgignore'' expressions: ==== Ignore Mac Files ==== Ignore ''.DS_Store'' and ''._*'' files: <code> (^|/)\._[^/]+$ (^|/)\.DS_Store$ </code> ==== NetBeans ==== These expressions exclude the directories ''build'', '
- Print Information about a Key @info:cryptography:openssl
- out a Key ====== openssl x509 -inform DER -in testkey.cer -noout -text Informations about the used... 09.html#item__inform|-inform DER]]'': This specifies the input format normally the command will expect... is can change if other options such as -req are present. The DER format is the DER encoding of the cer... ing of the DER encoding with header and footer lines added. The NET option is an obscure Netscape serv
- Convert a Key @info:cryptography:openssl
- re ===== keytool -importkeystore -srckeystore testkey.p12 -srcstoretype pkcs12 -srcalias 1 -destkeystore testkey.jks -deststoretype jks -destalias testkey You can add ''-deststorepass PASSWORD'' to set the pas
- Oracle: SPFile and PFiles @info:oracle
- ====== Oracle: SPFile and PFiles ====== Oracle reads its parameters from a file called "SPFile". You ... ionally, Oracle can read the parameters from "PFiles", which are regular text files. ===== Create PFile ===== To export the SPFiles to a PFile, just enter the following in SQLplus: <
- Git @info:code
- -bare [DIR] === Log === See commits between branches: git log master..develop ===== Branches ===== === List Branches === git branch === Switch Branch === git checkout BRANCH === Delete Branc... ch === git push origin -d BRANCH === List unmerges branches === List branches with commits, which ar
- Print all certificates in a file @info:cryptography:openssl
- ====== Print all certificates in a file ====== This command is especially helpful if you want to use Tomcat-/Java-Keystore-Certificates with the Apache webserver. Use the -print_certs to print all the certificates and then cut the file and store each certificate