Month: January 2012
-
TapeWare in Ububtu
To install TapeWare v7.0 Master and Server Enterprise (SP5C) you need to install xterm sudo apt-get install xterm sudo apt-get install ncurses-term start xming server on Windows start sudo xterm start the install of TapeWare SUN DLT7000 drive in TapeWare in file twtapdev.ini add “SUN DLT7000=DLT 7000” in my case there was 5 spaces.…
-
Convert an Addon Domain to its Own cPanel and Vice Versa
These steps assume that the domain will remain on the same server. Addon domain turned into a separate cPanel Download the content of your addon domain to your local PC. Backup any associated database(s). Go into the original cPanel and remove the addon domain from under the Addon Domains icon. (You do not need to…
-
xml2array
This code is not written by me! /** * xml2array() will convert the given XML text to an array in the XML structure. * Link: http://www.bin-co.com/php/scripts/xml2array/ * Arguments : $contents – The XML text * $get_attributes – 1 or 0. If this is 1 the function will get the attributes as well as the tag…