by ray | Aug 11, 2021 | Linux / Ubuntu
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...
by ray | Aug 11, 2021 | Linux / Ubuntu, Mac OS X
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...
by ray | Sep 7, 2020 | Raspberry Pi, Linux / Ubuntu
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...
by ray | Sep 7, 2020 | Linux / Ubuntu
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...
by ray | Sep 7, 2020 | Linux / Ubuntu
There should be a copy of the default profile in /usr/share/base-files
by ray | Sep 7, 2020 | Linux / Ubuntu
That particular error message may indicate that you have held packages, but it may also indicate a different problem. You can get a list of actual held packages with: dpkg –get-selections | grep hold If there are none, or none look related, then...