Category: General
Slack: Increase productivity by keeping your conversations organized
Why? Keep messages organized Keep track of important conversations; pin, save or star Create a culture where people cc you if they would like you to address the message. You can ignore ones you’re not tagged or not addressed to…
How to setup automatic deployment with Plesk and Github
Plesk provides an quick configuration to setup automatic deployment for your application using your favorite code repo platform such as Github, Gitlab or Bitbucket without having a need to write YAML files for deployment. In this case, I reserve those…
Connect to server at ‘localhost’ failed Logrotate plesk error
Issue You get the following errors from your server after running schedule logrotate tasks You get this error when running the command in ssh Cause User root with no password is stored in the file /etc/mysql/debian.cnf: Solution ssh to your server and run…
Manually change WordPress URL
After moving your WordPress to a new domain, use either of the following methods to update your installation to the new domain. MySQL queries Execute the following MySQL statements in phpMyAdmin or terminal after login. UPDATE wp_posts SET guid =…
Manage your WordPress e-commerce site with Laravel
Background Millions of business owners are using WordPress as an e-commerce platform using WooCommerce. I have a love-hate relationship with WordPress when it comes to managing content beyond blogging. One downside of this is that, for every additional feature you need, you…
Great resources for transitioning military personnel
This is a collection of websites that provide services such as a job search, mock interviews, training and other free tools/discounted tools for military individuals. Add yours in the comments and I will update this list. Vetforce Vetforce is the…
Google Firebase/Firestore tools using Python
This is a collection of tools from Google’s documentation combined with other online sources such as StackOverflow to manage Firebase/Firestore account using CLI. Caution! Some of the scripts do not have a confirmation before deleting data. Use at your own…
Generating SSH keys and trusting your machine to remote host
These instructions are based on Linux (Ubuntu) architecture
Setting up a local PHP dev environment with WSL. Goodbye Vagrant!
WSL For many years, developers who like Windows OS have lived on dual boots and virtual machines. Microsoft’s introduction of Windows Subsystem for Linux (WSL) was one of the best moves the company made in an effort to make Windows…