Devops engineer is a role.
Devops engineer is a role.
How often do you rebuild the image?
Unit tests? No matter where you run them, and normally this is done by CI in a prebuilt container image, so you don’t have to wait for “docker building”. Acceptance tests must be run in an environment as close to production as possible, but that’s definitely not a programmer’s job.
Most of what you enumerated is not a terminal emulator job. There is tmux for multiplexing, search and persistent sessions, for instance. And if you want image rendering, what a hell you use TUI for this? GUI programs can also be controlled with keyboard.
DevOps, not programmer.
What do you want to accelerate? And for what you need more than 256 colors?
Are you serious? It’s just a window where text is printed. Use what your DE provides. Now I’m mostly on LXQt, so I use QTerminal. With tiling WMs I prefer urxvt because I don’t need builtin window splitting ans tabs. I can’t imagine what other features may I need.
Or, alternatively, [[:digit:]]
, and dont’ forget to add a quntifier +
to match multiple digits. See documentaion for details.
awk '/^\/dev\/loop[[:digit:]]+/{print}'
How could so many operators coordinate and then disappear? Seems that there were no Ukrainians nearby. FPV operating via Internet would be impossible due to lags and unstable signal.
No, we already have a package manager.
ls /usr/share/zoneinfo/Asia | nl
Piracy is terrible, but there are very few places in the world where it still exists, like Somali.
IDK what did you mean by “their own thing”. Even if they created something similar to dkms, it is unlikely that it would conflict with dkms. But anyway it is better to find more information from official source.
popos has their own thing that will conflict with dkms
So you obviously need to manually configure that own thing to build the driver instead of relying on the installer.
The most interesting command for the Linux shell is known as Barmin patch.
su -c 'dpkg-reconfigure tzdata'
I’m a Debian user and not a Mullvad user. When installing software, I carefully read instructions and almost never follow them because in most cases I know how to deal with my distro better than developers.
There is a repo for noble, I’ve checked this before writing my answer. It is always possible to edit apt sources config manually and specify any repo you want regardless your distro codename. IDK what is Mint Store, isn’t it about flatpacks that TS doesn’t want to use?
What do you mean by “won’t install”? If you install it with apt
from repo, apt
doesn’t check the distro codename, it just checks if the package dependencies are satisfied.
Install updates regularly. Don’t install software from unofficial sources. If you see a recommendation like run
curl something | sudo bash
, ignore it. And, in general, don’t run anything as root unless you understand what you are doing and why this cannot be done without root privileges.