by Johnathan Smith | Jan 25, 2023 | Git, Linux
It looks like everyone is starting to use Git for version control and I get asked from managers “How can I check who is commiting work and doing all the work?” The best way to see who is commiting work to your Git repository is easy. Just go into one of...
by Johnathan Smith | Jan 23, 2023 | Apache, Linux, PHP
— If you are using Fedora, CentOS, Red Hat or Scientific Linux I am going to show you the basic install of Apache2 and PHP using yum. ### Install Apache2. To install Apache2 just enter the following command:yum install httpd ### Install PHP To install PHP just...
by Johnathan Smith | Jan 20, 2023 | Java, Linux, Programming
If you are using Fedora, CentOS, Red Hat or Scientific Linux sometimes yum does not have the package for the product you would like to install and Maven is one of them at the time of me writing this blog. I am going to show you how I install Maven on Fedora, CentOS,...
by Johnathan Smith | Jan 19, 2023 | Java, Linux
I had to install Java Open JDK 1.7 and SDK on a number of linux boxs last night. I had some coworkers asking the same question time and time again “How Do I Install Java Open JDK 1.7?”. So to make it easy once again here is my post and the details on how...