• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » tab
Trace: • Mercurial • Travian Info Tool • Welcome to your new DokuWiki • dns • blogging • exam • Travian Village Planner • certificate • web • Tags

tab
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • info (18)
  • tag (4)
  • z (4)
  • blog (3)
  • wiki (3)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • cloudtable
  • database
  • immutable_service_containers
  • wikitable
  • Project Idea: WikiTable
  • CloudTable
  • Project Archive
  • MySQL: Backup
  • MySQL: Create Database
  • Database Administration
  • MySQL: Remove Database
  • andunix Infos
  • host-user-tab

Fulltext results:

Travian Map Download Script @z:travian
14 Hits, Last modified: 13 years ago
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
13 Hits, Last modified: 5 years ago
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
11 Hits, Last modified: 17 years ago
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
8 Hits, Last modified: 13 years ago
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
8 Hits, Last modified: 5 years ago
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
7 Hits, Last modified: 13 years ago
====== 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
6 Hits, Last modified: 13 years ago
====== 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
4 Hits, Last modified: 12 years ago
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
4 Hits, Last modified: 10 years ago
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
4 Hits, Last modified: 12 years ago
] [--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
4 Hits, Last modified: 13 years ago
====== MySQL: Remove Database ====== ==== Remove Database ==== <code sql> DROP DATABASE IF EXISTS `{db}`; </code> {{tag>admin database mysql sql}}
wikitable @tag
3 Hits, Last modified: 12 years ago
====== wikitable ====== ===== Pages ===== {{topic>wikitable&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/wikitable}}
immutable_service_containers @tag
3 Hits, Last modified: 12 years ago
====== immutable_service_containers ====== ===== Pages ===== {{topic>immutable_service_containers&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/immutable_service_containers}}
cloudtable @tag
3 Hits, Last modified: 12 years ago
====== cloudtable ====== ===== Pages ===== {{topic>cloudtable&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/cloudtable}}
host-user-tab @z:relax:api:host
3 Hits, Last modified: 13 years ago
====== 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
database @tag
3 Hits, Last modified: 12 years ago
MySQL: Remove User @info:mysql:user
3 Hits, Last modified: 13 years ago
Thunderbird Extendsions @info
2 Hits, Last modified: 13 years ago
Oracle @info:oracle
2 Hits, Last modified: 10 years ago
Home Server Goals @blog:2010
2 Hits, Last modified: 10 years ago
OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
2 Hits, Last modified: 17 years ago
Oracle: Recovery Manager @info:oracle
1 Hits, Last modified: 13 years ago
Database @info:db
1 Hits, Last modified: 13 years ago
MySQL: Revoke Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
MySQL: Change Password @info:mysql:user
1 Hits, Last modified: 12 years ago
MySQL: View Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
MySQL: Grant Permissions @info:mysql:permissions
1 Hits, Last modified: 13 years ago
Oracle Errors @info:oracle
1 Hits, Last modified: 13 years ago
DokuWiki @wiki
1 Hits, Last modified: 5 years ago
Database Administration @info:mysql:database
1 Hits, Last modified: 13 years ago
Oracle: List Accounts with Objects @info:oracle
1 Hits, Last modified: 13 years ago
host-user-list @z:relax:api:host
1 Hits, Last modified: 13 years ago
Welcome to your new DokuWiki @wiki
1 Hits, Last modified: 5 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International
CC Attribution 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki