Fulltext results:
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- groups showvminfo <uuid>|<name> [--details] [--machi... nereadable] showvminfo <uuid>|<name> --log <idx> registervm <filename> unregistervm <uuid>|<name> [--delete] createvm --name <name>
- Formatting Syntax @wiki
- tting Syntax ====== [[doku>DokuWiki]] supports some simple markup language, which tries to make the d... ed by a whitespace or the end of line. This is some text with some linebreaks\\ Note that the two backslashes are only recognized at the end of a line\\ ... hitespace \\this happens without it. This is some text with some linebreaks\\ Note that the two b
- How To Create a Moveable VM with VirtualBox @blog:2010
- ====== 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... et's have a look at the script. I'll go thought some snippets here, but there is a link to the full sc... h> mkdir -p "${VM_DIR}" ${VBOX} -q createvm --name "${VM_NAME}" --basefolder "${BASE_DIR}" ${VBOX} -
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- 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... i@1/pci@0/pci@2/network@0" 0 "e1000g" === /etc/name_to_major === Maps driver name to major device number. Example: e1000g 51 ==== Save and Restore t
- Travian Map Download Script @z:travian
- our database instance # # directories MAP_DIR=${HOME}/opt/travian DUMP_DIR=/srv/glassfish/domains/doma... 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 +'%... > /dev/null then # savemap an lastmap are the same echo ${savemap} is the same als last one: REMOV
- ZFS Playground @blog:2009
- 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 ... 0 errors on Tue Aug 11 15:52:24 2009 config: NAME STATE READ WRITE CKSUM demo ... erent redundancy. It's recommendend to have the same type of redundancy (none, mirror or raidz) for al
- Drupal: Reverse Proxy @blog:2010
- icates)]]". While following his advice, I found some improvements. To reduce the amount of editing an... * ''www.example.com'' with ''$_SERVER['SERVER_NAME']'' and * ''ssl.proxy.org'' with ''$_SERVER['HT... set('session.cookie_path', '/'.$_SERVER['SERVER_NAME'].'/');'' \\ to limit the cookies to the path, wh... is improves security, as other hosts, using the same reverse proxy, won't see the cookie and also enab
- Make your Mac feel at Home @info:mac
- 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... Current/Resources/airport" # # Set this to your Home WLAN SSID (name): HOMESSID="mycastle" # # Get SSID info from 'airport' and search for $HOMESSID SSID=
- jps - Java Virtual Machine Process Status Tool @info:java
- ong 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... ters: ''jps -v'' <code> 56053 Jps -Dapplication.home=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home -Xms8m 55719 hourglass.jar 51299 jEdit 51610 Main
- Set a Mac's Hostname @info:mac
- ====== Set a Mac's Hostname ====== To set the permanent hostname, use the ''scutil'' utility (enter the desired hostname instead of ''the_hostname''): <code bash> sudo scutil --set HostName the_hostname </code> === Credi
- 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... Web Hosting**: I want to run web application at home. Usually, I'm hosting my webapps at Host Europe,
- Dice Roller @blog:2009
- for the type of dice. At the bottom, there are some links of six- and eightsided dice, which are ofte... ]]. ===== HTML Form ===== <code html> <form name="rolldice" method="GET"> <input type="text" name="n" size="2"/> d <input type="text" name="s" size="2"/> + <input type="text" n
- Command Line Audio @info:mac
- and Line Audio ====== ===== Change Mac Audio Volume from Command Line ===== To change the audio volume from remote of my Mac at home, I needed a command line tool which I can use via ssh. I've found it he... p://osxdaily.com/2007/04/28/change-the-system-volume-from-the-command-line/|OS X Daily - Change the sy
- exiftool @info:script
- ====== exiftool ====== ===== Rename Photos ===== Try it first with ''-testname'': exiftool -d %Y-%m-%d_%H%M%S%%-c.%%e "-testname<CreateDate" *.jpg Then rename the files: exiftool -d %Y-%m-%d_%H%M%S%%-c.%%e "-filename<CreateDat
- Memory Usage of a Solaris Container (Zone) @blog:2010
- 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... parate reports about processes and zones at the same time. ===== Part 2: Find the Process(es) in the Zone ===== To see which processes use the most RAM