New-Alias-Command-On-Windows-Subsyetm-for-Linux

By Dillon Smart · · · 0 Comments

Create new Alias command in Linux

0 Comment

Was this helpful? Leave a comment!

This site uses Akismet to reduce spam. Learn how your comment data is processed.

WordPress wp-admin redirects to HTTPS

Updated 18th May 2021

Does your WordPress wp-admin redirect to https rather than http? Below is a simple tutorial to stop this from happening. First, check the siteurl in the wp_options table within your database. Make sure the option_value is your site address with http:// not https://. If your siteurl is set as http:// the try the following. Open

Technical SEO Audit – How to Improve Your Website’s search ranking

Updated 16th August 2022

As a website owner or administrator, you likely want your site to rank well on search engine results pages (SERPs). After all, higher SERP rankings can mean more organic traffic and potential customers or clients. One way to improve your website’s ranking is to perform a technical SEO audit. A technical SEO audit can help

Run Python Script on boot

Updated 16th August 2022

Writing your own Shell scripts is a great way to automate your processes. In this post, I will show you how to Run Python Script on boot. This example will be for Raspberry Pi Computers and will run a python script when the device is booted and the user has authenticated. The Python Script we