Category: Tech Related

Posted in Tech Related

6 Windows networking commands every single day

  One of the things I use the terminal for on Windows, in both PowerShell and WSL, is for running basic network diagnostics. Here are…

Continue Reading 6 Windows networking commands every single day
Posted in Tech Related

3 things PowerShell does that are otherwise difficult in Windows

I usually try and avoid the command line as much as possible. PowerShell, feels like one of those things you only touch if something has…

Continue Reading 3 things PowerShell does that are otherwise difficult in Windows
Posted in Interesting Tech Related

Best way to prompt GenAI

Most people treat Claude like a search engine The ones getting 10x results use a prompt with 8 layers. Here’s the anatomy of a Claude…

Continue Reading Best way to prompt GenAI
Posted in Self Improvement Tech Related

Best Free AI Courses You Can Finish in a Weekend (2026 Edition)

Best Free AI Courses You Can Finish in a Weekend (2026 Edition)

Continue Reading Best Free AI Courses You Can Finish in a Weekend (2026 Edition)
Posted in Tech Related

Nextcloud Install Checklist for Linux

Here’s a simple, complete guide for installing and configuring Nextcloud, covering server setup on Linux/Ubuntu, secure access for local and remote clients (including through Xfinity),…

Continue Reading Nextcloud Install Checklist for Linux
Posted in Python

Use Python Dictionaries better

ValueError Why? Because I did this: print(student[‘marks’]) And guess what? ‘marks’ key was missing. Use .get() Like a Gentleman ❌ Wrong Way marks = student[‘marks’] ✅ Right Way: marks…

Continue Reading Use Python Dictionaries better
Posted in Interesting Tech Related

These 10 shortcuts in VS Code made me 10x faster at coding

Picture this. You are neck deep in a Python project debugging, scrolling, copying code, and renaming methods and/or variables like your life depends on it. Then…

Continue Reading These 10 shortcuts in VS Code made me 10x faster at coding
Posted in Interesting LifesSecrets Tech Related

DIY for a Spy: Cybersecurity Techniques for the Secret Agent

Follow these simple steps to shield your privacy with a few essential tricks from the White Hats and experts in Information Security. Fedora Security Lab distributive with a…

Continue Reading DIY for a Spy: Cybersecurity Techniques for the Secret Agent
Posted in Linux

6 Commands to Clean Up Your Ubuntu System From the Terminal

Keeping your computer free of digital clutter is an important part of maintenance, while also making sure you always have space for new files and…

Continue Reading 6 Commands to Clean Up Your Ubuntu System From the Terminal
Posted in Linux

How to Set the Default Gateway in Linux

Access to the internet—or any other network—is governed by the default gateway. We explain what a default gateway is, and how to set and change…

Continue Reading How to Set the Default Gateway in Linux