by Johnathan Smith | Jan 31, 2023 | Linux, MySQL
If you are using Fedora, CentOS, Red Hat or Scientific Linux I am going to show you the basic install of MySQL using yum. ### Install MySQL Client and Server software To install MySQL Client and Server enter the following commands: ...
by Johnathan Smith | Jan 30, 2023 | Git, Linux
How would you like to check-up on your developers and see that last time your developers commited work to your Git repository. I do this all the time to check on the developers on my projects. The best way to see who is commiting work to your Git repository and the...
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,...