Fulltext results:
- Formatting Syntax @wiki
- [[doku>toolbar|quickbuttons]], too. ===== Basic Text Formatting ===== DokuWiki supports **bold**, //i... by a whitespace or the end of line. This is some text with some linebreaks\\ Note that the two backslas... espace \\this happens without it. This is some text with some linebreaks\\ Note that the two backsl... m or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points
- 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 cryptography, plaintext is
- Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
- 4:33~~ ====== Upgrade Solaris 11/OpenSolaris from Text to Graphical ====== If you installed your system using the text installer, the system will only be installed with a text interface. Here is how to upgrade to a graphical ... ttp://hub.opensolaris.org/bin/view/Project+caiman/Text+Install+b134+Notes|Text Installer FAQ]]. {{tag>h
- Print Information about a Certificate @info:cryptography:openssl
- te ====== openssl x509 -in testkey.crt -noout -text Informations about the used arguments from the O... [http://www.openssl.org/docs/apps/x509.html#item__text|-text]]'': prints out the certificate in text form. Full details are output including the public key, signatu
- andunix.net
- ====== andunix.net ====== <html> <style type="text/css"> table.ax-links { border:none;width:auto; } tabl... e; } table.ax-links td.ax-domain { font-size:200%;text-align:right; } table.ax-links td.ax-isolator { font-size:200%;padding:0 0.25em;text-align:center; } table.ax-links td.ax-links { text-align:left; } table.ax-links td.ax-logo { padding-rig
- Dice Roller @blog:2009
- name="rolldice" method="GET"> <input type="text" name="n" size="2"/> d <input type="text" name="s" size="2"/> + <input type="text" name="o" size="4"/> <input type="submit" value="roll"/> <input disabled="true" type="text" name="r" size="4"/> </form> </code> ===== Jav
- Print Information about a Key @info:cryptography:openssl
- openssl x509 -inform DER -in testkey.cer -noout -text Informations about the used arguments from the O... [http://www.openssl.org/docs/apps/x509.html#item__text|-text]]'': prints out the certificate in text form. Full details are output including the public key, signatu
- Firefox Extensions @info:prog:firefox
- s://addons.mozilla.org/firefox/addon/cookieman-context/|CookieMan Context]] - Adds a context menu to Firefox's cookie manager and permissions dialogs. * [[https://addons.mozil
- Shadows @info:webdesign:css
- height: 50px; width: 100px;"></div></html> ===== Text Shadow ===== ==== Alien Glow ==== text-shadow: 0pt 0pt 6px rgb(0, 255, 255) <html><span style="bac... rgb(0, 255, 255); font-size: 14pt; padding: 6pt; text-shadow: 0pt 0pt 6px rgb(0, 255, 255);">Alien Glow
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- [--eula <license text>] [--eulafile... tiattach] [--comment <text>] [--setuuid <uuid>]
- Thunderbird Extendsions @info
- https://addons.mozilla.org/thunderbird/addon/quicktext/|Quicktext]] {{tag>mozilla thunderbird extension add-on}}
- Travian Analyzer Bookmarklet @z:travian
- alyzer. * Same for allies. * If you mark some text on the website, eg. a name of a village and click... "Analyze", then the browser will search for this text in the Analyzer. ===== Source ===== And here is
- Compare a Key with its Certificate @info:cryptography:openssl
- "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 onl
- Oracle: SPFile and PFiles @info:oracle
- d the parameters from "PFiles", which are regular text files. ===== Create PFile ===== To export the S
- Print Information about a Signature @info:cryptography:openssl
- === <code bash> openssl pkcs7 -in signature.p7s -text -inform DER -print_certs -noout </code> {{tag> c