Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- ~~NOTOC~~ ====== VBoxManage (The VirtualBox CLI) ====== This is a online reference of the output of ''... xManage'' without options. <code> Oracle VM VirtualBox Command Line Management Interface Version 4.2.16 (C) 2005-2013 Oracle Corporation All rights reserved. </code> ===== Usage: ===== VBoxManage [<general option>] <command> ===== General Options: =====
- localeadm @info:solaris
- ====== localeadm ====== The localeadm utility queries and configures Solaris locales through a command line interface. * man page: [... p://docs.oracle.com/cd/E18752_01/html/816-5166/localeadm-1m.html#REFMAN1Mlocaleadm-1m|localeadm(1M)]]
- 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 are able to reinstall the package and have it configured with the old ... leanup this old stuff, you can ge a list of uninstalled (but not purged) packages with this command:
- Virtual Network Visualization @info:solaris
- ====== Virtual Network Visualization ====== OpenSolaris supports virtual networks using virtual interfaces connected with virtual switches. This feature was introduced with [
- Debug Server Certificate from Client @info:cryptography:openssl
- : display the whole server certificate chain: normally only the server certificate itself is displayed... ix.net:443]]'': This specifies the host and optional port to connect to. If not specified then an attempt is made to connect to the local host on port 443. ===== Example Output ===== <f... 03) depth=1 C = GB, ST = Greater Manchester, L = Salford, O = COMODO CA Limited, CN = PositiveSSL CA 2
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- vfsadm -i sd'' ==== Device Names ==== * physical device path: ''"/pci@0/pci@0/pci@1/pci@0/pci@2/network@0" 0 "e1000g"'' * logical device name: ''e1000g0'' * logical device path: ''/dev/e1000g0'' (symlink to physical device path) * driver: ''e1000g'' * driver ins
- jps - Java Virtual Machine Process Status Tool @info:java
- ====== jps - Java Virtual Machine Process Status Tool ====== The Java Virtual Machine has a ''jps'' tool wich is a bit like the ''ps'' command. ''jps'' lists all ''java'' Processes of a user. You can find the m... a/bin/jps -lm Here are some more examples: List all java processes: ''jps'' <code> 55719 hourglass.j
- MacPorts @info:mac
- uested | cut -d ' ' -f 1 | uniq </code> list installed ports: <code bash> port -qv installed </code> ===== Housekeeping ===== When ports are updated, the old port is only deactivated, not uninstalled: <code> ... autoconf @2.... @2.69_5 ... </code> You can see a list of all installed ports: <code bash> port echo installed
- Oracle: Recovery Manager @info:oracle
- </code> ===== Delete Archive Logs ===== Delete all archive logs but keep the last 45 days: <code sql> DELETE ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE -45'; </code> To remo... ackup run: <code sql> DELETE NOPROMPT ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE -45'; </code> A sample script could be (deleting all logs except the last three days): <code bash> #
- Generate a Test Key @info:cryptography:openssl
- te instead of a certificate request. This is typically used to generate a test certificate or a self s... guration file. Unless specified using the set_serial option 0 will be used for the serial number. * ''[[http://www.openssl.org/docs/apps/req.html#item__... a new private key. The argument takes one of several forms. rsa:nbits, where nbits is the number of bi
- Oracle: SPFile and PFiles @info:oracle
- ====== Oracle reads its parameters from a file called "SPFile". You can't change it directly as it's a binary file. Additionally, Oracle can read the parameters from "PFiles", ... le/config/pfiles/initweb.ora' </code> ===== Initialization Parameters ===== ==== Flash Recovery Area... it param in memory and in the SPFile. <code sql> ALTER SYSTEM SET DB_RECOVERY_FILE_DEST_SIZE=8G SCOPE
- Oracle: Resize Instance @info:oracle
- nge the [[spfile_and_pfiles|SPFile]]: <code sql> ALTER SYSTEM SET pga_aggregate_target = 2G SCOPE=SPFILE; ALTER SYSTEM SET sga_target = 6G SCOPE=SPFILE; </code> Then, (optionally) export the SPFile to a PFile: <code sql> CREATE PFILE FROM SPFILE; </code> Finally, reboot the instance to activate the change: <
- Thunderbird Extendsions
- //addons.mozilla.org/thunderbird/addon/lightning-calendar-tabs/|Lightning Calendar Tabs]] * [[https://addons.mozilla.org/thunderbird/addon/mailredirect/... [https://addons.mozilla.org/thunderbird/addon/nostalgy/|Nostalgy]] * [[https://addons.mozilla.org/thunderbird/addon/lightning-qr-code-add-on/|Lightning
- JAX-WS Debugging @info:java
- ent.HttpTransportPipe.dump=true com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump=t... port.http.HttpAdapter.dump=true com.sun.xml.internal.ws.transport.http.HttpAdapter.dump=true </code> ... ost common option seems to be ''com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump''... to the command line): <code> -Dcom.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump=t
- Solaris Manuals @info:solaris
- ====== Solaris Manuals ====== ===== man pages ===== :!: Tip: You can download the whole collection o... .com/app/docs/coll/40.10|Solaris 10 Reference Manual Collection]] * [[http://docs.sun.com/app/docs/coll/40.18|OpenSolaris Reference Manual Collection]] {{tag>solaris manual reference documentation download}}