Can’t upvote this enough, made my jaw drop when I first saw it
A typical bike-riding leftist urbanite who also happens to be a hockey-crazy Western Canadian.
Can’t upvote this enough, made my jaw drop when I first saw it
This would normally be a compiler warning, but someone has enabled the -Werror
compiler option (probably in the makefile) which causes the compiler to treat all warnings as errors. You can just remove any -Werror
flags from the makefile and it should compile properly.
It’s interesting that they’re worried about moderation. It wouldn’t seem like too hard of a thing for a $100 billion company to just hire some some folks to take care of that.
You’ll want to create a network route that sends LAN traffic through the unencrypted interface.
sudo ip route add 192.168.1.0/24 dev eth0
Is an example of how to do that, but you need to replace the ip address and
eth0
with your actual network address and device name.