Fulltext results:
- 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 rem
- 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
- Firefox Extensions @info:prog:firefox
- Extensions ===== ^ //**Extension**// ^ //**Description**// ^ |[[https://addons.mozilla.org/firefox/a... ey/|Greasemonkey]] |Customize webpages using JavaScript. | |[[https://addons.mozilla.org/firefox/addon/w... Extensions ===== ^ //**Extension**// ^ //**Description**// ^ |[[https://addons.mozilla.org/firefox/a... * [[https://addons.mozilla.org/firefox/addon/noscript/|NoScript]] * [[https://addons.mozilla.org/fire
- 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}}
- Scripting @info:script
- ====== Scripting ====== {{indexmenu>.#2}} {{tag>script scripting}}
- VBoxManage (The VirtualBox CLI) @info:virtualbox
- ame> take <name> [--description <desc>] [--pause] | ... ame <name>] [--description <desc>] | list [--... ttern <pattern>] [--descriptions] metrics list [*|host|<v
- Reload Page @info:javascript
- ====== Reload Page ====== <code javascript> location.reload(true); </code> {{tag>javascript}}
- 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}}
- 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}}
- 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}}
- Package Repositories @info:solaris
- psBestPractices/ ^ //**Repository**// ^ //**Description**// | |http://pkg.opensolaris.org/release/ |
- JavaScript @info:javascript
- ====== JavaScript ====== {{indexmenu>.}}
- Automatic Submission of a Form if an Element is changed @info:javascript
- "2">two</option> <option value="3">three</option> </select> </form> </code> {{tag>javascript html}}
- exiftool @info:script
- he future: exiftool -AllDates+='0:0:43 14:55:0' -overwrite_original *.jpg {{tag>scripting exif photo}}