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,...
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...
by Johnathan Smith | Jan 17, 2023 | AWS, Jobs, Programming
I don’t know what it is but I see it day in and day out. Someone that reads a number of websites and learns some buzz words and everyone thinks wow he is so smart he is the best programmer or designer we have. Learning all the buzz words and and speaking will is...
by Johnathan Smith | Jan 11, 2023 | Git, GitHub, Programming
The firm I recently stated working at just moved to Git and I am the only resource then knows Git. I get asked so many times a day on how to mirror a git repostory. From the birds eyes very its very easy: git clone –mirror git@git.com:project projectcd...
by Johnathan Smith | Jan 11, 2023 | Java, Spring
Working with Spring and Dojo by Johnathan Mark Smith In this video Johnathan Mark Smith will show you how to make better Spring WebFlow project just by adding Dojo with Dijit UI Library(widgets). You will see how easy it is to add tooltips and a lot more to any Spring...
by Johnathan Smith | Jan 4, 2023 | Java, Spring
here is RequestMapping in Spring 3.2.1? If you are using Spring 3.2.1-Release and Maven you maybe asking where is the RequestMapping Object. The anwser its missing! is a issues in the release of Spring 3.2.1 but has been fixed in Spring 3.2.2 that is coming out soon....