Fulltext results:
- ZFS Playground @blog:2009
- <code> pool: demo state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM demo ONLINE 0 0 ... code> <code> pool: demo state: ONLINE scrub: resilver completed after 0h0m with 0 errors on Tue A... 5:59 2009 config: NAME STATE READ WRITE CKSUM demo ONLINE 0
- IPS Repository Appliance @blog:2010
- META:date created = 2010-10-27 14:36~~ ====== IPS Repository Appliance ====== Brian Leonard wrote a g... [https://blogs.oracle.com/observatory/entry/local_repository_mirror|Local Repository Mirror]]. If you are in a hurry, it's good to know that you don't need to copy the entire repository of about 8GB to a local disk. You can use
- Drupal: Reverse Proxy @blog:2010
- :date created = 2010-03-16 18:00~~ ====== Drupal: Reverse Proxy ====== [[http://drupal.org/user/28002... lowing his advice, I found some improvements. To reduce the amount of editing and to increate the reusability, I substituted * ''www.example.com'' with... path ''/andunix.net/'' insted of the root of the reverse proxy. This improves security, as other hos
- How To Create a Moveable VM with VirtualBox @blog:2010
- and the configuration files in another. It kees a record of all known disk images and virtual machines... the machines directory. At last, VirtualBox will remember the VM and the associated disk image and co... echo -n "Enter disk size in MiB [${DISK_SIZE}]: " read a DISK_SIZE=${a:-${DISK_SIZE}} </code> The mai... ${VM_NAME}" --basefolder "${BASE_DIR}" ${VBOX} -q registervm "${VM_DIR}/${VM_NAME}.xml" ${VBOX} -q sto
- Dice Roller @blog:2009
- ll”. The script shows the individual dice and the resulting sum. For convenience, there is a second fo... fset = parseInt(document.rolldice.o.value); var result = offset; var rolls = ""; var roll; for... roll = 1+Math.floor(Math.random()*sides); result += roll; rolls += " "+roll; } document.rolldice.r.value = result; document.getElementById("rolls").innerHTML
- ReLAX @blog:2009
- ~~META: date created = 2009-11-27 17:36~~ ====== ReLAX ====== Thanks to [[http://www.synapseninferno.... ork. In lack of a good project name, I named it "ReLAX". To get startet, here is a small comparison of the concepts of LAX and ReLAX: * The most fascinating idea is the buildin... ation. I decided to allow any server which can be read by ''curl'', ''wget'' or ''cat''. This allows h
- Memory Usage of a Solaris Container (Zone) @blog:2010
- -1m/index.html|prstat(1M)]] man page: * ''-Z'' Report information about processes and zones. In this mode, ''prstat'' displays separate reports about processes and zones at the same time. ... tml|prstat(1M)]] man page: * ''-z zoneidlist'' Report only processes or LWPs whose zone ID is in th... can be used as an argument. * ''rss'' Sort by resident set size. * ''size'' Sort by size of pr
- Home Server Goals @blog:2010
- home server should provide: * **Personal Video Recorder**: I'm using the EyeTV Hard- and Software from Elgato to record, cut and archive TV broadcasts. * **Secure ... r. * **to be continued...**: There will be more requirements in the future, like hosting my own Jabb... OpenSolaris, as the first goal on the above list requires Mac OS X and I haven't found an acceptable
- Workaround for FolderSync with ownCloud 7 @blog:2014
- Cloud to Version 7. FolderSync always showed "Bad Request" when testing the connection. ANd when I looked into the Apache log, the requests were closed with "400 Bad Request". But I found the solution [[http://www.android-hilfe.de/sync
- Virtual Network Visualization @blog:2009
- -link and generates a dot-File, which then can be rendered using [[http://www.graphviz.org/|Graphviz]]... aces. {{:blog:2009:dladm2dot.png?nolink|Example Output}} -> [[info:solaris:dladm2dot|Read more...]]
- Hello Drupal @blog:2010
- Construction Kit (CCK)]]. This was also the main reason to choose Drupal. I've already set up my Proj... [[http://drupal.org/project/views|Views]] module rendes the list of friends as a nice list in the sid
- Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
- beadm list echo echo -n Enter be name to create: read be beadm create $be beadm mount $be /mnt pkg -R... beadm umount $be beadm activate $be </code> Now, reboot the system to enter the new boot environment.
- Welcome Back @blog:2013
- rupal]]. Today, I moved it back to DokuWiki. The reason for switching to Drupal was for the better bl
- OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
- are_1.png?nolink|add shared folder dialog}} As a result, you will see the folder in the settings: {{
- Simulating slow network connections with trickle @blog:2014
- <code bash> trickle -d 512 /usr/bin/firefox -no-remote -P test </code> More informations can be fou