Fulltext results:
- How To Create a Moveable VM with VirtualBox @blog:2010
- " </code> Next, there are defaults for the VMs parameters in case the user enters no value. <code bash> RAM="512" DISK_SIZE="8196" DISK_TYPE="vdi" </code> The script asks for the parameters and uses the defaults if no value is entered... created. The VM is configured according to the parameters above. <code bash> mkdir -p "${VM_DIR}" $
- Dice Roller @blog:2009
- 09-02-18 20:25~~ ====== Dice Roller ====== I programmend a small dice roller in javascript. You enter ... ction load() { var n; var s; var o; var params = window.location.search.split("&"); for (var i = 0; i < params.length; i++) { var eqIx = params[i].indexOf("="); var key = params[i].slice(i==0?1:0, eqIx);
- Memory Usage of a Solaris Container (Zone) @blog:2010
- e) ====== Last week one of my servers ran out of RAM and Swap. Shame on me for not monitoring that, bu... my first question was: Which zone is eating up my RAM? So, here are the commands I used. ===== Part 1:... e Zone ===== To see which processes use the most RAM in the zone, use one of these commands: <code ba
- Travian Village Planner @blog:2009
- village to a bookmark. This is done by the URL parameter “a”. The parameter contains one character per field and the character defines which building to sh... with two clicks * Village Name - add another parameter which is shown as village name {{tag>javascr
- ReLAX @blog:2009
- epts of LAX and build my own sysadmin-automation-framework. In lack of a good project name, I named it... you might want to have a look there.. {{tag>api framework project project_relax scripting shell sysadm
- Project PDA @blog:2011
- I decided to build my own PDA. As I'm a Java Programmer, it will be implemented in Java. Today, I will... or smartphone app. Whatever is next to the user. So far for now, stay tuned. {{tag>java programming}}
- Travian Village Planner - Tribe & Village Name @blog:2009
- cking on “make bookmark”. The tribe is saved as parameter 't' and the name as 'n'. You can check it ou