Fulltext results:
- localeadm @info:solaris
- .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-8, fr_CA.ISO8859-1, fr_CA.UTF
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- le>|stdin] [--tracing-enabled on|off] [--traci... on|off] [--autostart-enabled on|off] [--autos... [[<display>] [<enabled:yes|no> | ... [--lun <lun>] [--encodedlun <lun>] [--use
- Print Information about a Key @info:cryptography:openssl
- ch as -req are present. The DER format is the DER encoding of the certificate and PEM is the base64 encoding of the DER encoding with header and footer lines added. The NET option is an obscure Netscape s... ut|-noout]]'': this option prevents output of the encoded version of the request. * ''[[http://www.o
- Disable a Service @info:linux:debian
- ash> service <service> stop update-rc.d <service> enable|disable </code> With ''systemd'' (starting w... bash> systemctl disable <service> </code> To (re)enable a service: <code bash> update-rc.d <service> enable|disable service <service> stop </code> With ... (starting with Debian 8): <code bash> systemctl enable <service> </code> {{tag>linux debian sysadmi
- Plaintext @info:cryptography
- . It's the payload which then get's signed and/or encrypted. Wikipedia defines [[http://en.wikipedia.org/wiki/Plaintext|plaintext]] as: > In cryptograph... he operation of cryptographic algorithms, usually encryption algorithms, and is the input upon which t
- ISO 3166-2 @info:db:iso:3166-2
- 166-2 ====== * urn:iso:std:iso:3166:-2:ed-2007:en * EN: http://en.wikipedia.org/wiki/ISO_3166-2 {{tag>standard iso country}}
- ISO 3166-2:DE @info:db:iso:3166-2
- -2:DE ====== * urn:iso:std:iso:3166:-2:ed-2007:en * DE: http://de.wikipedia.org/wiki/ISO_3166-2:DE * EN: http://en.wikipedia.org/wiki/ISO_3166-2:DE {{tag>standard iso country germany de}}
- Firefox Extensions @info:prog:firefox
- la.org/firefox/addon/private-tab/|Private Tab]] |Enables private tabs, so you can be logged in with t... hblock]] - Block Flash and shows a play button to enable it once. * [[https://addons.mozilla.org/fir
- Oracle: SPFile and PFiles @info:oracle
- ile ===== To export the SPFiles to a PFile, just enter the following in SQLplus: <code sql> CREATE P... m the PFile and the write the SPFile. You have to enter the path to the PFile instead of ${PATH_TO_PFI
- Compare a Key with its Certificate @info:cryptography:openssl
- D63 $ openssl rsa -noout -modulus -in server.key Enter pass phrase for server.key: Modulus=C8B04B9D50... rsa -noout -modulus -in server.key | openssl md5 Enter pass phrase for server.key: (stdin)= 91cc0cf51
- Command Line Audio @info:mac
- udo osascript -e "set Volume 10" </code> You can enter numbers from 0 (mute) to 10 (maximum). ===== ... a built-in command line audio player]]. You just enter <code bash> afplay file.wav </code> More inf
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- ode> -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 (
- Change Encoding with iconv @info:script
- ====== Change Encoding with iconv ====== ===== Convert Single File ===== iconv -f iso-8859-1 -t ut... {f}_$$_TEMP ${f} \ && mv ${f}_$$_TEMP ${f} done </code> {{tag>sysadmin convert encoding shell cli}}
- Download a Server Certificate @info:cryptography:openssl
- etween ''-----BEGIN CERTIFICATE-----'' and ''-----END CERTIFICATE-----''. The first certificate is the... -----BEGIN CERTIFICATE-----'' to the first ''-----END CERTIFICATE-----'' to a file. This certificate i
- URL Encoding @info:webdesign
- ====== URL Encoding ====== ^ Character ^ URL-Code ^ | & | %26 | | ? | %3F | {{tag>web webdesign html http encoding reference}}