Fulltext results:
- Formatting Syntax @wiki
- e, which tries to make the datafiles to be as readable as possible. This page contains all possible synt... eate links by default, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. * When a section's heading is changed, its bo... l zone"). * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- etails] [--machinereadable] showvminfo <uuid>|<name> --log ... >] [--biosbootmenu disabled|menuonly|messageandmenu] ... virtio] [--cableconnected<1-N> on|off] ... [--mouse ps2|usb|usbtablet [--keyboard ps2|usb
- Project Idea: WikiTable @blog:2009
- ed = 2009-04-27 13:30~~ ====== Project Idea: WikiTable ====== I'm using wikis a lot but every wiki I tried so far lacks support for tables. The wikis are able to show tables, but building a table using lots of pipes “|” sucks. What I want to develop (or learn th
- Disable a Service @info:linux:debian
- ====== Disable a Service ====== To disable a service: <code bash> service <service> stop update-rc.d <service> enable|disable </code> With ''systemd'' (starting with Debian 8): <code bash> systemctl disable <service> </
- Travian Map Download Script @z:travian
- v/glassfish/domains/domain1/docroot/sql # # executables MYSQL="/srv/mysql/bin/mysql --default-character-... " `date +'%H:%M:%S'`: ${world}_village" TEMP_TABLE="tmp_${world}_village_${today_}$$" ${MYSQL} << __SQL__ -- -- update villages -- CREATE TABLE ${TEMP_TABLE} ( fid int(11) NOT NULL, x smallint(6) NOT NULL, y smallint(6) NOT NULL, tid int(1
- andunix.net
- ndunix.net ====== <html> <style type="text/css"> table.ax-links { border:none;width:auto; } table.ax-links td { border:none;font-size:150%;font-weight:bold;padding:0;vertical-align:middle; } table.ax-links td.ax-domain { font-size:200%;text-align:right; } table.ax-links td.ax-isolator { font-size:200%;padding:
- CloudTable @z:cloudtable
- TA:date created = 2010-02-02 18:04~~ ====== CloudTable ====== ===== Big Picture ===== This concept-ima... s the currently planned architecture. {{:z:cloudtable:big_picture_draft_1.png?nolink|CloudTable Big Picture Draft 1}} The core appears as a single block for... g store stores the informations about the forms, tables and applications. Also the users will be stored
- Cleanup Packages @info:linux:debian
- s on the system. This is a good thing, as you are able to reinstall the package and have it configured w... ONS] [PACKAGE]... The following options are available: --help, -h This help. --status-... Ignore hold flags. --nice-mode, -n Disable checks for `recommends' and `suggests'. --ignore-recommends Disable checks for `recommends'. --ignore-suggests
- MySQL: Backup @info:mysql:database
- abase ===== <code bash> # set or replace the variables $USER, $PASS and $DB mysqldump --add-drop-table -u${USER} -p${PASS} ${DB} </code> ===== Export all Da... ually ===== <code bash> # set or replace the variables $USER and $PASS DATE_YMD=$(date "+%Y-%m-%d") DAT... r db in ${DATABASES} do mysqldump --add-drop-table -u${USER} -p${PASS} ${DB} > ${DB}_${DATE_YMD}.sql
- Disable Core Dumps @info:linux
- ====== Disable Core Dumps ====== To disable core dumps create a file ''/etc/security/limits.d/no_core_dumps'' with th... " article [[http://www.cyberciti.biz/faq/linux-disable-core-dumps/|Linux Disable Core Dumps]]. {{tag>linux sysadmin admin config}}
- immutable_service_containers @tag
- ====== immutable_service_containers ====== ===== Pages ===== {{topic>immutable_service_containers&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/immutable_service_containers}}
- How To Create a Moveable VM with VirtualBox @blog:2010
- d = 2010-05-17 09:55~~ ====== How To Create a Moveable VM with VirtualBox ====== VirtualBox works good ... n they are missing. To ease the handling of "moveable" VMs, I created a script which creates a VM and a... additional boot command) and deactivate. The variables are evaluated while creating, so the following c
- variable @tag
- ====== variable ====== ===== Pages ===== {{topic>variable&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/variable}}
- Shell Script Variables @info:script
- ====== Shell Script Variables ====== ===== Last Character ===== Get the last character of ''$a'': <cod... </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}}
- cloudtable @tag
- ====== cloudtable ====== ===== Pages ===== {{topic>cloudtable&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/cloudtable}}