Fulltext results:
- ZFS Playground @blog:2009
- ey are only files for this demo. <code bash> cd /var/tmp mkfile 200m c0d0 c0d1 c0d2 c1d0 c1d1 c1d2 </c... Pool ===== <code bash> pfexec zpool create demo /var/tmp/c0d0 zpool status </code> <code> pool: de... demo ONLINE 0 0 0 /var/tmp/c0d0 ONLINE 0 0 0 errors: No... a mirror. <code bash> pfexec zpool attach demo /var/tmp/c0d0 /var/tmp/c0d1 zpool status </code> <co
- Dice Roller @blog:2009
- Code ===== <code javascript> function roll() { var count = parseInt(document.rolldice.n.value); var sides = parseInt(document.rolldice.s.value); var offset = parseInt(document.rolldice.o.value); var result = offset; var rolls = ""; var roll; f
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- HD] (default: VDI) [--variant Standard,Fixed,Split2G,Stream,ESX] modifyh... K|VHD|RAW|<other>] [--variant Standard,Fixed,Split2G,Stream,ESX] ... rmat VDI|VMDK|VHD] [--variant Standard,Fixed,Split2G,Stream,ESX] ... rmat VDI|VMDK|VHD] [--variant Standard,Fixed,Split2G,Stream,ESX]
- Travian Map Download Script @z:travian
- ) NOT NULL, vid int(11) NOT NULL, villagename varchar(255) NOT NULL, uid int(11) NOT NULL, accountname varchar(255) NOT NULL, aid int(11) NOT NULL DEFAULT '0', alliancename varchar(255) NOT NULL DEFAULT '', population smalli
- Shell Script Variables @info:script
- ====== Shell Script Variables ====== ===== Last Character ===== Get the last character of ''$a'': <co... -1} </code> ===== Remove Slash from the End of a Variable ===== Remove a trailing slash from ''$a'': <code bash> a=${a%/} </code> {{tag>scripting bash sysadmin variable}}
- variable @tag
- ====== variable ====== ===== Pages ===== {{topic>variable&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/variable}}
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) @info:solaris
- the mountpoint of the filesystem. E.g. the name "var" stands for the mountpoint ''/var''. * The volume represents the physical volume name. * Write a
- MySQL: Backup @info:mysql:database
- Database ===== <code bash> # set or replace the variables $USER, $PASS and $DB mysqldump --add-drop-t... ividually ===== <code bash> # set or replace the variables $USER and $PASS DATE_YMD=$(date "+%Y-%m-%d"
- localeadm @info:solaris
- ] Done. A copy of this report can be found in /var/sadm/system/data/locales.list </code> ==== List
- DynDNS Updates without a Client @info:script
- de> First, the login credentials (the ''$LOGIN'' variable) and the server's URL (''$UPDATE_URL'') are
- Set PHP Variables in .htaccess Files @blog:2010
- :date created = 2010-04-29 16:07~~ ====== Set PHP Variables in .htaccess Files ====== If your PHP scri
- How To Create a Moveable VM with VirtualBox @blog:2010
- h an additional boot command) and deactivate. The variables are evaluated while creating, so the follow