Fulltext results:
- How To Create a Moveable VM with VirtualBox @blog:2010
- ease the handling of "moveable" VMs, I created a script which creates a VM and a disk image in a given directory and also creates scripts to activate and deactivate the VM. ====== The Script ====== So let's have a look at the script. I'll go thought some snippets here, but there is a link to th
- 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}}
- script @tag
- ====== script ====== ===== Pages ===== {{topic>script&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/script}}
- 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 @tag
- ====== scripting ====== ===== Pages ===== {{topic>scripting&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/scripting}}
- Scripting @info:script
- ====== Scripting ====== {{indexmenu>.#2}} {{tag>script scripting}}
- Travian Map Download Script @z:travian
- ====== Travian Map Download Script ====== This is my script(s) which I use to downoad the map.sql from Travian and import it to the databas... L__ echo "`date +'%Y-%m-%d %H:%M:%S'` $0 finished" </code> {{tag>travian shell script download map sql}}
- Set PHP Variables in .htaccess Files @blog:2010
- Variables in .htaccess Files ====== If your PHP scripts run longer than the maximum execution time set b... either set it to unlimited, run the long running script and then comment it out or set it to some reasonable value like 120 or 300, depending on the time the script usually needs. {{tag>apache php webhosting}}
- 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}}
- 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}}
- ReLAX @blog:2009
- inating idea is the building of an API with shell-scripts. I adopted this from LAX. * LAX uses an LDAP s... ou might want to have a look there.. {{tag>api framework project project_relax scripting shell sysadmin}}
- rmdir for OSX @info:mac
- <code bash> $ rmdir test removing test/.DS_Store </code> {{tag>admin mac osx script scripting sysadmin}}
- Virtual Network Visualization @blog:2009
- sualize the internal network(s), I created a perl script which takes the output of dladm show-link and gen... raphviz.org/|Graphviz]]. Update: The dladm2dot.pl script now also shows the non-global zones of the interf
- 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}}