Category: Tech Related

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
Posted in Linux

(Linux) Command-Line tools that will blow your mind

The Fuck — Magnificent app which correct your previous console command ‘The Fuck’ has to be one of the most addicting command line tool once you…

Continue Reading (Linux) Command-Line tools that will blow your mind
Posted in Linux

Things about BASH

Continue Reading Things about BASH
Posted in Tech Related

How to Use the Terminal to Solve Wi-Fi Problems in Linux

Hannah Stryker / How-To Geek By Fergus O’Sullivan Key Takeaways Linux users can resolve most Wi-Fi issues using terminal commands, without needing software downloads. Resetting…

Continue Reading How to Use the Terminal to Solve Wi-Fi Problems in Linux
Posted in Tech Related

8 Excel Cell Formatting Tips for Clear and Readable Spreadsheets

The first step in making a spreadsheet readable is to tidy up the cell formatting. By smartly using cell borders, shading, data validation, and other…

Continue Reading 8 Excel Cell Formatting Tips for Clear and Readable Spreadsheets