

That was many years ago, so I don’t remember all of them. E.g. Chromium was unable to display pages (was it installed from testing? or it was from stable but some of its dependencies from testing? I forgot).
That was many years ago, so I don’t remember all of them. E.g. Chromium was unable to display pages (was it installed from testing? or it was from stable but some of its dependencies from testing? I forgot).
Yes, this is possible if you configure preferences (see man apt_preferences
). However if you install numerous packages from testing, this can lead to various bugs. I used to do such installation and concluded that it is better to avoid this.
Not built-in. It uses gdb
or lldb
or another standalone debugger.
deleted by creator
Try ddd
. Also IDEs usually can be integrated with gdb
and other popular debuggers.
#!/bin/sh
printf 'ABC %s: ' "$(date --rfc-3339=date)" | xclip
Do you really need OPNsense? Buying a OpenWrt capable router would save your money, place and silence.
User settings are stored in the home directory, so you already have them backed up with rsync. If you didn’t omit dotfiles, of course.
There are perfect guidelines on preparing translatable strings in the GNU gettext documentation.
Well, I don’t use proxmox, however docker coexists with libvirt and other virtualization systems. If there are overlapping networks that docker ant proxmox attempt to manage, they are configurable.
Snapshotting in docker is as easy as docker commit
. After that you can back it up with docker save
. Then move to another host, but not without downtime.
However normally you need to backup/move only volumes attached to containers. If that’s not the way how you like to organize your services, you likely don’t need docker.
What’s the purpose of running container in a container? Why not install docker on your host machine?
I meant software RAID of course. Hardware RAIDs just cause headacehes, but fake RAIDs that are built into motherboards are a real nightmare.
Building RAID on top of SSDs is an answer.
Can you connect with sftp
? sftp myname@192.168.68.137
Paths are constant, only anchors are generated by forgejo.
You won’t get it here. Everybody will recommend his favorite distro.
IMHO the best would be to solve your problems in OpenSUSE. This is definitely possible. You really need to switch to another distro only if you feel youself uncomfortable with the release cycle, package management tools or packages present in the repo of your current distro.
I didn’t test this, but it will change the whole URL while changes are only needed in its fragment component (after the first #
).
skip the following substitute command if the line contains an http link in markdown format
Why you assume there’s only one link in the line?
Also, you perform substitutions in the whole URL instead only the fragment component.
Nope. Free beer ≠ free speech.