Fulltext results:
- Formatting Syntax @wiki
- ==== DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you c... e. DokuWiki supports **bold**, //italic//, __underlined__ and ''monospaced'' texts. Of course you... perscript</sup>, too. You can mark something as <del>deleted</del> as well. You can mark something as <del>deleted</del> as well. **Paragraphs** are
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- the output of ''VBoxManage'' without options. <code> Oracle VM VirtualBox Command Line Management Int... -2013 Oracle Corporation All rights reserved. </code> ===== Usage: ===== VBoxManage [<general opti... uppress the logo [--settingspw <pw>] provide the settings password [--settingspwfile <file>] provide a file containing the settings password ===== C
- ZFS Playground @blog:2009
- 17:06~~ ====== ZFS Playground ====== This small demo shows the basic ZFS operations. You will need a... amed like 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 zpo
- Cleanup Packages @info:linux:debian
- (but not purged) packages with this command: <code bash> dpkg --get-selections | grep 'deinstall$' </code> You can feed this list directly to aptitude to purge the packages: <code bash> aptitude purge $(dp
- localeadm @info:solaris
- 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 ${LOFIDEV} /mnt </code> Note: If you're using the bourne shell (instead of
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- ks. ===== Managing File Systems ===== ==== List Devices ==== To list the system's devices, you can use the following commands: * ''dmesg'' * ''format'' * ''prtconf'' * ''sysdef'' ==== Reconfigure Devices ==== To reconfigure the devices, you can perform any of these actions:
- How To Create a Moveable VM with VirtualBox @blog:2010
- r the disk image or VirtualBox will put it in the default directory. Second, you don't have an option... XML file). It will always be in a subdirectory under the machines directory. At last, VirtualBox wil... irectory and also creates scripts to activate and deactivate the VM. ====== The Script ====== So let... is the extensions for the generated scripts. <code bash> VBOX="/usr/bin/VBoxManage" SCRIPT_EXT="comm
- Travian Map Download Script @z:travian
- rt it to the database. ===== config.inc ===== <code bash> # # database DB_USER="travian" # set this t... sql # # executables MYSQL="/srv/mysql/bin/mysql --default-character-set=utf8 -u${DB_USER} -p${DB_PASS}... 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 do
- Debug Server Certificate from Client @info:cryptography:openssl
- ====== Debug Server Certificate from Client ====== Credit for this example goes to "[[http://langui.s... connect to. If not specified then an attempt is made to connect to the local host on port 443. ===== ... -connect www.andunix.net:443 CONNECTED(00000003) depth=1 C = GB, ST = Greater Manchester, L = Salford... EkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxGTAXBgNV BAMT
- Android Apps @info:android
- ersion. * [[https://play.google.com/store/apps/details?id=com.google.zxing.client.android|Barcode Scanner]] * [[https://play.google.com/store/apps/details?id=de.fun2code.android.webdrive|DavDrive]] / [[https://play.google.com/store/apps/details?id=de.
- OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
- ====== OpenSolaris / VirtualBox: Mount Shared Folder ====== To mount a shared folder in a OpenSolaris guest in VirtualBox, you have to install the Guest... he file system type ''vboxfs''. The Usage is: <code bash> mount -F vboxfs <share> <mountpoint> </code> If you want to share the filesystem ''/share'' fr
- Oracle: Recovery Manager @info:oracle
- er ====== ===== Start Recovery Manager ===== <code bash> rman target / </code> ===== Delete Archive Logs ===== Delete all archive logs but keep the last 45 days: <code sql> DELETE ARCHIVE
- Mercurial @info
- ==== Ignore ''.DS_Store'' and ''._*'' files: <code> (^|/)\._[^/]+$ (^|/)\.DS_Store$ </code> ==== NetBeans ==== These expressions exclude the directories ''build'', ''dist'' and ''nbproject/private''. Depending on your project setup, you may want to als
- Virtual Network Visualization @info:solaris
- '' and generates a dot-File, which then can be rendered using [[http://www.graphviz.org/|Graphviz]]. ... com/observatory/en_US/entry/crossbow_virtual_wire_demo_tool|Crossbow Virtual Wire Demo Tool]]. ===== dladm2dot.pl ===== <code perl> #! /usr/bin/perl $STYLE{'etherstub'} = "shape=box";
- Border @info:webdesign:css
- ====== Border ====== ===== Image Border ===== {{glow_border.png|}} border-image: url("glow_border.png") 30 30 30 30 stretch stretch; border-width: 12px;