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 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...