Linux Unhatched Cisco Course Review and Notes

Learning Linux? Well, Linux Unhatched from CISCO Net Academy is a great place to start. Depending on your experience, this short course could take you a few days or over a week. It’s free, well structured, easy to read and interactive. Perfect for learning Linux. Below are my notes for the course, I skipped 14-14.2 as I’ll be coming back to that section. *Disclaimer, the course content is owned and shared via CISCO Net Academy....

21/07/2021 · 5 min · 858 words · Mr Ash

WordPress App Won't Connect To Website Cloudways Self-hosted

Your WordPress app won’t connect to your website? Let’s fix that! Note, this is for Cloudways self-hosted websites. Follow this guide if you need help setting up the app and connecting it to your website. Check Jetpack Is Installed Make sure you have the most up-to-date plugin Jetpack. It’s what connects your self-hosted site to the app. If you’ve never set Jetpack up, follow this guide to help you....

21/07/2021 · 1 min · 210 words · Mr Ash

Basic Python Project • Is It Raining?

Learning python? It’s an incredible programming language to have in your tool belt. This project is inspired by an early example from Automate The Boring Stuff with Python. Flow Control This python project is to impliment this flow chart: Taken from chapter 2, there’s a few things to digest, see the code step by step in Python Tutor. Let’s write the steps is psuedoe code: Ask if it’s raining? If no, go outside....

06/06/2021 · 3 min · 505 words · Mr Ash

Hackers Beginner Guide To Online Anonymity

How do we start using our mad hacker skills in the real world AND remain undetected? We need to set ourselves up to be anonymous! No, we’re not joining a hacktivist group here. Let’s learn the basics to cover ourselves online. We’ll be using Kali Linux in this example, here’s my guide if you need help getting set up. For a wider approach to online anonymity, see Kalle Hallden’s Become Invisible Online....

21/05/2021 · 5 min · 968 words · Ash

Beginner Python Project - Guessing Game

Do you want a beginner Python project to keep you on your programming journey? Here’s a breakdown of a simple Guessing Game made in Python. See it live via Replit or view the source code via GitHub. Full disclosure, this is a part of the Automate The Boring Stuff with Python Programming Course. Plan the Program with Pseudocode Pseudocode is like a programmer’s brain dump. Write out a simple list of the steps this guessing game will go through....

02/05/2021 · 4 min · 640 words · Ash