Fulltext results:
- Formatting Syntax @wiki
- atafiles to be as readable as possible. This page contains all possible syntax you may use when editin... ic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these. DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you can **__//''combine''//__** all these. Y
- ZFS Playground @blog:2009
- e disks, but they are only files for this demo. <code bash> cd /var/tmp mkfile 200m c0d0 c0d1 c0d2 c1d0 c1d1 c1d2 </code> ===== Create Pool ===== <code bash> pfexec zpool create demo /var/tmp/c0d0 zpool status </code> <code> pool: demo state: ONLINE scrub: no
- How To Create a Moveable VM with VirtualBox @blog:2010
- rganizes the disk images in one directory and the configuration files in another. It kees a record of ... remember the VM and the associated disk image and complain when they are missing. To ease the handlin... ange if you use the script. The ''VBOX='' setting contains the full path to VBoxManage, VirtualBox's command line tool. ''SCRIPT_EXT='' is the extensions
- Cleanup Packages @info:linux:debian
- ckage is removed, it is only uninstalled, but the configuration remains on the system. This is a good ... you are able to reinstall the package and have it configured with the old configuration. But if you want to cleanup this old stuff, you can ge a list of uninstalled (but not purged) packages with this command: <code bash> dpkg --get-selections | grep '
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- f the output of ''VBoxManage'' without options. <code> Oracle VM VirtualBox Command Line Management Interface Version 4.2.16 (C) 2005-2013 Oracle Corporation All rights reserved. </code> ===== Usage: ===== VBoxManage [<general option>] <command>
- localeadm @info:solaris
- caleadm ====== The localeadm utility queries and configures Solaris locales through a command line interface. * man page: [[http://docs.oracle.com/cd/E18752_01/html/816-5166/localeadm-1m.html#REF... o mount it (insert your path in the first line. <code bash> ISOIMG="/share/iso/sol-10-u8-ga-sparc-dvd
- Mercurial @info
- s ==== Ignore ''.DS_Store'' and ''._*'' files: <code> (^|/)\._[^/]+$ (^|/)\.DS_Store$ </code> ==== NetBeans ==== These expressions exclude the directo... also exclude ''bin'', ''gen'', ''nbbuild'' or the complete ''nbproject'' directory. Only in the top directory, but not in subdirectories: <code> ^build$ ^dist$ ^nbproject/private$ </code> On
- Virtual Network Visualization @info:solaris
- upports virtual networks using virtual interfaces connected with virtual switches. This feature was in... ight also be interested in the [[http://blogs.sun.com/observatory/en_US/entry/crossbow_virtual_wire_de... tual Wire Demo Tool]]. ===== dladm2dot.pl ===== <code perl> #! /usr/bin/perl $STYLE{'etherstub'} = "shape=box"; $STYLE{'phys'} = "color=black"; $STYLE{'vnic'} = "color=blue"; #$STYLE
- Travian Map Download Script @z:travian
- rom Travian and import it to the database. ===== config.inc ===== <code bash> # # database DB_USER="travian" # set this to your database user DB_PASS="tr... "/usr/bin/curl --silent --show-error --output " </code> ===== cron.hourly ===== <code bash> #! /bin/sh echo `date +'%Y-%m-%d %H:%M'`: $0 for w in de7 d
- Debug Server Certificate from Client @info:cryptography:openssl
- .sh/|langui.sh]]. openssl s_client -showcerts -connect www.andunix.net:443 Informations about the ... p://www.openssl.org/docs/apps/s_client.html#item__connect|-connect www.andunix.net:443]]'': This specifies the host and optional port to connect to. If not specified then an attempt is made
- DokuWiki @wiki
- inistrator's favorite. Built in [[doku>acl|access controls]] and [[doku>auth|authentication connectors]] make DokuWiki especially useful in the enterprise context and the large number of [[doku>plugins]] contributed by its vibrant community allow for a broad
- IPS Repository Appliance @blog:2010
- good guide how to setup a [[https://blogs.oracle.com/observatory/entry/local_repository_mirror|Local ... a hurry, it's good to know that you don't need to copy the entire repository of about 8GB to a local d... g?nolink|}} You will get this warning, click on "Continue" to ignore it. {{osolrepo04.png?nolink|}} ... After finishing the Wizard, open the VM's Storage config and add another "CD/DVD Device". Insert the L
- Disable Core Dumps @info:linux
- ====== Disable Core Dumps ====== To disable core dumps create a file ''/etc/security/limits.d/no_core_dumps'' with the content ''* hard core 0'': <code bash> echo '* hard core 0' > /etc/security/limit
- Oracle: Recovery Manager @info:oracle
- ager ====== ===== Start Recovery Manager ===== <code 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 th
- Command Line Audio @info:mac
- ~~META:date created = 2009-06-19 16:17~~ ====== Command Line Audio ====== ===== Change Mac Audio Volume from Command Line ===== To change the audio volume from remote of my Mac at home, I needed a command line tool which I can use via ssh. I've found it here: [[http://osxdaily.com/2007/04/28/change-the-system-volume-from-the-com