• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » date
Trace: • admin • exif • Debian • app • CloudTable • fun • mouse • Welcome to your new DokuWiki • fstyp • jax

date
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.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@info
  • Any namespace
  • info:linux (2)
  • info:mac (2)
  • info:mysql (2)
  • info:script (2)
  • info:android (1)
  • info:code (1)
  • info:oracle (1)
  • info:solaris (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • DynDNS Updates without a Client

Fulltext results:

DynDNS Updates without a Client @info:script
11 Hits, Last modified: 13 years ago
as good as any other client. <code bash dyndns-update.sh> #! /bin/bash . ${HOME}/.dyndns.cfg DOMAINS=$(cat ${HOME}/.dyndns.domains) echo "$(date '+%Y-%m-%d %H:%M') $(basename $0)" for domain in ... lent --show-error --insecure --user ${LOGIN} "${UPDATE_URL}?hostname=${domain}" done </code> First, the... e ''$LOGIN'' variable) and the server's URL (''$UPDATE_URL'') are read from the config file ''~/.dyndns.
MySQL: Backup @info:mysql:database
4 Hits, Last modified: 13 years ago
h> # set or replace the variables $USER and $PASS DATE_YMD=$(date "+%Y-%m-%d") DATABASES=$(mysql --batch -u${USER} -p${PASS} mysql --execute='show databases')... dd-drop-table -u${USER} -p${PASS} ${DB} > ${DB}_${DATE_YMD}.sql & bzip2 ${DB}_${DATE_YMD}.sql & # sleep 10 # optional done wait # for child processes
exiftool @info:script
3 Hits, Last modified: 9 years ago
ftool -d %Y-%m-%d_%H%M%S%%-c.%%e "-testname<CreateDate" *.jpg Then rename the files: exiftool -d %Y-%m-%d_%H%M%S%%-c.%%e "-filename<CreateDate" *.jpg ===== Correct the Date of Photos ===== To shift the photos 43 days, 14 hours and 55 minutes to
Oracle: Recovery Manager @info:oracle
3 Hits, Last modified: 13 years ago
e sql> DELETE ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE -45'; </code> To remove archive logs older than ... LETE NOPROMPT ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE -45'; </code> A sample script could be (deleting... LETE NOPROMPT ARCHIVELOG ALL COMPLETED BEFORE 'SYSDATE -3'; EXIT __EOF__ </code> {{tag>admin database d
Android Backup @info:android
2 Hits, Last modified: 13 years ago
command. It will automatically insert the current date in the filename: <code bash> adb backup -apk -shared -all -f $(date '+%Y-%m-%d').db </code> If you are havong proble
Disable a Service @info:linux:debian
2 Hits, Last modified: 9 years ago
a service: <code bash> service <service> stop update-rc.d <service> enable|disable </code> With ''sys... </code> To (re)enable a service: <code bash> update-rc.d <service> enable|disable service <service> s
init @info:linux:debian
2 Hits, Last modified: 13 years ago
== 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 be
Make your Mac feel at Home @info:mac
1 Hits, Last modified: 10 years ago
~~META:date created = 2010-05-03 16:24~~ ====== Make your Mac feel at Home ====== A small snippet from
Command Line Audio @info:mac
1 Hits, Last modified: 13 years ago
~~META:date created = 2009-06-19 16:17~~ ====== Command Line Audio ====== ===== Change Mac Audio Volume
Git @info:code
1 Hits, Last modified: 7 years ago
elop feature/FEATURE ===== Subversion ===== === Update === git svn fetch ====== Git Flow ====== === In
MySQL: Change Password @info:mysql:user
1 Hits, Last modified: 12 years ago
an alternatively use the following: <code sql> UPDATE mysql.user SET Password=PASSWORD('{passwd}') WHER
Virtual Network Visualization @info:solaris
1 Hits, Last modified: 13 years ago
using [[http://www.graphviz.org/|Graphviz]]. **Update**: You might also be interested in the [[http://b

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