• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net ยป es
Trace:

es
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
@info:script
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Compare directories
  • DynDNS Updates without a Client
  • Shell Script Variables

Fulltext results:

DynDNS Updates without a Client
5 Hits, Last modified: 14 years ago
====== DynDNS Updates without a Client ====== My new hosting provide Strato offers DynDNS. I was sear... penSolaris Home Server, but a small bash script does the job as good as any other client. <code bash ... domains which should be updated. They must be whitespace separated, I recomment to put one domain per ... of my scripts collection, so you can find the latest version at http://bitbucket.org/andunix/scripts/
exiftool
5 Hits, Last modified: 10 years ago
===== Rename Photos ===== Try it first with ''-testname'': exiftool -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<Crea... To shift the photos 43 days, 14 hours and 55 minutes to the future: exiftool -AllDates+='0:0:43 14:
Compare directories
5 Hits, Last modified: 8 years ago
====== Compare directories ====== For each of the directories, generate a digest file: <code bash> find DIR -type f -exec shasum {} + | LC_ALL=C sort -d -k 2 > sh... he option ''-d'' of ''sort'', to get compareable results on different machines. After that, you can d
Change Encoding with iconv
2 Hits, Last modified: 14 years ago
UT.txt'' from ''iso-8859-1'' to ''utf-8'' and writes it to ''OUTPUT.txt''. ===== Convert All Files in a Directory ===== <code bash> for f in $(find . -t
root login with bash
1 Hits, Last modified: 14 years ago
ample.com -t "su - root -c /bin/bash"' This enables me logging in with just: $ demo_root Passwor
Shell Script Variables
1 Hits, Last modified: 11 years ago
====== Shell Script Variables ====== ===== Last Character ===== Get the last character of ''$a'': <c

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