

Yes, they’re focused on linking other news about Europe. For original articles you could check out the EUObserver.


Laughs from Spain


That’s just the result of violent revolution, necessarily carried out by people so convinced that their ideology is right that they’ll use violence to assert it. Revolution requires unity, so dissidents present a real risk to a nascent movement.
I’ve heard it phrased as the Bolsheviks never really leaving behind their «underground party» phase.


Cathedral-style coding isn’t very Open-Source
Cathedral vs bazaar is about development process, nothing to do with source code availability.


Nah, git has a bad command line UX. Which is why the developers are working to make it better, i.e. moving from checkout to switch.


I’ve seen many references to TCP/IP as meaning IP + everything-on-top, usually when talking about other networking technologies like UUnet, OSI, etc. Also as the TCP/IP stack, usually meaning the (Free)BSD networking code used in other systems.
I believe OP has made some mistakes when pasting the text
[Diagram]
Oracle VM: Linux
External IP: 192.0.2.1
Internal IP: 172.16.0.2
|
| GRE Tunnel
v
Home Server: Linux
Internal IP: 172.16.0.2
|
|
v
Firewall: FreeBSD
Internal IP: 172.16.0.1
External IP: 192.0.2.2
[Text]
Home Linux Server GRE config:
$ sudo ip tunnel add gre0 mode gre remote 172.16.0.2 local 192.0.2.1 ttl 255
$ sudo ip link set gre0 up
$ sudo ip addr add 10.100.10.1/24 dev gre0
Home Linux Server GRE config:
$ sudo ip tunnel add gre0 mode gre remote 192.0.2.2 local 192.0.2.1 ttl 255
$ sudo ip link set gre0 up
$ sudo ip addr add 10.100.10.1/24 dev gre0
Firewall:
nat on igb1 inet from ! (igb1) to any -> (igb1:0)
nat on igb0 inet proto gre from 172.16.0.2 to any -> (igb1:0)
rdr pass on igb1 inet proto gre from 141.148.84.178 to (igb1) -> 172.16.0.2


Apart from being open source what is Linux?
The codebase in git.kernel.org’s torvalds/linux.git
Could I not create my own operating system that is different to windows or Macos and call it Steve
Of course, in fact many people have done so: TempleOS, MINIX, SerenityOS, etc.


Not that I know of, but here are some between Lemmy and Mastodon:


What do you mean by «support»? In my Debian install I created an encrypted partition + LVM and I can hibernate without issue. I believe Ubuntu has an install option for encryption, so I think it should also work.
Very nice, although I guess most communities in an instance are moderated by users from that same instance.
Flatpaks for graphical apps and guix for CLI programs and libraries.
You can still subscribe to everything from Lemmy.world and your instance will remain up even when Lemmy.world is down.
I had no idea, just tried and you are right. Do you know if everything works the same, like moderation?


There’s nothing to sue for. They have only «broken» the spirit of the GPL, not the letter.
Tried it for a bit, seems to be Arch-based, but
pacmanwasn’t installed. And it’s very much an alpha.Also, there’s a warning if you don’t have 40GB free. That hurt.