by Johnathan Smith | Feb 2, 2023 | LAMP, Linux, Pi, Raspberry, Raspberry, Pi
Learn to set up a LAMP (Linux, Apache, MySQL, PHP) stack on your Raspberry Pi and configure it to work as a web server. What you will learn By following this resource and setting up a web server and WordPress website you will learn how to: ◦ Install software on your...
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...