Skip to content
Tag

Everything tagged #linux

7 articles, newest first.

SystemsSep 20, 2024 · 2 min read

Windows to Linux: What Changed in How I Work

I started on Windows 10 and 11 and thought I had everything I needed. Then the projects got complex enough to show me otherwise.

002 min read
Windows to Linux: What Changed in How I Work
EngineeringMar 12, 2023 · 1 min read

How to Stop Conda Activating the Base Environment Automatically

Conda was slowing my machine down, so I stopped it from activating the base environment in every new shell.

001 min read
How to Stop Conda Activating the Base Environment Automatically
EngineeringMar 06, 2023 · 2 min read

Fixing pip's externally-managed-environment Error

Python 3.11 refused the install because the environment is externally managed. That is a deliberate protection, and there are three ways past it.

002 min read
Fixing pip's externally-managed-environment Error
SystemsMar 04, 2023 · 2 min read

How to Install MySQL on Kali Linux

Kali ships with MariaDB, and it conflicts with MySQL. Here is the sequence that finally worked for me.

002 min read
How to Install MySQL on Kali Linux
SystemsMar 04, 2023 · 2 min read

Fixing the Legacy trusted.gpg Keyring Warning on apt update

Copying the keyring into trusted.gpg.d silences the warning. Scoping the key to the one repository that needs it is the fix apt actually wants.

002 min read
Fixing the Legacy trusted.gpg Keyring Warning on apt update
SystemsFeb 17, 2023 · 2 min read

Choosing an Operating System for Programming

There is no single best answer. It depends on your preferences, your languages, and the tools you work with.

002 min read
Choosing an Operating System for Programming
SystemsFeb 17, 2023 · 2 min read

Why Programmers Keep Choosing Linux

Open source, stable, and built around the command line. What makes Linux a good place to develop.

002 min read
Why Programmers Keep Choosing Linux