Fulltext results:
- DynDNS Updates without a Client @info:script
- for my OpenSolaris Home Server, but a small bash script does the job as good as any other client. <code ... rrect way I will let you know in an update. This script is part of my scripts collection, so you can find the latest version at http://bitbucket.org/andunix/scripts/src/tip/bin/cron-dyndns-update. You can find th
- Command Line Tools Used in My Scripts @info:script
- ====== Command Line Tools Used in My Scripts ====== This is a list of comman dline tools which I use in my scripts an which should be installed on every of my syst... dig * nmap * rsync ===== System ===== {{tag>script scripting cli tool sysadmin audio video network}}
- init @info:linux:debian
- ====== init ====== ===== Managing init Scripts ===== To activate an init script ("myscript"): update-rc.d myscript enable To deactivate an init script ("myscript"): update-rc.d myscript remove Fur
- Scripting @info:script
- ====== Scripting ====== {{indexmenu>.#2}} {{tag>script scripting}}
- Shell Script Variables @info:script
- ====== Shell Script Variables ====== ===== Last Character ===== Get the last character of ''$a'': <code ... emove a trailing slash from ''$a'': <code bash> a=${a%/} </code> {{tag>scripting bash sysadmin variable}}
- rmdir for OSX @info:mac
- <code bash> $ rmdir test removing test/.DS_Store </code> {{tag>admin mac osx script scripting sysadmin}}
- Make your Mac feel at Home @info:mac
- el at Home ====== A small snippet from one of my scripts which tests whether your Mac is in the given (ho... eless network) and replace the two echo lines with your code. {{tag>cli mac osx wlan sysadmin scripting}}
- Oracle: SQLplus Scripting @info:oracle
- ====== Oracle: SQLplus Scripting ====== To show only data in SQLplus and no header or other stuff, enter ... OFF SET VERIFY OFF SET HEADING OFF SET MARKUP HTML OFF SPOOL OFF </code> {{tag>oracle scripting sqlplus}}
- Virtual Network Visualization @info:solaris
- sualize the internal network(s), I created a perl script which takes the output of ''dladm show-link'' and
- AirPort Command Line Interface @info:mac
- networksetup -setairportnetwork {Network} AirPort {{tag>mac osx device wlan cli shell script sysadmin}}
- Oracle: Recovery Manager @info:oracle
- COMPLETED BEFORE 'SYSDATE -45'; </code> A sample script could be (deleting all logs except the last three
- root login with bash @info:script
- is from the ''su'', for the ''root'' password. {{tag>ssh solaris opensolaris bashrc scripting sysadmin}}
- exiftool @info:script
- he future: exiftool -AllDates+='0:0:43 14:55:0' -overwrite_original *.jpg {{tag>scripting exif photo}}