Fulltext results:
- ZFS Playground @blog:2009
- known data errors'' in all following outputs. Also, the ''rpool'' is also omitted. ===== Attach a second disk ===== This will attach a second disk to ... us'' output now shows a mirror over two files. Also note the ''resilver completed'' message. This tel... ing mirroring two disks on different controllers. So, let's replace c0d1 with c1d0. <code bash> pfexe
- ISO 3166-2:DE @info:db:iso:3166-2
- ====== ISO 3166-2:DE ====== * urn:iso:std:iso:3166:-2:ed-2007:en * DE: http://de.wikipedia.org/wiki/ISO_3166-2:DE * EN: http://en.wikipedia.org/wiki/IS
- ISO 3166-1 @info:db:iso:3166-1
- ====== ISO 3166-1 ====== * urn:iso:std:iso:3166:-1:ed-2006:en * http://en.wikipedia.org/wiki/ISO_3166-1 * http://de.wikipedia.org/wiki/ISO-3166-
- IPS Repository Appliance @blog:2010
- Here is 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 ... laris 2009.06 images: * Live CD osol-0906-x86.iso * Repository osol-repo-0906-full.iso <note> The links above don't work any more and were removed.
- ISO 3166-1 alpha-2 @info:db:iso:3166-1
- ====== ISO 3166-1 alpha-2 ====== * urn:iso:std:iso:3166:-1:ed-2006:en#alpha-2 * http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 {{tag>standard iso country}}
- Formatting Syntax @wiki
- 's heading is changed, its bookmark changes, too. So don't rely on section linking too much. ==== Int... ] = ''; </code> ==== Image Links ==== You can also use an image to link to another internal or exter... uWiki will automatically add them as alternatives so that one of the three files is understood by your... ention for deeper levels - That's it </code> Also take a look at the [[doku>faq:lists|FAQ on list i
- localeadm @info:solaris
- with cat /etc/release and get a matching DVD or ISO image. If you're using an ISO image, you have to mount it (insert your path in the first line. <code bash> ISOIMG="/share/iso/sol-10-u8-ga-sparc-dvd.iso" LOFIDEV=$(lofiadm -a ${ISOIMG}) echo LOFIDEV=${LOFIDEV} mount -F hsfs ${L
- ISO 3166-2 @info:db:iso:3166-2
- ====== ISO 3166-2 ====== * urn:iso:std:iso:3166:-2:ed-2007:en * EN: http://en.wikipedia.org/wiki/ISO_3166-2 {{tag>standard iso country}}
- How To Create a Moveable VM with VirtualBox @blog:2010
- a VM and a disk image in a given directory and also creates scripts to activate and deactivate the VM. ====== The Script ====== So let's have a look at the script. I'll go thought ... vate. The variables are evaluated while creating, so the following code will create the activation scr... e the contact form or leave a comment). You can also subscribe the further blog postings of follow the
- Change Encoding with iconv @info:script
- === ===== Convert Single File ===== iconv -f iso-8859-1 -t utf-8 -o OUTPUT.txt INPUT.txt Converts ''INPUT.txt'' from ''iso-8859-1'' to ''utf-8'' and writes it to ''OUTPUT.t... e bash> for f in $(find . -type f) do iconv -f iso-8859-1 -t utf-8 -o ${f}_$$_TEMP ${f} \ && mv ${
- Install the Java-Plugin for Firefox @info:java
- /firefox-addons/plugins/'' to the file ''libnpjp2.so'' in the JRE's "lib" dir. <code bash> sudo ln -s \ ${JAVA_HOME}/jre/lib/amd64/libnpjp2.so \ /usr/lib/firefox-addons/plugins/libnpjp2.so </code> Please note, that I tested this with Ubuntu
- Drupal: Reverse Proxy @blog:2010
- he same reverse proxy, won't see the cookie and also enables mutliple logins, if using multiple domain names for one installation. It has also a nice side effect: I separated my normal editor account from the admin account, so that my normal account has not all the rights. If
- iso @tag
- ====== iso ====== ===== Pages ===== {{topic>iso&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/iso}}
- ReLAX @blog:2009
- nference]]. In this book, I found amoung other, also very interesting, articles one about [[http://lax... pts, but, unfortunately, it doesn't fit my needs. So I decided to take some of the concepts of LAX and... ow, stay tuned... I started documenting the API, so you might want to have a look there.. {{tag>api
- Project Idea: WikiTable @blog:2009
- === I'm using wikis a lot but every wiki I tried so far lacks support for tables. The wikis are able ... ion which manages the tables. The tables should also be available as a HTML-snippet (just the table, h... n the table. The code should be small and simple so that it can easily ported to different languages.