Copy and save the below script as MaintainService.ps1 Open Powershell and navigate to the path where the script is saved Simply type part of the script name and then press… [Continue Reading]
Author: Khoa Nguyen
Check Windows Service Status – PowerShell Script
Copy and save the below script as CheckMyService.ps1 Open Powershell and navigate to the path where the script is saved Simply type part of the script name and then press… [Continue Reading]
Executing Scripts with Maria-db Command Line
The MySQL command line packaged with maria-db is quite useful. You can use it to directly execute a saved sql script, query the database directly with a single command and… [Continue Reading]
Install & Configure maria-db on Windows
I started dabbling with maria-db for a project at work which has inspired me to create this article; this will be a series of quick and to-the-point documents regarding the… [Continue Reading]
Automation of LAMP Installations
LAMP Install Automated I had a small project where I was tasked with installing and configuring several virtual machines with their respective *AMP components (apache, maria db and php.) After performing… [Continue Reading]