Fulltext results:
- DynDNS Updates without a Client @info:script
- ====== DynDNS Updates without a Client ====== My new hosting provide Strato offers DynDNS. I was sear... b as good as any other client. <code bash dyndns-update.sh> #! /bin/bash . ${HOME}/.dyndns.cfg DOMA... silent --show-error --insecure --user ${LOGIN} "${UPDATE_URL}?hostname=${domain}" done </code> First,... the ''$LOGIN'' variable) and the server's URL (''$UPDATE_URL'') are read from the config file ''~/.dyn
- Virtual Network Visualization @info:solaris
- d using [[http://www.graphviz.org/|Graphviz]]. **Update**: You might also be interested in the [[http... e"; #$STYLE{'unknown'} = "fontcolor=red"; $STYLE{'up'} = "fontcolor=green"; print "digraph vnet {\n";... MTU STATE OVER e1000g0 phys 1500 up -- e1000g1 phys 1500 unknown -- ... tub 9000 unknown -- isc0 vnic 9000 up isc_net0 isc1 vnic 9000 up
- Travian Map Download Script @z:travian
- mport SQL ${BIN_DIR}/import.sh ${world} # # update SQL ${BIN_DIR}/update.sh ${world} # # export dump if [ -d ${DUMP_DIR} ] then ${MYSQ... +'%Y-%m-%d %H:%M:%S'` $0 finished" </code> ===== update.sh ===== <code sql> #! /bin/sh BIN_DIR=`dirn... M:%S'`: ${world}_world" ${MYSQL} << __SQL__ -- -- update world -- TRUNCATE ${world}_world; INSERT INTO
- Formatting Syntax @wiki
- parentheses. ===== Sectioning ===== You can use up to five different levels of headlines to structur... d audio formats. To mitigate the problem, you can upload your file in different formats for maximum br... 4 video: {{video.mp4|A funny video}} When you upload a ''video.webm'' and ''video.ogv'' next to th... xgraph text thinbasic tsql twig typoscript unicon upc urbi uscript vala vbnet vb vbscript vedit verilo
- Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
- ~~META:date created = 2010-10-04 14:33~~ ====== Upgrade Solaris 11/OpenSolaris from Text to Graphical ... e installed with a text interface. Here is how to upgrade to a graphical system. Do the following as ... /mnt uninstall babel_install slim_install bootadm update-archive -R /mnt beadm umount $be beadm activa
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- domain>] [--verbose] updateadditions [--sourc... -lowerip <lower_ip> --upperip <upper_ip>] [--enable | --disable] dhcpserver remo
- Hello Drupal @blog:2010
- he main reason to choose Drupal. I've already set up my Projects a special content nodes and thinking ... ows in the Blogroll channel in the sidebar. I set up a "Friend" content type and gave it attributes li
- IPS Repository Appliance @blog:2010
- publisher on the another host, where you want to update or install packages, as repository. To set i... ou can install a VM from the Live CD and then set up the repository server to use the mounted ISO imag
- Memory Usage of a Solaris Container (Zone) @blog:2010
- ones, my first question was: Which zone is eating up my RAM? So, here are the commands I used. ===== ... ''size'' Sort by size of process image. Note the upper case ''-Z'' in the first an the lower case ''-
- init @info:linux:debian
- ==== To activate an init script ("myscript"): update-rc.d myscript enable To deactivate an init script ("myscript"): update-rc.d myscript remove Further information can
- Disable a Service @info:linux:debian
- le a service: <code bash> service <service> stop update-rc.d <service> enable|disable </code> With '... > </code> To (re)enable a service: <code bash> update-rc.d <service> enable|disable service <servic
- DokuWiki @wiki
- Change Log]] * [[doku>Install|How to install or upgrade]] :!: * [[doku>config|Configuration]] **U
- MacPorts @info:mac
- </code> ===== Housekeeping ===== When ports are updated, the old port is only deactivated, not unins
- MySQL: Create User @info:mysql:user
- S_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ; CREA
- Increase the Tomcat Upload Limit @info:sysadmin
- ====== Increase the Tomcat Upload Limit ====== The "manager"-App of the Tomcats has a limit of 50MiB.