23 January, 2014
1 min read
93 words
Figured out while running below work.
Got the hint from: http://jolokianetworks.com/70Knowledge/Virtualization/Converting_from_Citrix_XenServer_to_Xen_open_source/Xenmigrate.py And got modded .py from: http://pastebin.com/MK5Da8CB
21 January, 2014
1 min read
5 words
This now moved to: https://github.com/logan-han/sysadmin_stuffs/blob/master/bacula_report.sh
6 January, 2014
1 min read
29 words
Sick of telling phonetic code over the phone?
Try dell chat support here: http://www.dell.com/support/incidents/us/en/555/chat/tagchange
14 October, 2013
1 min read
42 words
1 2 3 4 5 ifconfig eth0 down rmmod bnx2 modprobe bnx2 disable_msi=1 ifconfig eth0 up route add -net default netmask 0.0.0.0 gw [default gw here] eth0 For bonding interface:
31 July, 2012
1 min read
40 words
Make a GPT partition:
1 2 3 4 5 parted /dev/sda mklabel gpt unit TB mkpart primary 0 -0 quit Format with 1% root reservation: