If I want a more secure and up-to-date Linux, in what cases should I avoid the official repositories?

The problem is this: Linux repositories (depending on the distribution) provide software and updates, but usually that software is not the latest official version, but it’s an old version or branch that has (hopefully) been p… Continue reading If I want a more secure and up-to-date Linux, in what cases should I avoid the official repositories?

Pros and cons of my method of storing passwords in plain text files instead of a password manager (on linux)

I thought of this way of managing passwords without using an external password manager.

The hard disk is fully encrypted (of course).
The passwords and all the data you need are stored in plain text files, organized however… Continue reading Pros and cons of my method of storing passwords in plain text files instead of a password manager (on linux)