Author: Travis
A web developer for over ten years, Travis has observed the changes and trends in web design and aims to continually improve the web by upholding basic principles of simplicity and efficiency, while utilizing new media as a primary method of communication.
2
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%