• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » date
Trace: • topic • solaris • Travian Map Download Script • wlan • Projects • Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) • Cleanup Packages • link • dba • Welcome to your new DokuWiki

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.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • blog (19)
  • info (16)
  • z (3)
  • wiki (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:

Travian Map Download Script @z:travian
25 Hits, Last modified: 13 years ago
= cron.hourly ===== <code bash> #! /bin/sh echo `date +'%Y-%m-%d %H:%M'`: $0 for w in de7 do ${HOME}/... `dirname $0` . ${BIN_DIR}/config.inc echo echo "`date +'%Y-%m-%d %H:%M:%S'` $0[$$] starting" world=$1 today=`date +'%Y-%m-%d'` todayhour=`date +'%Y-%m-%d-%H'` case "$1" in de7) url='http://wel
DynDNS Updates without a Client @info:script
13 Hits, Last modified: 13 years ago
====== DynDNS Updates without a Client ====== My new hosting provide Strato offers DynDNS. I was search... 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
Formatting Syntax @wiki
5 Hits, Last modified: 5 years ago
irst | | author | show item authors names | | date | show item dates | | description| show the item description. If [[doku>config:htmlok|HTML]] is d... rendered. By default the feed will be sorted by date, newest items first. You can sort it by oldest fi... * {{rss>http://slashdot.org/index.rss 5 author date 1h }} {{rss>http://slashdot.org/index.rss 5 auth
exiftool @info:script
4 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 the future: exiftool -AllDates+='0:0:43 14:55:0' -overwrite_original *.jpg {{t
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
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
Virtual Network Visualization @blog:2009
2 Hits, Last modified: 17 years ago
~~META:date created = 2009-07-21 19:52~~ ====== Virtual Network Visualization ====== OpenSolaris suppor... ed using [[http://www.graphviz.org/|Graphviz]]. Update: The dladm2dot.pl script now also shows the non-g
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
IPS Repository Appliance @blog:2010
2 Hits, Last modified: 15 years ago
~~META:date created = 2010-10-27 14:36~~ ====== IPS Repository Appliance ====== Brian Leonard wrote a g... ublisher on the another host, where you want to update or install packages, as repository. To set it as
Upgrade Solaris 11/OpenSolaris from Text to Graphical @blog:2010
2 Hits, Last modified: 15 years ago
~~META:date created = 2010-10-04 14:33~~ ====== Upgrade Solaris 11/OpenSolaris from Text to Graphical ==... nt uninstall babel_install slim_install bootadm update-archive -R /mnt beadm umount $be beadm activate $
Debug Server Certificate from Client @info:cryptography:openssl
2 Hits, Last modified: 12 years ago
--- Certificate chain 0 s:/OU=Domain Control Validated/OU=PositiveSSL/CN=www.andunix.net i:/C=GB/ST=... Server certificate subject=/OU=Domain Control Validated/OU=PositiveSSL/CN=www.andunix.net issuer=/C=GB/S
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
Travian Analyzer Bookmarklet @z:travian
1 Hits, Last modified: 13 years ago
,'http://travian.ws/analyser.pl?s=de7&')) Now, update the bookmark and replace "welt7.travian.de" with
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
Git @info:code
1 Hits, Last modified: 7 years ago
MySQL: Create User @info:mysql:user
1 Hits, Last modified: 10 years ago
MacPorts @info:mac
1 Hits, Last modified: 10 years ago
CloudTable @z:cloudtable
1 Hits, Last modified: 13 years ago
Travian Village Planner @blog:2009
1 Hits, Last modified: 13 years ago
OpenSolaris / VirtualBox: Mount Shared Folder @blog:2009
1 Hits, Last modified: 17 years ago
Virtual Network Visualization @info:solaris
1 Hits, Last modified: 13 years ago
Found Geocache GC1VY11 "Ringpromenade" @blog:2009
1 Hits, Last modified: 16 years ago
Start and Stop the Apple File Server from Command Line @blog:2011
1 Hits, Last modified: 10 years ago
Home Server Goals @blog:2010
1 Hits, Last modified: 10 years ago
Project PDA @blog:2011
1 Hits, Last modified: 13 years ago
ZFS Playground @blog:2009
1 Hits, Last modified: 17 years ago
Drupal: Reverse Proxy @blog:2010
1 Hits, Last modified: 13 years ago
Memory Usage of a Solaris Container (Zone) @blog:2010
1 Hits, Last modified: 16 years ago
Command Line Audio @info:mac
1 Hits, Last modified: 13 years ago
Travian Village Planner - Tribe & Village Name @blog:2009
1 Hits, Last modified: 17 years ago
Make your Mac feel at Home @info:mac
1 Hits, Last modified: 10 years ago
Hello Drupal @blog:2010
1 Hits, Last modified: 16 years ago
Dice Roller @blog:2009
1 Hits, Last modified: 17 years ago
ReLAX @blog:2009
1 Hits, Last modified: 16 years ago
How To Create a Moveable VM with VirtualBox @blog:2010
1 Hits, Last modified: 16 years ago
Project Idea: WikiTable @blog:2009
1 Hits, Last modified: 17 years ago
Set PHP Variables in .htaccess Files @blog:2010
1 Hits, Last modified: 16 years ago
VBoxManage (The VirtualBox CLI) @info:virtualbox
1 Hits, Last modified: 12 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