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 -
- 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
- 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}}
- 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
- Virtual Network Visualization @info:solaris
- sted in the [[http://blogs.sun.com/observatory/en_US/entry/crossbow_virtual_wire_demo_tool|Crossbow Vi
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- wareuuid <uuid>] [--cpus <number>] [--cpuhotpl
- Git @info:code
- ant the changes files between branches, you can user this: git diff --name-status branchA..branchB
- 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
- Oracle: List Accounts with Objects @info:oracle
- s: <code sql> SELECT USERNAME FROM DBA_USERS ORDER BY USERNAME; </code> {{tag>admin oracle sqlplus}}
- Oracle: SPFile and PFiles @info:oracle
- iles to a PFile, just enter the following in SQLplus: <code sql> CREATE PFILE FROM SPFILE; </code> I