Fulltext results:
- ZFS Playground @blog:2009
- ~~META:date created = 2009-08-11 17:06~~ ====== ZFS Playground ====== This small demo shows the basic ZFS operations. You will need a Solaris 10 or OpenSolaris host and 1,2GB of dis... directory where you have enought space. We will need 1,2GB for 6 files of 200MB. The files are named like disks, but they are only files for this demo. <
- 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 ====== Vi... ou on an USB stick or want to put it on an encrypted image, then you will get trouble. First thing is... , VirtualBox will remember the VM and the associated disk image and complain when they are missing. To ease the handling of "moveable" VMs, I created a script which creates a VM and a disk image in a
- OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
- ~~META:date created = 2009-08-11 12:16~~ ====== OpenSolaris / VirtualBox: Mount Shared Folder ====== To mount a shared folder in a OpenSolaris guest in VirtualBox, you have to install the... he guest, then first create the share. Go to "Shared Folders" in the Virtual Machine's Settings and cl
- Drupal: Reverse Proxy @blog:2010
- ~~META:date created = 2010-03-16 18:00~~ ====== Drupal: Reverse Proxy ====== [[http://drupal.org/user... ode/339552|Drupal via HTTPS/SSL Proxy Server (shared certificates)]]". While following his advice, I f... iting and to increate the reusability, I substituted * ''www.example.com'' with ''$_SERVER['SERVER_N... ''ssl.proxy.org'' with ''$_SERVER['HTTP_X_FORWARDED_HOST']''. Additionally, I added the line \\ ''in
- Home Server Goals @blog:2010
- ~~META:date created = 2010-03-02 16:41~~ ====== Home Server Goals ====== As Constantin [[http://const... /content/seven-useful-zfs-home-server-tips|suggested]], here is a list of services, which my home serv... 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 store my M
- Project PDA @blog:2011
- ~~META:date created = 2011-10-27 22:48~~ ====== Project PDA ====== I'm currently working on a project called 'PDA'. PDA stands for "Personal Digital Assistant". I used several PDAs over the last two decades, from Shar... all were just Personal Datastorages. I always missed the "Assistant" part from PDA. So I decided to b
- IPS Repository Appliance @blog:2010
- ~~META:date created = 2010-10-27 14:36~~ ====== IPS Repository Appliance ====== Brian Leonard wrote a... re in a hurry, it's good to know that you don't need to copy the entire repository of about 8GB to a l... that. ===== Download the ISO Images ===== You need to download two ISO images. The Live CD to boot t... The links above don't work any more and were removed. </note> ===== Setup VirtualBox VM ===== Create
- ReLAX @blog:2009
- ~~META: date created = 2009-11-27 17:36~~ ====== ReLAX ====== Thanks to [[http://www.synapseninferno.... unfortunately, it doesn't fit my needs. So I decided to take some of the concepts of LAX and build my ... -framework. In lack of a good project name, I named it "ReLAX". To get startet, here is a small comp... the building of an API with shell-scripts. I adopted this from LAX. * LAX uses an LDAP server to sto
- Workaround for FolderSync with ownCloud 7 @blog:2014
- Cloud 7 ====== The Android App "FolderSync" stopped working when I upgraded my ownCloud to Version 7. FolderSync always showed "Bad Request" when testing the connection. ANd when I looked into the Apache log, the requests were closed wit
- Dice Roller @blog:2009
- ~~META:date created = 2009-02-18 20:25~~ ====== Dice Roller ====== I programmend a small dice roller ... 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. [[htt... ce.html?n=3&s=8&o=5]] for a 3d8+5 (three eight-sided dice plus five). The dice roller is at [[http://
- Project Idea: WikiTable @blog:2009
- ~~META:date created = 2009-04-27 13:30~~ ====== Project Idea: WikiTable ====== I'm using wikis a lot but every wiki I tried so far lacks support for tables. The wikis are ab... tion which creates tables which then can be included in wiki pages. The first step could be a small s... html- dory body-tags). This snippet can be included by most wikis. In a second step, the application
- Hello Drupal @blog:2010
- ~~META:date created = 2010-03-01 00:00~~ ====== Hello Drupal ====== Some time ago, I decided to migrate my blog from [[http://www.dokuwiki.org... ter using misc. wiki systems and Wordpress, I wanted to try a content management system. I had a quick... to Drupal, Joomla and Silverstripe, and then decided to go with Drupal. One very interesting part of
- Virtual Network Visualization @blog:2009
- ~~META:date created = 2009-07-21 19:52~~ ====== Virtual Network Visualization ====== OpenSolaris supp... virtual networks using virtual interfaces connected with virtual switches. This feature was introduced with [[http://www.opensolaris.org/os/project/cross... .06. To visualize the internal network(s), I created a perl script which takes the output of dladm sho
- Travian Village Planner - Tribe & Village Name @blog:2009
- ~~META:date created = 2009-02-25 12:04~~ ====== Travian Village Planner - Tribe & Village Name ====== Yesterday, I had some time and worked on the Village Planner. It now has an input field... u 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'. You can ch
- Simulating slow network connections with trickle @blog:2014
- n trickle in standalone mode independent of trickled -d <rate> Set maximum cumulative download rat... ing length to <length> KB -n <path> Use trickled socket name <path> -L <ms> Set latency to <... ms> milliseconds -P <path> Preload the specified .so instead of the default one </code> {{tag>simulation network opensource tool speed bandwidth}}