Only if you do it as your Masters degree. If you want a good paying job while still being in the computer/programming industry, do Management Information Systems. It's a business degree, and usually starts off at around 60k. I did it along with 2 of my cousins. 1 of them makes average pay...
that just means you're using shitty USB drives.
big difference between 8gb RAM and 16gb RAM, especially when it's dual channel and you're performing tasks such as video transcoding. and when you leave certain applications running like a web browser, having more RAM helps stabilize the system.
dunno why you chose an older cpu and motherboard:
http://pcpartpicker.com/p/sqYgrH
don't really need a cpu cooler unless you're overclocking and plan on leaving your pc on all the time. i don't know why people still buy optical drives either. they will become obsolete in computers just like...
how did you turn off magic quotes in your php.ini then??
yes, you change username to your cpanel username, but it won't work unless your php.ini file is in /home/cpanelusername
sorry meant php as suphp.
add this to your htaccess:
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/username
<Files php.ini>
order allow,deny
deny from all
</Files>
</IfModule>
change this part suPHP_ConfigPath /home/username - to the path of your php.ini file