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 di... ts 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 the full script below. At the top, there are two settings which
- 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}}
- script @tag
- ====== script ====== ===== Pages ===== {{topic>script&nouser&tags}} ===== Bookmarks ===== {{rss>http://www.andunix.net/link/rss/all/script}}
- 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... p://www.dyndns.com/developers/specs/syntax.html. {{tag>homeserver opensolaris 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
- init @info:linux:debian
- 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
- Set PHP Variables in .htaccess Files @blog:2010
- 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}}
- andunix-tool @p:andunix-tool
- nd Options> **Tip:** I suggest to create a shell-script to ease the java starting: <file bash axt> #! /b
- rmdir for OSX @info:mac
- <code bash> $ rmdir test removing test/.DS_Store </code> {{tag>admin mac osx script scripting sysadmin}}
- base-repo-get-service @z:relax:api:base
- definition. This is usually evaluated in a shell script by the ''eval'' command. ===== Example ===== <c
- AirPort Command Line Interface @info:mac
- networksetup -setairportnetwork {Network} AirPort {{tag>mac osx device wlan cli shell script sysadmin}}
- Virtual Network Visualization @info:solaris
- sualize the internal network(s), I created a perl script which takes the output of ''dladm show-link'' and
- Scripting @info:script
- ====== Scripting ====== {{indexmenu>.#2}} {{tag>script scripting}}
- Command Line Tools Used in My Scripts @info:script
- dig * nmap * rsync ===== System ===== {{tag>script scripting cli tool sysadmin audio video network}}
- Shell Script Variables @info:script
- ====== Shell Script Variables ====== ===== Last Character ===== Get the last character of ''$a'': <code