Fulltext results:
- Formatting Syntax @wiki
- age contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try something, just ... DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these. DokuWiki supports
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- (C) 2005-2013 Oracle Corporation All rights reserved. </code> ===== Usage: ===== VBoxManage [<gene... ds|hostfloppies| bridgedifs|hostonlyifs|dhcpservers|hostinfo| ... exexcl on|off] [--nestedpaging on|off] [--larg... [--cpuidset <leaf> <eax> <ebx> <ecx> <edx>] [--cpuidremove <le
- 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. <
- Generate a Test Key @info:cryptography:openssl
- ey.key -out testkey.crt Informations about the used arguments from the OpenSSL man page: * ''[[htt... m__x509|-x509]]'': this option outputs a self signed certificate instead of a certificate request. This is typically used to generate a test certificate or a self signed root CA. The extensions added to the certificate (if
- Cleanup Packages @info:linux:debian
- === Cleanup Packages ====== ===== Purge uninstalled Packages ===== If a package is removed, it is only uninstalled, but the configuration remains on the system. This is a good thing, as you ar... able to reinstall the package and have it configured with the old configuration. But if you want to cl
- 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
- 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 found some improvements. To reduce the amount of editing and to increate the reusability, I substituted * ''www.example.com'' with
- Debug Server Certificate from Client @info:cryptography:openssl
- == Debug Server Certificate from Client ====== Credit for this example goes to "[[http://langui.sh/20... ect www.andunix.net:443 Informations about the used arguments from the OpenSSL man page: * ''[[htt... ally only the server certificate itself is displayed. * ''[[http://www.openssl.org/docs/apps/s_clien... st and optional port to connect to. If not specified then an attempt is made to connect to the local h
- 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
- Program @p:dmx
- m ====== The controller (Arduino) can be programmed to animate the value on a DMX channel from one va... he contoller has an program counter which is counted up by one every iteration. The iterations will be... long. The value of the program counter ist exchanged between the host an the controller with the comma... ams, an array of the following structure is reserved: * uint16 flags, function & channel * 0-9
- 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
- Compare a Key with its Certificate @info:cryptography:openssl
- ==== Compare a Key with its Certificate ====== Credit for this example goes to "[[https://kb.wisc.edu/middleware/page.php?id=4064|Verifying that a Privat... tches a Certificate]]" from the [[https://kb.wisc.edu/|University of Wisconsin Knowledgebase]]. To see if a key ''server.key'' belongs to the certificate
- Plaintext @info:cryptography
- ===== Plaintext ====== The plaintext is unencrypted and unsigned text. It's the payload which then get's signed and/or encrypted. Wikipedia defines [[http://en.wikipedia.org/wiki/Plaintext|plaintext]] as: > In c
- 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
- Virtual Network Visualization @info:solaris
- 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 s... and generates a dot-File, which then can be rendered using [[http://www.graphviz.org/|Graphviz]]. **U