Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- ], <hostport>,[<guestip>],<guestport>] [--natpf<1-N> delete <rulename>] ... [sameports]] [--macaddress<1-N>... name=[value]>] [--vrdeport <hostport>] [--vrdead
- Cleanup Packages @info:linux:debian
- and oldlibs. --add-keep, -A PKGS.. Never report PKGS. --keep-file, -k FILE Use FILE to get... -L List the packages that are never reported. --del-keep, -R PKGS.. Remove PKGS from t... "keep" file. --guess-common Try to report common packages. --guess-data Try to report data packages. --guess-debug Try to
- 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.
- MacPorts @info:mac
- ====== MacPorts ====== ===== List Ports ===== list requested ports: <code bash> port echo requested | cut -d ' ' -f 1 | uniq </code> list installed ports: <code bash> p
- 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
- Convert a Key @info:cryptography:openssl
- Convert P12 to Java Keystore ===== keytool -importkeystore -srckeystore testkey.p12 -srcstoretype pk... ''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 pkcs1
- 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
- List Open Ports @info:sysadmin
- ====== List Open Ports ====== To list the open ports together with the listening processes: <code bash> netstat -tulpn </co... 407/avahi-daemon: r </code> {{tag>sysadmin admin linux network port info}}
- 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}}
- 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
- 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
- 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... public key is 2048 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE SSL-Session:
- fstyp @info:solaris
- ====== fstyp ====== ''fstyp'' reports the type of file system. With the ''-v'' (verbose) option reports even more informations. * man page: [[http://
- Firefox Extensions @info:prog:firefox
- tps://addons.mozilla.org/firefox/addon/password-exporter/|Password Exporter]] {{tag>mozilla firefox extension add-on}}
- Specify Java VM for Eclipse @info:code:eclipse
- y: <code> -vm /opt/jdk/bin/java </code> <note important>It is important that the ''-vm'' and the path to the ''java'' executeable are specified in two separ