Fulltext results:
- How To Create a Moveable VM with VirtualBox @blog:2010
- /bin/sh /usr/bin/VBoxManage registervm "/local/temp-vm/temp-vm.xml" /usr/bin/VBoxManage modifyvm "temp-vm" --hda "/local/temp-vm/temp-vm.vmdk" /usr/bin/VBoxManage -q storageattach "temp-vm" --storagectl "ID
- Travian Map Download Script @z:travian
- echo " `date +'%H:%M:%S'`: ${world}_village" TEMP_TABLE="tmp_${world}_village_${today_}$$" ${MYSQL}... __SQL__ -- -- update villages -- CREATE TABLE ${TEMP_TABLE} ( fid int(11) NOT NULL, x smallint(6) ... T CHARSET=utf8 ROW_FORMAT=COMPACT; INSERT INTO ${TEMP_TABLE} SELECT v.* , h.inactive + ... lage h ON h.vid = v.vid GROUP BY v.vid; UPDATE ${TEMP_TABLE} SET inactive = 0 WHERE population > histor
- Change Encoding with iconv @info:script
- e f) do iconv -f iso-8859-1 -t utf-8 -o ${f}_$$_TEMP ${f} \ && mv ${f}_$$_TEMP ${f} done </code> {{tag>sysadmin convert encoding shell cli}}