Fulltext results:
- ZFS Playground @blog:2009
- u 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. <code bash> cd /var/tmp mkfile 200m c0d... ode> pool: demo state: ONLINE scrub: none requested config: NAME STATE READ WRI
- Memory Usage of a Solaris Container (Zone) @blog:2010
- ut it's now. As the server is running several zones, my first question was: Which zone is eating up my RAM? So, here are the commands I used. ===== Part... ===== To see the memory usage of the running zones: <code bash> prstat -Z </code> From the [[http:... an page: * ''-Z'' Report information about processes and zones. In this mode, ''prstat'' displays s
- How To Create a Moveable VM with VirtualBox @blog:2010
- when you use the same VMs all the time. It organizes the disk images in one directory and the configuration files in another. It kees a record of all known disk images and virtual machines. If you try to carry a VM
- Dice Roller @blog:2009
- r in javascript. You enter the number of dice, sides and the offset and press the button “roll”. The script shows the individual dice and the resulting sum. For convenience, there is a second for... where you can just enter the number of dice and press the butten for the type of dice. At the bottom,
- Project Idea: WikiTable @blog:2009
- t every wiki I tried so far lacks support for tables. The wikis are able to show tables, but building a table using lots of pipes “|” sucks. What I want to develop (or learn that such a thi... already exists) is a small application which creates tables which then can be included in wiki pages.
- Drupal: Reverse Proxy @blog:2010
- upal via HTTPS/SSL Proxy Server (shared certificates)]]". While following his advice, I found some imp... '. Additionally, I added the line \\ ''ini_set('session.cookie_path', '/'.$_SERVER['SERVER_NAME'].'/');'' \\ to limit the cookies to the path, which is associated with the host. ... ted of the root of the reverse proxy. This improves security, as other hosts, using the same reverse
- Home Server Goals @blog:2010
- .de/content/seven-useful-zfs-home-server-tips|suggested]], here is a list of services, which my home server should provide: * **Personal Video Recorder... nt my 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
- OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
- ==== To mount a shared folder in a OpenSolaris guest in VirtualBox, you have to install the Guest Additions and then mount the file system type ''vboxfs'... <mountpoint> </code> If you want to share the filesystem ''/share'' from the host to the guest, then first create the share. Go to "Shared Folders" in th
- IPS Repository Appliance @blog:2010
- how you can do that. ===== Download the ISO Images ===== You need to download two ISO images. The Live CD to boot the repository server and the Reposit... Here are the links to the OpenSolaris 2009.06 images: * Live CD osol-0906-x86.iso * Repository os... cute the following commands with adequate privileges. Use "su", "sudo", "pfsh" or "pfexec" to obtain r
- Project PDA @blog:2011
- tant". I used several PDAs over the last two decades, from Sharp, Psion, Palm and others. But they all were just Personal Datastorages. I always missed the "Assistant" part from PDA. ... Implementations to connect to several (Web-)Services and access data there * **Blackbox**: Entity Storage. Stores XML objects like tasks, notes etc. *
- ReLAX @blog:2009
- of the proceedings of the [[http://www.linux-kongress.org/2009/|Linux Kongress]] and [[http://www.osdevcon.org/2009/|OpenSolaris Developer Conference]]. I... n this book, I found amoung other, also very interesting, articles one about [[http://lax.sourceforge.net/|LAX]] by Thomas Groß. LAX has some very intere
- Hello Drupal @blog:2010
- logsuite BundleHub]], but Drupal has some advantages. It's always fascinating to get into a new technology. After using misc. wiki systems and Wordpress, I wanted to try a content management system. I ... nd then decided to go with Drupal. One very interesting part of Drupal is the [[http://drupal.org/pro... e already set up my Projects a special content nodes and thinking about doing the same for tasks and b
- Virtual Network Visualization @blog:2009
- s supports virtual networks using virtual interfaces connected with virtual switches. This feature was introduced with [[http://www.opensolaris.org/os/pro... rnal network(s), I created a perl script which takes the output of dladm show-link and generates a dot-File, which then can be rendered using [[http://www
- Set PHP Variables in .htaccess Files @blog:2010
- reated = 2010-04-29 16:07~~ ====== Set PHP Variables in .htaccess Files ====== If your PHP scripts run longer than the maximum execution time set by your webhoster, then you will see a message like this: <code> Fatal error: Maximum execu
- Simulating slow network connections with trickle @blog:2014
- h> trickle -d 512 /usr/bin/firefox -no-remote -P test </code> More informations can be found on these pages: * [[http://monkey.org/~marius/pages/?page=trickle|trickle Homepage]] * [[http://wiki.ubuntuusers