Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- . <code> Oracle VM VirtualBox Command Line Management Interface Version 4.2.16 (C) 2005-2013 Oracle C... groups showvminfo <uuid>|<name> [--details] [--machi... nereadable] showvminfo <uuid>|<name> --log <idx> registervm <filename> unregistervm <uuid>|<name> [--de
- Formatting Syntax @wiki
- tting Syntax ====== [[doku>DokuWiki]] supports some simple markup language, which tries to make the d... y pressing "Edit this page". If you want to try something, just use the [[playground:playground|playgr... and <sup>superscript</sup>, too. You can mark something as <del>deleted</del> as well. You can mark something as <del>deleted</del> as well. **Paragraphs
- How To Create a Moveable VM with VirtualBox @blog:2010
- ~~META:date created = 2010-05-17 09:55~~ ====== How To Create a Moveable VM with VirtualBox ====== VirtualBox works good when you use the same VMs all the time. It organizes the disk images in one directory and the configuration files in anothe... e machines directory. At last, VirtualBox will remember the VM and the associated disk image and comp
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- ices, you can use the following commands: * ''dmesg'' * ''format'' * ''prtconf'' * ''sysdef''... /driver//, e.g. ''devfsadm -i sd'' ==== Device Names ==== * physical device path: ''"/pci@0/pci@0/... ci@2/network@0" 0 "e1000g"'' * logical device name: ''e1000g0'' * logical device path: ''/dev/e100... o_inst]]'' maps physical device paths to driver name and driver instance number. Example: "/pci@0/p
- Dice Roller @blog:2009
- ~~META:date created = 2009-02-18 20:25~~ ====== Dice Roller ====== I programmend a small dice roller in javascript. You enter th... for the type of dice. At the bottom, there are some links of six- and eightsided dice, which are often needed in roleplaying games. You can also create bookmarks for dice, e.g. [[
- jps - Java Virtual Machine Process Status Tool @info:java
- ldocs/share/jps.html]]. I'm using it with the parameters ''-l'' (long listing) and ''-m'' (arguments) most of the time: /usr/java/bin/jps -lm Here are some more examples: List all java processes: ''jps'' <code> 5571
- Travian Map Download Script @z:travian
- our database instance # # directories MAP_DIR=${HOME}/opt/travian DUMP_DIR=/srv/glassfish/domains/doma... ${DB_INST}" WGET="/usr/bin/wget -nv --output-document=" #WGET="/usr/bin/curl --silent --show-error --... date +'%Y-%m-%d %H:%M'`: $0 for w in de7 do ${HOME}/opt/travian/bin/get.sh ${w} done </code> ===== ... et.sh ===== <code bash> #! /bin/sh BIN_DIR=`dirname $0` . ${BIN_DIR}/config.inc echo echo "`date +'%
- ZFS Playground @blog:2009
- ~~META:date created = 2009-08-11 17:06~~ ====== ZFS Playground ====== This small demo shows the basic... need 1,2GB for 6 files of 200MB. The files are named like disks, but they are only files for this dem... state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM demo ... 0 errors on Tue Aug 11 15:45:59 2009 config: NAME STATE READ WRITE CKSUM demo
- Make your Mac feel at Home @info:mac
- ~~META:date created = 2010-05-03 16:24~~ ====== 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> # # Path to 'airport' execute... Mac OS X 10.5. AIRPORT="/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resour
- Drupal: Reverse Proxy @blog:2010
- ~~META:date created = 2010-03-16 18:00~~ ====== Drupal: Reverse Proxy ====== [[http://drupal.org/user... icates)]]". While following his advice, I found some improvements. To reduce the amount of editing and to increate the reusability, I substituted * ''www.example.com'' with ''$_SERVER['SERVER_NAME']'' and * ''ssl.proxy.org'' with ''$_SERVER['HT
- Home Server Goals @blog:2010
- ~~META:date created = 2010-03-02 16:41~~ ====== Home Server Goals ====== As Constantin [[http://constantin.glez.de/content/seven-useful-zfs-home-server-tips|suggested]], here is a list of services, which my home server should provide: * **Personal Video Reco
- Debug Server Certificate from Client @info:cryptography:openssl
- .andunix.net:443 Informations about the used arguments from the OpenSSL man page: * ''[[http://www... 7vZp8joMP1d5Qza5XMD2koDAgMBAAGj ggGnMIIBozAfBgNVHSMEGDAWgBSZ5EBfaxRePgXZ3dNjVPxiuPcArDAdBgNVHQ4E FgQUk... YDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMFAGA1UdIARJMEcw OwYLKwYBBAGyMQECAgcwLDAqBggrBgEFBQcCARYeaHR0cDovL3d3dy5wb3NpdGl2 ZXNzbC5jb20vQ1BTMAgGBmeBDAECATA7BgNVHR8ENDAyMDCgLqAshipodHRwOi8v Y3JsLmNv
- Oracle: SPFile and PFiles @info:oracle
- e: SPFile and PFiles ====== Oracle reads its parameters from a file called "SPFile". You can't change... inary file. Additionally, Oracle can read the parameters from "PFiles", which are regular text files. ... ILE; </code> It will create a PFile ''${ORACLE_HOME}/dbs/init${ORACLE_SID}.ora''. ===== Import PFile ===== To import the parameters from the PFile to the SPFile, you have to boo
- Memory Usage of a Solaris Container (Zone) @blog:2010
- ~~META: date created = 2010-04-21 10:17~~ ====== Memory Usage of a Solaris Container (Zone) ====== Last w... eek one of my servers ran out of RAM and Swap. Shame on me for not monitoring that, but it's now. As the server is running several zones, my first questi
- Setting the Timezone @info:linux:debian
- ====== Setting the Timezone ====== The timezone is stored in the file ''/etc/timezone''. ===== Check the Timezone ===== <code bash> cat /etc/timezone </code> Example: <code> # cat