Fulltext results:
- Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
- em using the text installer, the system will only be installed with a text interface. Here is how to u... '). <code bash> echo Existing boot environments: beadm list echo echo -n Enter be name to create: read be beadm create $be beadm mount $be /mnt pkg -R /mnt install babel_install pkg -
- How To Create a Moveable VM with VirtualBox @blog:2010
- ll get trouble. First thing is, that you have to be careful when creating the disk image and use the ... t the VM itself (it's a XML file). It will always be in a subdirectory under the machines directory. At last, VirtualBox will remember the VM and the associated disk image and complai... pets here, but there is a link to the full script below. At the top, there are two settings which you
- Home Server Goals @blog:2010
- digital camera photos and other precious files to be stored at serveral places and to be protected with checksums. * **A/V Media Server**: I want to sto... my MP3 files and the videos from the above PVR to be stored an be served to clients in the local LAN but not to the Internet. * **Web Hosting**: I want
- Project Idea: WikiTable @blog:2009
- l application which creates tables which then can be included in wiki pages. The first step could be a small standalone application which manages the tables. The tables should also be available as a HTML-snippet (just the table, html- dory body-tags). This snippet can be included by most wikis. In a second step, the ap
- ZFS Playground @blog:2009
- /code> Note that the new "disk" c1d0 also had to be resilvered. ===== Expand the Pool by adding anot... g us back to what we should have done in the step before. <code bash> pfexec zpool attach demo /var/t... 8,5K resilvered </code> The new disk also had to be resilvered. ===== Add a third Mirror to the Pool... the pool and check the checksums. Any errors will be reported an corrected (if there is enough redunda
- Travian Village Planner - Tribe & Village Name @blog:2009
- 02-25 12:04~~ ====== Travian Village Planner - Tribe & Village Name ====== Yesterday, I had some time... he name of the village and you can select your tribe. Both informations are saved to the URL when clicking on “make bookmark”. The tribe is saved as parameter 't' and the name as 'n'. Y
- Dice Roller @blog:2009
- small dice roller in javascript. You enter the number of dice, sides and the offset and press the butt... is a second form where you can just enter the number of dice and press the butten for the type of dic... >0)) { n = 1; } if (!(s>0)) { s = 6; } o = Number(o); if (isNaN(o)) { o = 0; } document.rolldi
- Project PDA @blog:2011
- ild my own PDA. As I'm a Java Programmer, it will be implemented in Java. Today, I will tell you about... the GUI (or User Experience) facing the user. Can be a desktop app, web app or smartphone app. Whateve
- Memory Usage of a Solaris Container (Zone) @blog:2010
- se zone ID is in the given list. Each zone ID can be specified as either a zone name or a numerical zo... ers) by key in descending order. Only one key can be used as an argument. * ''rss'' Sort by reside
- OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
- "System Adminitrator" profile. The commands will be executed with the rights given by this profile, so they need to be executes with ''pfexec''. First, create the moun
- Travian Village Planner @blog:2009
- re some features which are still missing: * Tribe - currently only showing gaul village * Drag & Drop - this should be optional as I prefer the current solution with tw
- Welcome Back @blog:2013
- . The reason for switching to Drupal was for the better blogging support. As I'm using this site more as Knowledge Base than a Blog, DokuWiki is the better alternative. <del>You can still access the o
- Virtual Network Visualization @blog:2009
- how-link and generates a dot-File, which then can be rendered using [[http://www.graphviz.org/|Graphvi
- ReLAX @blog:2009
- guration. I decided to allow any server which can be read by ''curl'', ''wget'' or ''cat''. This allow
- Simulating slow network connections with trickle @blog:2014
- -no-remote -P test </code> More informations can be found on these pages: * [[http://monkey.org/~ma