Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- efi|efi32|efi64] [--chipset ich9|piix3] [--bio... [--natpf<1-N> [<rulename>],tcp|udp,[<hostip>], <hostport>,[<guestip>],<guestport>] [--nat... [--nattftpserver<1-N> <ip>] [--natbindip<1-N> <
- Specify Java VM for Eclipse @info:code:eclipse
- ====== Specify Java VM for Eclipse ====== To let Eclipse use the Java VM from ''/opt/jdk/bin/java'' add these two lines to the ''eclipse.ini'' in the Eclipse installation directory: <code> -vm /opt/jdk/bin/java </code> <note important
- DynDNS Updates without a Client @info:script
- r my OpenSolaris Home Server, but a small bash script does the job as good as any other client. <code... ct way I will let you know in an update. This script is part of my scripts collection, so you can find the latest version at http://bitbucket.org/andunix/scripts/src/tip/bin/cron-dyndns-update. You can find t
- init @info:linux:debian
- ====== init ====== ===== Managing init Scripts ===== To activate an init script ("myscript"): update-rc.d myscript enable To deactivate an init script ("myscript"): update-rc.d myscrip
- Package Repositories @info:solaris
- OS repositories at [[http://wikis.sun.com/display/IpsBestPractices/Directory+of+Package+Repositories]]. More on IPS, the Image Package System can be found at: * h... os/project/pkg/. * http://wikis.sun.com/display/IpsBestPractices/ ^ //**Repository**// ^ //**Description**// | |http://pkg.opensolaris.org/release/
- JAX-WS Debugging @info:java
- ve to turn on the "dump" option in the transport pipe. The system property to set depends on your Jav... om.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.HttpAdap... l.internal.ws.transport.http.client.HttpTransportPipe.dump''. To use it, add the following to yout JVM
- Debug Server Certificate from Client @info:cryptography:openssl
- zbC5jb20vQ1BTMAgGBmeBDAECATA7BgNVHR8ENDAyMDCgLqAshipodHRwOi8v Y3JsLmNvbW9kb2NhLmNvbS9Qb3NpdGl2ZVNTTENBMi5jcmwwbAYIKwYBBQUHAQEE YDBeMDYGCCsGAQUFBzAChipodHRwOi8vY3J0LmNvbW9kb2NhLmNvbS9Qb3NpdGl2 ZVNTTENB... L+AaXeRCk/l uuGtm87fM04wO+mPZn+C+mv626PAcwDj1hKvTfIPWhRRH224hoFiB85ccsJP81cq cdnUl4XmGFO3 -----END CER... ytes and written 443 bytes --- New, TLSv1/SSLv3, Cipher is ECDHE-RSA-AES256-GCM-SHA384 Server public k
- Firefox Extensions @info:prog:firefox
- tensions ===== ^ //**Extension**// ^ //**Description**// ^ |[[https://addons.mozilla.org/firefox/... |Greasemonkey]] |Customize webpages using JavaScript. | |[[https://addons.mozilla.org/firefox/addon/... tensions ===== ^ //**Extension**// ^ //**Description**// ^ |[[https://addons.mozilla.org/firefox/... * [[https://addons.mozilla.org/firefox/addon/noscript/|NoScript]] * [[https://addons.mozilla.org/fir
- Command Line Tools Used in My Scripts @info:script
- ====== Command Line Tools Used in My Scripts ====== This is a list of comman dline tools which I use in my scripts an which should be installed on every of my sys... kisofs * mpgtx * mplex * vcdimager * vxcdrip * vxcdbuild ===== Network ===== * dig * nmap * rsync ===== System ===== {{tag>script scripting cli tool sysadmin audio video network}
- Increase the Tomcat Upload Limit @info:sysadmin
- '' within the "manager"-App: <code xml> <multipart-config> <!-- 50MB max --> <max-fil... -size-threshold>0</file-size-threshold> </multipart-config> </code> To increate the limit to 75Mi... B change the file like this: <code xml> <multipart-config> <!-- 75MB max --> <max-fil... -size-threshold>0</file-size-threshold> </multipart-config> </code> If you have installed Tomcat
- Scripting @info:script
- ====== Scripting ====== {{indexmenu>.#2}} {{tag>script scripting}}
- Virtual Network Visualization @info:solaris
- lize the internal network(s), I created a perl script which takes the output of ''dladm show-link'' an... h vnet {\n"; open INPUT, "dladm show-link|"; # skip first line <INPUT>; while (defined($line=<INPUT>)... "dladm show-linkprop -o link,value -p zone|"; # skip first line <INPUT>; while (defined($line=<INPUT>)
- Make your Mac feel at Home @info:mac
- ==== Make your Mac feel at Home ====== A small snippet from one of my scripts which tests whether your Mac is in the given (home) WLAN. <code bash> # # ... s network) and replace the two echo lines with your code. {{tag>cli mac osx wlan sysadmin scripting}}
- Reload Page @info:javascript
- ====== Reload Page ====== <code javascript> location.reload(true); </code> {{tag>javascript}}
- ISO 3166-1 @info:db:iso:3166-1
- n:iso:std:iso:3166:-1:ed-2006:en * http://en.wikipedia.org/wiki/ISO_3166-1 * http://de.wikipedia.org/wiki/ISO-3166-1-Kodierliste {{tag>standard iso c