Fulltext results:
- 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
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- (C) 2005-2013 Oracle Corporation All rights reserved. </code> ===== Usage: ===== VBoxManage [<gene... [--biosbootmenu disabled|menuonly|messageandmenu] ... [--nic<1-N> none|null|nat|bridged|intnet|hostonly| ... irtio] [--cableconnected<1-N> on|off] [--nictr
- 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
- 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... nt -showcerts -connect www.andunix.net:443 CONNECTED(00000003) depth=1 C = GB, ST = Greater Manchester
- 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
- 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
- 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
- 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. […] ------
- 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... (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, 2, 4 or 8. So, it can be between 512 Bytes
- Command Line Tools Used in My Scripts @info:script
- ====== Command Line Tools Used in My Scripts ====== This is a list of comman dline tools which I use in my scripts an which should be installed on every of my systems. Basic tools (e.g. awk, find, grep, ps) which are always installed are not listed. ===== Audio/Video ===== * cdda2wav * cdrecord * cdrdao * [[http://dvdauthor
- 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
- Android Backup @info:android
- n the filename: <code bash> adb backup -apk -shared -all -f $(date '+%Y-%m-%d').db </code> If you ar... connect for backup"), check the listing of connected devices: <code bash> adb devices </code> Which ... listing like this: <file> List of devices attached ???????????? no permissions </file> You can sol... ing. starting it now on port 5037 * * daemon started successfully * </file> After this, the output of
- MySQL: Create User @info:mysql:user
- ==== <code sql> CREATE USER '{user}'@'%' IDENTIFIED BY '{passwd}'; </code> ==== Create User and Data... b}'' <code sql> CREATE USER '{user}'@'%' IDENTIFIED BY '{passwd}'; GRANT USAGE ON * . * TO '{user}'@'%' IDENTIFIED BY '{passwd}' WITH MAX_QUERIES_PER_HOUR 0 ... NT ALL ON `dbname`.* TO 'dbuser'@'dbhost' IDENTIFIED BY 'dbpass'; </code> {{tag>admin database mysql
- Print all certificates in a file @info:cryptography:openssl
- nt_certs -out certs.pem 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/pkcs7.h... s]]'': prints out any certificates or CRLs contained in the file. They are preceded by their subject and issuer names in one line format. * ''[[http://w
- Git @info:code
- hich 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 commit