Fulltext results:
- Formatting Syntax @wiki
- otes: * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones. ... DokuWiki supports a "poster" image which will be shown before the video has started. That image needs t... g ===== Some times you want to mark some text to show it's a reply or comment. You can use the followin... ally, just make the next cell completely empty as shown above. Be sure to have always the same amount of
- Cleanup Packages @info:linux:debian
- -version, -v Version information. --show-deps, -d Show dependencies for packages that have them. --show-priority, -P Show priority of packages found. --show-section, -s Show the sections the
- Virtual Network Visualization @info:solaris
- d a perl script which takes the output of ''dladm show-link'' and ''dladm show-linkprop -o link,value -p zone'' and generates a dot-File, which then can be re... "; print "digraph vnet {\n"; open INPUT, "dladm show-link|"; # skip first line <INPUT>; while (defined... $5;\n"; } } } close INPUT; open INPUT, "dladm show-linkprop -o link,value -p zone|"; # skip first li
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- s|extpacks| groups showvminfo <uuid>|<name> [--details] [--machinereadable] showvminfo <uuid>|<name> --log <idx> ... ls|--machinereadable] showvminfo <uuid>|<name> closemedium ... K=kilobyte, M=megabyte, G=gigabyte) showhdinfo <uuid>|<filename> createh
- Debug Server Certificate from Client @info:cryptography:openssl
- tp://langui.sh/|langui.sh]]. openssl s_client -showcerts -connect www.andunix.net:443 Informations a... p://www.openssl.org/docs/apps/s_client.html#item__showcerts|-showcerts]]'': display the whole server certificate chain: normally only the server certificate i... Example Output ===== <file> $ openssl s_client -showcerts -connect www.andunix.net:443 CONNECTED(00000
- Travian Village Planner @blog:2009
- field and the character defines which building to show. You can have a look at the current version at [[... ch are still missing: * Tribe - currently only showing gaul village * Drag & Drop - this should be ... icks * Village Name - add another parameter which is shown as village name {{tag>javascript travian}}
- ZFS Playground @blog:2009
- 6~~ ====== ZFS Playground ====== This small demo shows the basic ZFS operations. You will need a Solari... /code> Note that the ''zpool status'' output now shows a mirror over two files. Also note the ''resilv... ove the files. Note that ''zpool status'' doesn't show the pool any more. <code bash> pfexec zpool dest
- MySQL: View Permissions @info:mysql:permissions
- ons ====== ==== View Permissions ==== <code sql> SHOW PRIVILEGES; SHOW GRANTS FOR '{user}'@'%'; </code> {{tag>admin database mysql sql}}
- Virtual Network Visualization @blog:2009
- ted a perl script which takes the output of dladm show-link and generates a dot-File, which then can be ... phviz]]. Update: The dladm2dot.pl script now also shows the non-global zones of the interfaces. {{:blog
- Oracle: SQLplus Scripting @info:oracle
- ====== Oracle: SQLplus Scripting ====== To show only data in SQLplus and no header or other stuff, ente
- DynDNS Updates without a Client @info:script
- echo -n " ${domain} - " curl --silent --show-error --insecure --user ${LOGIN} "${UPDATE_URL}?h
- DokuWiki @wiki
- Bloggers think]] * [[https://www.wikimatrix.org/show/DokuWiki|Compare it with other wiki software]] *
- Project Idea: WikiTable @blog:2009
- r lacks support for tables. The wikis are able to show tables, but building a table using lots of pipes
- Travian Map Download Script @z:travian
- output-document=" #WGET="/usr/bin/curl --silent --show-error --output " </code> ===== cron.hourly =====
- MySQL: Backup @info:mysql:database
- ysql --batch -u${USER} -p${PASS} mysql --execute='show databases') for db in ${DATABASES} do mysqldu