• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » port
Trace: • debian • kenai • andunix Infos • rmdir for OSX • Travian Analyzer Bookmarklet • mozilla • list • Travian Info Tool • Make your Mac feel at Home • internationalization

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
Any namespace
  • Any namespace
  • info (24)
  • blog (8)
  • wiki (3)
  • tag (2)
  • z (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • export
  • port
  • 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
Formatting Syntax @wiki
16 Hits, Last modified: 5 years ago
== Formatting Syntax ====== [[doku>DokuWiki]] supports some simple markup language, which tries to make... . ===== Basic Text Formatting ===== DokuWiki supports **bold**, //italic//, __underlined__ and ''monos... **__//''combine''//__** all these. DokuWiki supports **bold**, //italic//, __underlined__ and ''monos... if really needed. ===== Links ===== DokuWiki supports multiple ways of creating links. ==== External
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
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.
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
Travian Map Download Script @z:travian
5 Hits, Last modified: 13 years ago
h I use to downoad the map.sql from Travian and import it to the database. ===== config.inc ===== <code... ap} ln -s map-${today}.sql ${lastmap} # # import SQL ${BIN_DIR}/import.sh ${world} # # update SQL ${BIN_DIR}/update.sh ${world} # # export dump if [ -d ${DUMP_DIR} ] then ${MYSQLDU
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
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
How To Create a Moveable VM with VirtualBox @blog:2010
3 Hits, Last modified: 16 years ago
tach "${VM_NAME}" --storagectl "IDE Controller" --port 0 --device 1 --type dvddrive --medium emptydrive ... tach "${VM_NAME}" --storagectl "IDE Controller" --port 0 --device 1 --type dvddrive --medium emptydrive ... eattach "temp-vm" --storagectl "IDE Controller" --port 0 --device 1 --type dvddrive --medium emptydrive
Welcome to your new DokuWiki @wiki
3 Hits, Last modified: 5 years ago
more. Please be aware that not all templates support sidebars. ===== Customize your Wiki ===== Once ... is just one of the many ways to get [[doku>faq:support|support]]. Of course we'd be more than happy to have you [[doku>teams:getting_involved|getting involve
Memory Usage of a Solaris Container (Zone) @blog:2010
3 Hits, Last modified: 16 years ago
m/index.html|prstat(1M)]] man page: * ''-Z'' Report information about processes and zones. In this mode, ''prstat'' displays separate reports about processes and zones at the same time. ===... l|prstat(1M)]] man page: * ''-z zoneidlist'' Report only processes or LWPs whose zone ID is in the gi
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
export @tag
3 Hits, Last modified: 12 years ago
====== export ====== ===== Pages ===== {{topic>export&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/export}}
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}}
Oracle: SPFile and PFiles @info:oracle
3 Hits, Last modified: 13 years ago
Debug Server Certificate from Client @info:cryptography:openssl
3 Hits, Last modified: 12 years ago
port @tag
3 Hits, Last modified: 9 years ago
List Open Ports @info:sysadmin
3 Hits, Last modified: 9 years ago
Firefox Extensions @info:prog:firefox
2 Hits, Last modified: 12 years ago
Specify Java VM for Eclipse @info:code:eclipse
2 Hits, Last modified: 12 years ago
fstyp @info:solaris
2 Hits, Last modified: 13 years ago
Project Idea: WikiTable @blog:2009
2 Hits, Last modified: 17 years ago
Compare directories @info:script
1 Hits, Last modified: 7 years ago
Android Backup @info:android
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
Dice Roller @blog:2009
1 Hits, Last modified: 17 years ago
ZFS Playground @blog:2009
1 Hits, Last modified: 17 years ago
Virtual Network Visualization @info:solaris
1 Hits, Last modified: 13 years ago
Virtual Network Visualization @blog:2009
1 Hits, Last modified: 17 years ago
Workaround for FolderSync with ownCloud 7 @blog:2014
1 Hits, Last modified: 11 years ago
Oracle: Resize Instance @info:oracle
1 Hits, Last modified: 13 years ago
jps - Java Virtual Machine Process Status Tool @info:java
1 Hits, Last modified: 13 years ago
Welcome Back @blog:2013
1 Hits, Last modified: 12 years ago
DokuWiki @wiki
1 Hits, Last modified: 5 years ago
Oracle: EXP @info:oracle
1 Hits, Last modified: 13 years ago
SSH @info
1 Hits, Last modified: 13 years ago
localeadm @info:solaris
1 Hits, Last modified: 13 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