Fulltext results:
- Formatting Syntax @wiki
- ombine''//__** all these. You can use <sub>subscript</sub> and <sup>superscript</sup>, too. You can use <sub>subscript</sub> and <sup>superscript</sup>, too. You can mark something as <del>deleted</del> as well. You
- 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> <
- How To Create a Moveable VM with VirtualBox @blog:2010
- se the handling of "moveable" VMs, I created a script which creates a VM and a disk image in a given directory and also creates scripts to activate and deactivate the VM. ====== The Script ====== So let's have a look at the script. I'll go thought some snippets here, but there is a link
- 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
- IPS Repository Appliance @blog:2010
- ~~META:date created = 2010-10-27 14:36~~ ====== IPS Repository Appliance ====== Brian Leonard wrote a... {{osolrepo05.png?nolink|}} ===== Configure the IPS Repository Server ===== Now boot the VM and wai... ng?nolink|}} ===== Done ===== Finally, check to IP Address of your box with ''ifconfig -a'' and set ... (again with apropiate privileges) and replace ''{IP}'' with the IP address. <code bash> pkg set-publ
- 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/
- 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
- 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
- Dice Roller @blog:2009
- ==== I programmend a small dice roller in javascript. You enter the number of dice, sides and the offset and press the button “roll”. The script shows the individual dice and the resulting sum.... me="r" size="4"/> </form> </code> ===== Javascript Code ===== <code javascript> function roll() { var count = parseInt(document.rolldice.n.value);
- 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
- 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}
- 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
- 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
- Travian Map Download Script @z:travian
- ====== Travian Map Download Script ====== This is my script(s) which I use to downoad the map.sql from Travian and import it to the da... if [ -d ${DUMP_DIR} ] then ${MYSQLDUMP} | bzip2 -c > ${DUMP_DIR}/travian-${today}.sql.bz2 fi f... echo "`date +'%Y-%m-%d %H:%M:%S'` $0 finished" </code> {{tag>travian shell script download map sql}}