• skip to content

andunix.net

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: andunix.net » sh
Trace: • Command Line Audio • zone • Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202) • Travian Map Download Script • add-on • init • Cryptography • php • Welcome to your new DokuWiki • Clear DNS Cache

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

Starts with
  • 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:

  • root login with bash

Fulltext results:

Compare directories
7 Hits, Last modified: 7 years ago
digest file: <code bash> find DIR -type f -exec shasum {} + | LC_ALL=C sort -d -k 2 > shasums.txt </code> It's important to use ''LC_ALL=C'' and the op... erent machines. After that, you can diff the two shasums.txt: <code bash> diff shasums1.txt shasums2.txt </code> Or you use Meld as graphical diff tool
root login with bash
3 Hits, Last modified: 13 years ago
ot'' role. Also, the ''root'' user has the bourne shell (''/bin/sh''), but working with ''/bin/bash'' is much easier. Using this command, you can directly log in as ''root'' with a ''bash'' shell. ssh demo.lab.example.com -t "su - root -c
DynDNS Updates without a Client
3 Hits, Last modified: 13 years ago
od as any other client. <code bash dyndns-update.sh> #! /bin/bash . ${HOME}/.dyndns.cfg DOMAINS=$(c... echo -n " ${domain} - " curl --silent --show-error --insecure --user ${LOGIN} "${UPDATE_URL}... '.dyndns.domains'' contains all the domains which should be updated. They must be whitespace separated
Change Encoding with iconv
1 Hits, Last modified: 13 years ago
{f}_$$_TEMP ${f} \ && mv ${f}_$$_TEMP ${f} done </code> {{tag>sysadmin convert encoding shell cli}}
Shell Script Variables
1 Hits, Last modified: 10 years ago
====== Shell Script Variables ====== ===== Last Character ===== Get the last character of ''$a'': <c
exiftool
1 Hits, Last modified: 9 years ago
*.jpg ===== Correct the Date of Photos ===== To shift the photos 43 days, 14 hours and 55 minutes to
Command Line Tools Used in My Scripts
1 Hits, Last modified: 13 years ago
an dline tools which I use in my scripts an which should be installed on every of my systems. Basic to

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