Fulltext results:
- Formatting Syntax @wiki
- ntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Ed... d by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|li... d by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|... ning about trying to open a Windows Share. To remove this warning (for all users), put the following l
- How To Create a Moveable VM with VirtualBox @blog:2010
- you will get trouble. First thing is, that you have to be careful when creating the disk image and us... it in the default directory. Second, you don't have an option to specify where to put the VM itself (... ate the VM. ====== The Script ====== So let's have a look at the script. I'll go thought some snippe... e VM is configured according to the parameters above. <code bash> mkdir -p "${VM_DIR}" ${VBOX} -q c
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- x> <edx>] [--cpuidremove <leaf>] [--cpuidremov... ns] (run with -n to have options displayed fo... umber>] [--type dvddrive|hdd|fdd] [--medium none|emptydrive|additions|
- Cleanup Packages @info:linux:debian
- g, as you are able to reinstall the package and have it configured with the old configuration. But if ... | grep 'deinstall$' | cut -f1) </code> ===== Remove Orphans ===== If a packages is installed, all it... ly installed but leftover packages. First, you have to install ''deborpan'': <code bash> aptitude in... you can even more suggestions for packages to remove: <code bash> deborphan --help </code> <code> Usa
- Travian Map Download Script @z:travian
- LT '', population smallint(6) NOT NULL, inactive smallint(6) NOT NULL DEFAULT 0, history_1 int(1... (aid), KEY population (population), KEY inactive (inactive), KEY history_1 (history_1) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT; INS... {TEMP_TABLE} SELECT v.* , h.inactive + 1 , h.population FROM ${world}_world v
- IPS Repository Appliance @blog:2010
- ===== You need to download two ISO images. The Live CD to boot the repository server and the Reposito... e links to the OpenSolaris 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. </note> ==... fig and add another "CD/DVD Device". Insert the Live CD in the first and the Repository to the second
- ZFS Playground @blog:2009
- ation ===== First, go to a directory where you have enought space. We will need 1,2GB for 6 files of ... l uses mirror and new vdev is file </code> You have to force adding a vdev with a different redundancy. It's recommendend to have the same type of redundancy (none, mirror or raid... sk", which will bring us back to what we should have done in the step before. <code bash> pfexec zpoo
- localeadm @info:solaris
- r ISO image. If you're using an ISO image, you have to mount it (insert your path in the first line. ... , es_PY.UTF-8 , es_UY.ISO8859-1, es_UY.UTF-8 , es_VE.ISO8859-1, es_VE.UTF-8 , pt_BR.ISO8859-1, pt_BR.UTF-8 ] Southern Europe (seu) [ ca_ES.ISO8859-1, ca... _10/Product </code> ==== Clean Up ==== If you have finished, you can unmount the ISO image and destr
- Home Server Goals @blog:2010
- and Software from Elgato to record, cut and archive TV broadcasts. * **Secure File Archive/Backup**: I want my digital camera photos and other precious... to store my MP3 files and the videos from the above PVR to be stored an be served to clients in the l... OS X and OpenSolaris, as the first goal on the above list requires Mac OS X and I haven't found an acc
- Android Apps @info:android
- m/store/apps/details?id=de.fun2code.android.webdrive|DavDrive]] / [[https://play.google.com/store/apps/details?id=de.fun2code.android.lite.webdrive|DavDrive Lite]] * [[https://play.google.com/store/apps/details?id=com.dg.gtd.android.lite|DGT GTD &
- Oracle: Recovery Manager @info:oracle
- de bash> rman target / </code> ===== Delete Archive Logs ===== Delete all archive logs but keep the last 45 days: <code sql> DELETE ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE -45'; </code> To remove archive logs older than 3 days without prompting, e.g. via cron, after backup run: <code sql> DELETE
- OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
- older in a OpenSolaris guest in VirtualBox, you have to install the Guest Additions and then mount the... te the mountpoint if it doesn't exist. You will have to do this only once. <code bash> pfexec mkdir /... -F vboxfs share /share </code> If you want to have the filesystem mounted on every boot, then add th
- Firefox Extensions @info:prog:firefox
- fox/addon/adblock-plus/|Adblock Plus]] |A must-have. Blocks all these blinking ads which are so anoyi... | |[[https://addons.mozilla.org/firefox/addon/live-http-headers/|Live HTTP Headers]] | | |[[https://addons.mozilla.org/firefox/addon/pixlr-grabber/|Pi
- Welcome to your new DokuWiki @wiki
- eate your first pages ===== Your wiki needs to have a start page. As long as it doesn't exist, this l... th creating and editing pages you might want to have a look at the [[this>doku.php?do=admin&page=confi... upport]]. Of course we'd be more than happy to have you [[doku>teams:getting_involved|getting involve
- MySQL: Remove User @info:mysql:user
- ====== MySQL: Remove User ====== ==== Remove User ==== <code sql> DROP USER '{user}'@'%'; </code> ==== Remove User and Database ==== * Usually, {user} == {d