clmbmb

joined 2 years ago
[–] clmbmb 3 points 1 year ago

This looks really interesting. I'll check it these days.

[–] clmbmb 20 points 2 years ago

XMPP is an old protocol. GTalk (google talk) and Whatsapp used it, then extended it, then didn't give back to the community. So here we are...

The problem with alternative protocols and apps and whatnot is that people are reluctant to change and won't try anything new if only 2-3 other people use that protocol/service. I can't even convince my best friends to use Signal, let alone XMPP.

[–] clmbmb 2 points 2 years ago (3 children)

As other people have commented: why would GTK be so important? A terminal should be a bare window, without any decoration. At least that's what I use: first setting I check in a terminal is "disable window title" or something like that.

[–] clmbmb 0 points 2 years ago

did you try what other people said, namely going to Gmail app info (depends on your lancher/settings layout) > Set as default > Open supported links (toggle to disable)?

[–] clmbmb 6 points 2 years ago

It's still a server. A file server in this case.

[–] clmbmb 1 points 2 years ago

Yes. It's in Russia. Come get it.

[–] clmbmb 10 points 2 years ago (9 children)

Piracy is not breaking the law. Fuck capitalism!

[–] clmbmb 6 points 2 years ago (3 children)

Have you heard of women? Or maybe teenagers with not-so-large hands?

[–] clmbmb 8 points 2 years ago

#!/usr/bin/env will look in PATH for bash, and bash is not always in /bin, particularly on non-Linux systems. For example, on OpenBSD it's in /usr/local/bin, as it's an optional package.

If you are sure bash is in /bin and this won't change, there's no harm in putting it directly in your shebang.

[–] clmbmb 10 points 2 years ago (5 children)

#!/usr/bin/env bash

This is the way!

[–] clmbmb 5 points 2 years ago

I don't think that's true anymore. I moved my .eu to porkbun (which is an American company) and it works. Also, I just tried registering a new .eu domain with them and it works - and they have very good prices! (I'm not affiliated with them)

[–] clmbmb 1 points 2 years ago* (last edited 2 years ago)

The answer is yes in both cases.

  1. Docker has an internal networking setup. You can create a "network" and all containers in that network communicate with each other, but not with other containers in other networks. So you can set up a VPN container in a network and all containers in that netowrk could use the VPN to route their traffic through.
  2. You can configure your VPN container to expose some ports that it uses to communicate, and then the "regular applications" can make use of those ports to connect through the VPN.
view more: ‹ prev next ›