bizdelnick

joined 2 years ago
[–] bizdelnick@lemmy.ml 1 points 1 day ago

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.

[–] bizdelnick@lemmy.ml 5 points 2 days ago

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.

[–] bizdelnick@lemmy.ml 9 points 2 days ago (11 children)

What's the purpose of running container in a container? Why not install docker on your host machine?

[–] bizdelnick@lemmy.ml 2 points 3 weeks ago

I meant software RAID of course. Hardware RAIDs just cause headacehes, but fake RAIDs that are built into motherboards are a real nightmare.

[–] bizdelnick@lemmy.ml 0 points 3 weeks ago (6 children)

Building RAID on top of SSDs is an answer.

[–] bizdelnick@lemmy.ml 5 points 3 weeks ago

Can you connect with sftp? sftp myname@192.168.68.137

[–] bizdelnick@lemmy.ml 1 points 3 weeks ago

Paths are constant, only anchors are generated by forgejo.

[–] bizdelnick@lemmy.ml 2 points 3 weeks ago (2 children)

I didn't test this, but it will change the whole URL while changes are only needed in its fragment component (after the first #).

[–] bizdelnick@lemmy.ml 2 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

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.

[–] bizdelnick@lemmy.ml 4 points 3 weeks ago

Bad advise for sed. regex101 doesn't support POSIX regexes, so you are unable to get the same results as with sed.

21
submitted 1 year ago* (last edited 1 year ago) by bizdelnick@lemmy.ml to c/lemmy@lemmy.ml
 

What a hell is going on? I expect to see everything inside backticks exactly as I typed, but something happens to ''>" and "<" characters. In the preview everything is fine, but after submitting the post it breaks:

  • "<" → &lt;
  • ">" → >
  • "<<" → &lt;&lt;
  • ">>" → >>
  • "<a>" → ``
  • "</a>" → ``
view more: next ›