Fulltext results:
- Compare a Key with its Certificate @info:cryptography:openssl
- ''server.crt'', they need to have the same "modulus" and "exponent". openssl x509 -noout -text -in... always 65537. So we only need to compare the modulus. openssl x509 -noout -modulus -in server.crt openssl rsa -noout -modulus -in server.key Example: <file> $ openssl x509 -noout -
- ZFS Playground @blog:2009
- pfexec zpool create demo /var/tmp/c0d0 zpool status </code> <code> pool: demo state: ONLINE scru... ttach demo /var/tmp/c0d0 /var/tmp/c0d1 zpool status </code> <code> pool: demo state: ONLINE scru... 73K resilvered </code> Note that the ''zpool status'' output now shows a mirror over two files. Also... place demo /var/tmp/c0d1 /var/tmp/c1d0 zpool status </code> <code> pool: demo state: ONLINE scru
- localeadm @info:solaris
- 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-8 ] Done. A copy ... America (nam) [ en_CA.ISO8859-1, en_CA.UTF-8, en_US.ISO8859-1, en_US.ISO8859-15, en_US.UTF-8, es_MX.I
- Formatting Syntax @wiki
- ase note that these only make sense in a homogeneous user group like a corporate [[wp>Intranet]]. W... m by at least two spaces (like used for the previous examples) or by using the tags ''%%<code>%%'' or ... same code and file blocks described in the previous section, but this time the name of the language s... nuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal
- Oracle: SQLplus Scripting @info:oracle
- ====== Oracle: SQLplus Scripting ====== To show only data in SQLplus and no header or other stuff, enter the following: <c... SET VERIFY OFF SET HEADING OFF SET MARKUP HTML OFF SPOOL OFF </code> {{tag>oracle scripting sqlplus}}
- sqlplus @tag
- ====== sqlplus ====== ===== Pages ===== {{topic>sqlplus&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/sqlplus}}
- status @tag
- ====== status ====== ===== Pages ===== {{topic>status&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/status}}
- Firefox Extensions @info:prog:firefox
- ttps://addons.mozilla.org/firefox/addon/adblock-plus/|Adblock Plus]] |A must-have. Blocks all these blinking ads which are so anoying. | |[[https://addo
- Oracle: SPFile and PFiles @info:oracle
- iles to a PFile, just enter the following in SQLplus: <code sql> CREATE PFILE FROM SPFILE; </code> I
- Oracle: List Accounts with Objects @info:oracle
- s: <code sql> SELECT USERNAME FROM DBA_USERS ORDER BY USERNAME; </code> {{tag>admin oracle sqlplus}}
- Simulating slow network connections with trickle @blog:2014
- ound on these pages: * [[http://monkey.org/~marius/pages/?page=trickle|trickle Homepage]] * [[http
- Cleanup Packages @info:linux:debian
- ble: --help, -h This help. --status-file, -f FILE Use FILE as statusfile. --vers
- jps - Java Virtual Machine Process Status Tool @info:java
- ====== jps - Java Virtual Machine Process Status Tool ====== The Java Virtual Machine has a ''jps'' to
- Virtual Network Visualization @info:solaris
- sted in the [[http://blogs.sun.com/observatory/en_US/entry/crossbow_virtual_wire_demo_tool|Crossbow Vi
- Git @info:code
- ant the changes files between branches, you can user this: git diff --name-status branchA..branchB