This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Better Battlelog Favourite Server Browser | |
// @namespace http://andersevenrud.github.io/ | |
// @version 0.3 | |
// @description Makes browsing your favouires a bit nicer | |
// @match http://battlelog.battlefield.com/* | |
// @downloadURL https://gist.github.com/andersevenrud/b49950126c344261ce17 | |
// @updateURL https://gist.github.com/andersevenrud/b49950126c344261ce17 | |
// @author andersevenrud | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Script for migrating a Virtual Machine VHD | |
# between Intel and AMD. | |
# | |
# Arguments: <vm-label> <cpu-count> <memory-size> <disk-image-path> | |
# | |
# Anders Evenrud <[email protected]> | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Script for migrating a VHD | |
# | |
# Anders Evenrud <[email protected]> | |
# | |
# http://serverfault.com/questions/508251/migrating-xenserver-vms-from-intel-to-amd-servers | |
# http://wiki.xen.org/wiki/Proposal:_Disk_import/export | |
# http://wiki.xen.org/wiki/XAPI_Command_Line_Interface |
NewerOlder