• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » port
Trace: • admin • Travian Village Planner - Tribe & Village Name • Travian • rmdir for OSX • mouse • localeadm • Blog • Travian Analyzer Bookmarklet • Travian Map Download Script • Make your Mac feel at Home

port
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@info
  • Any namespace
  • info:solaris (4)
  • info:cryptography (3)
  • info:mac (3)
  • info:oracle (3)
  • info:java (2)
  • info:android (1)
  • info:code (1)
  • info:linux (1)
  • info:mysql (1)
  • info:prog (1)
  • info:script (1)
  • info:sysadmin (1)
  • info:virtualbox (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • AirPort Command Line Interface
  • MacPorts
  • List Open Ports

Fulltext results:

VBoxManage (The VirtualBox CLI) @info:virtualbox
25 Hits, Last modified: 12 years ago
], <hostport>,[<guestip>],<guestport>] [--natpf<1-N> delete <rulename>] ... [sameports]] [--macaddress<1-N>... name=[value]>] [--vrdeport <hostport>] [--vrdead
Cleanup Packages @info:linux:debian
17 Hits, Last modified: 12 years ago
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
13 Hits, Last modified: 11 years ago
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
13 Hits, Last modified: 10 years ago
====== 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
12 Hits, Last modified: 10 years ago
====== 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
5 Hits, Last modified: 7 years ago
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
5 Hits, Last modified: 10 years ago
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
3 Hits, Last modified: 9 years ago
====== 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
3 Hits, Last modified: 13 years ago
====== 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
3 Hits, Last modified: 11 years ago
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
3 Hits, Last modified: 13 years ago
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
3 Hits, Last modified: 12 years ago
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
2 Hits, Last modified: 13 years ago
====== 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
2 Hits, Last modified: 12 years ago
tps://addons.mozilla.org/firefox/addon/password-exporter/|Password Exporter]] {{tag>mozilla firefox extension add-on}}
Specify Java VM for Eclipse @info:code:eclipse
2 Hits, Last modified: 12 years ago
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
Oracle: Resize Instance @info:oracle
1 Hits, Last modified: 13 years ago
Oracle: EXP @info:oracle
1 Hits, Last modified: 13 years ago
SSH
1 Hits, Last modified: 13 years ago
localeadm @info:solaris
1 Hits, Last modified: 13 years ago
jps - Java Virtual Machine Process Status Tool @info:java
1 Hits, Last modified: 13 years ago
Virtual Network Visualization @info:solaris
1 Hits, Last modified: 13 years ago
Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
1 Hits, Last modified: 13 years ago
Android Backup @info:android
1 Hits, Last modified: 13 years ago
Compare directories @info:script
1 Hits, Last modified: 7 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International
CC Attribution 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki