Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- ], <hostport>,[<guestip>],<guestport>] [--natpf<1-N> delete <rulename>] ... name=[value]>] [--vrdeport <hostport>] [--vrdeaddress <hostip>] [--vrdeaut
- Cleanup Packages @info:linux:debian
- and oldlibs. --add-keep, -A PKGS.. Never report PKGS. --keep-file, -k FILE Use FILE to get... "keep" file. --guess-common Try to report common packages. --guess-data Try to report data packages. --guess-debug Try to report debugging libraries. --guess-dev
- AirPort Command Line Interface @info:mac
- ====== AirPort Command Line Interface ====== ===== AirPort On/Off ===== Infos from [[http://osxdaily.com/2011/05/31/enable-disable-airport-wireless-connections-command-line/|OS X Daily]] ==== AirPort On ==== networksetup -setairportpower airport
- JAX-WS Debugging @info:java
- you have to turn on the "dump" option in the transport pipe. The system property to set depends on your Java version. <code> com.sun.xml.ws.transport.http.client.HttpTransportPipe.dump=true com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump=true com.sun.xml.ws.transport.http.HttpAdapter.dump=true com.sun.xml.internal.w
- MacPorts @info:mac
- st Ports ===== list requested ports: <code bash> port echo requested | 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> ... ... an see a list of all installed ports: <code bash> port echo installed </code> After you run MacPorts fo
- Make your Mac feel at Home @info:mac
- e given (home) WLAN. <code bash> # # Path to 'airport' executeable, as of Mac OS X 10.5. AIRPORT="/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport" # # Set this to your Home WLAN SSID (name): HOMESSID="mycastle" # # Get SSID info from 'airport' and search for $HOMESSID SSID=$(${AIRPORT} --get
- Convert a Key @info:cryptography:openssl
- ''key.pem'' to ''key.p12'': openssl pkcs12 -export -in cert.pem -inkey key.pem -out key.p12 ===== Export Certificate from P12 ===== Export the certificate with the complete certificate chain: openssl pkcs12 -in testkey.p12 -out testkey.pem -nokeys Export the certificate only: openssl pkcs12 -in testke
- Oracle: SPFile and PFiles @info:oracle
- gular text files. ===== Create PFile ===== To export the SPFiles to a PFile, just enter the following ... RACLE_HOME}/dbs/init${ORACLE_SID}.ora''. ===== Import PFile ===== To import the parameters from the PFile to the SPFile, you have to boot the instance from
- Generate a Test Key @info:cryptography:openssl
- ey into a PKCS#12 container: openssl pkcs12 -export -out testkey.p12 -inkey testkey.key -in testkey.c... p://www.openssl.org/docs/apps/pkcs12.html#item__export|-export]]'': this option specifies that a PKCS#12 file will be created rather than parsed. * ''[[http
- MySQL: Backup @info:mysql:database
- ====== MySQL: Backup ====== ===== Export a Database ===== <code bash> # set or replace the variables $... -table -u${USER} -p${PASS} ${DB} </code> ===== Export all Databases individually ===== <code bash> # s... # sleep 10 # optional done wait # for child processes to end </code> {{tag>mysql admin backup export}}
- Debug Server Certificate from Client @info:cryptography:openssl
- 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 ===== <file> $ openss
- jps - Java Virtual Machine Process Status Tool @info:java
- n --userdir /Users/andreas/Library/Application Support/visualvm/1.0.1 --branding visualvm </code> Java
- List Open Ports @info:sysadmin
- 407/avahi-daemon: r </code> {{tag>sysadmin admin linux network port info}}
- localeadm @info:solaris
- ISO8859-1, fr_CA.UTF-8 ] Done. A copy of this report can be found in /var/sadm/system/data/locales.lis
- SSH
- ====== SSH ====== ===== Export public key from secret key ===== The public key ''andunix.pub'' which b