Web Dev Tips & TricksProgramming and Server Administration
As a web programmer and sys admin, I tend to run into oddities or technical issues that can tie me up for good length of time before I find the answer. As a good service to fellow developers, I plan on using this Tips & Tricks area to share some tricky (and sometimes trivial) things I've learned as we move forward with PHP Development and Unix system administration.
How to install G++ on Amazon's Linux AMI
We all know how popular and powerful yum has gotten over recent years for searching and installing common services, programs and libraries.
Today I was attempting to compile a program from source on a brand new instance and needed to install the GCC compiler, so I simply used yum to install gcc....
yum install gccRead more






0%