Slack for Linux

The Slack desktop app is the easiest way to use Slack on Linux. To get started, take a look at the steps we’ve outlined below. Note: Slack for Linux is in beta. We’re still busy adding features and making adjustments to the app. 🐝 Step 1: Download the Slack app...

Why Should Homebrew be used to Install Python?

The big advantage of using a package manager like Homebrew is it makes it easier to keep your Python installation up to date. If you download Python from the website, then to update it means you’ll need to go back to the website and download a new copy of Python...

How to get Pi-hole to work with IPv6?

When I initially set up my Pi-Hole, I only had IPv4 on my system. Thus Pi-Hole only downloaded IPv4-capable blacklists. So I turned IPv6 on on my home router, and enabled DHCPv6.I turned IPv6 on on my Pi-Hole computer, and rebooted. ip -o addr then showed that I had...

How to install Sublime Text editor on Ubuntu 20.04

How to install Sublime Text editor on Ubuntu 20.04 step by step instructions Method 1 The first, easiest and recommend method is to install sublime text editor from Ubuntu snap repository. Execute the bellow command to install the Sublime text editor on your Ubuntu...