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
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- domain>] [--verbose] updateadditions [--sourc... -lowerip <lower_ip> --upperip <upper_ip>] [--enable | --disable] dhcpserver remo
- 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
- 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
- root login with bash @info:script
- xample.com -t "su - root -c /bin/bash"' I set it up as an alias in ''.bashrc'': alias demo_root='s
- localeadm @info:solaris
- eu -d /mnt/Solaris_10/Product </code> ==== Clean Up ==== If you have finished, you can unmount the I
- Plaintext @info:cryptography
- , usually encryption algorithms, and is the input upon which they operate. Cleartext, by contrast, ref
- Git @info:code
- evelop feature/FEATURE ===== Subversion ===== === Update === git svn fetch ====== Git Flow ====== ==
- MySQL: Change Password @info:mysql:user
- can alternatively use the following: <code sql> UPDATE mysql.user SET Password=PASSWORD('{passwd}')
- Increase the Tomcat Upload Limit @info:sysadmin
- ====== Increase the Tomcat Upload Limit ====== The "manager"-App of the Tomcats has a limit of 50MiB.
- 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