Fulltext results:
- Travian Map Download Script @z:travian
- d the map.sql from Travian and import it to the database. ===== config.inc ===== <code bash> # # database DB_USER="travian" # set this to your database user DB_PASS="travian" # set this to your database password DB_INST="travian" # set this to your da
- Formatting Syntax @wiki
- content. If you have more than three headlines, a table of contents is generated automatically -- this ... > Really? >> Yes! >>> Then lets do it! ===== Tables ===== DokuWiki supports a simple syntax to create tables. ^ Heading 1 ^ Heading 2 ^ Heading... ol 1 | Row 3 Col 2 | Row 3 Col 3 | Table rows have to start and end with a ''|'' for nor
- Project Idea: WikiTable @blog:2009
- ted = 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 that such a t
- CloudTable @z:cloudtable
- ETA:date created = 2010-02-02 18:04~~ ====== CloudTable ====== ===== Big Picture ===== This concept-i... ws the currently planned architecture. {{:z:cloudtable:big_picture_draft_1.png?nolink|CloudTable Big Picture Draft 1}} The core appears as a single block ... ig store stores the informations about the forms, tables and applications. Also the users will be store
- andunix.net
- andunix.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%;paddin
- MySQL: Backup @info:mysql:database
- ====== MySQL: Backup ====== ===== Export a Database ===== <code bash> # set or replace the variables $USER, $PASS and $DB mysqldump --add-drop-table -u${USER} -p${PASS} ${DB} </code> ===== Export all Databases individually ===== <code bash> # set or repl... es $USER and $PASS DATE_YMD=$(date "+%Y-%m-%d") DATABASES=$(mysql --batch -u${USER} -p${PASS} mysql --e
- MySQL: Create Database @info:mysql:database
- ====== MySQL: Create Database ====== ==== Create Database ==== <code sql> CREATE DATABASE IF NOT EXISTS `{db}`; </code> ==== Create Database and Grant Rights to a User ==== <code sql> CRE
- Firefox Extensions @info:prog:firefox
- ing Cookies]] |Removes cookies after closing the tab or navigating to another site. | ===== Web Deve... [https://addons.mozilla.org/firefox/addon/private-tab/|Private Tab]] |Enables private tabs, so you can be logged in with two different accounts. | |[[https://addons.m
- MySQL: Create User @info:mysql:user
- ED BY '{passwd}'; </code> ==== Create User and Database ==== * Usually, ''{user}'' == ''{db}'' <co... _PER_HOUR 0 MAX_USER_CONNECTIONS 0 ; CREATE DATABASE IF NOT EXISTS `{db}`; GRANT ALL PRIVILEGES ON... /code> Simpler Alternative: <code sql> CREATE DATABASE IF NOT EXISTS `dbname` DEFAULT CHARACTER SET =... LL ON `dbname`.* TO 'dbuser'@'dbhost' IDENTIFIED BY 'dbpass'; </code> {{tag>admin database mysql sql}}
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- ] [--mouse ps2|usb|usbtablet [--keyboard ps2|us... [--mtype normal|writethrough|immutable|shareable| ... iocache on|off] [--bootable on|off] [--remove] ... [--type normal|writethrough|immutable|shareable|
- MySQL: Remove Database @info:mysql:database
- ====== MySQL: Remove Database ====== ==== Remove Database ==== <code sql> DROP DATABASE IF EXISTS `{db}`; </code> {{tag>admin database mysql sql}}
- wikitable @tag
- ====== wikitable ====== ===== Pages ===== {{topic>wikitable&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/wikitable}}
- 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}}
- cloudtable @tag
- ====== cloudtable ====== ===== Pages ===== {{topic>cloudtable&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/cloudtable}}
- host-user-tab @z:relax:api:host
- ====== host-user-tab ====== Lists the users on a given host as a colon separated table. ===== Usage ===== host-user-tab HOST * ''HOST'': a key of a host service definition in the r