

weird way to spell “run DOOM” but okay.
weird way to spell “run DOOM” but okay.
Give it to the dev, and explain the situation. Let them know it seems too big/complex of a PR, but you’re willing to make additional changes, or break up PR to make it more palatable for merging. It’s in the dev’s hands after that.
I don’t think you should release your own fork without at least trying to work with the original project.
Make sure all your commits have detailed commit messages so that the dev can follow what you were doing (upgrading deps, refactor because xyz, etc.) Don’t just record what was changed, explain why it was changed.
anyway that’s what I would do.
If only there were a special path like, oh I don’t know, /dev
for device handles.
AHEM…taps community name
I think I speak for everyone when I say
Ah, didn’t realize pfSense is the OS, not something that runs on linux. My command examples won’t work for you.
So my first question is how can it be that my little mini J1900 Celeron (2 GHz) with 4 GB RAM cannot handle this bandwith?
sudo ethtool enp2s0 | egrep 'Speed|Duplex'
Your device name may be different from enp2s0
. use ip link
to see all devices. if it’s notSpeed: 1000Mb/s
Duplex: Full
then that’s probably a bad sign.
Charlton Heston Bonus Round:
BOFH: hooked up the mains to the doorknob and asked a luser to bring their laptop over for personal attention and repair.
dmesg | less
should allow you to scroll the output. You should use forward slash in less
to search for the devices (hit enter), see if the modules are being loaded or if there some errors.
check lsmod
before and after see what kernel modules are changing.
also look at dmesg
for interesting kernel messages as you attempt to use / not use the offending hardware.
tcpdump, wireshark can capture packets.
haproxy can be a proxy of many networking protocols
mitmproxy can help see encrypted traffic by acting as a literal man in the middle.
ssh with certain parameters can become a SOCKS5 proxy to encrypt and tunnel traffic out of a hostile network
they can steal your fucking house if you don’t follow their rules
Put a smile on your face Ten miles wide Looks so good Bring a tear to your eye Sweet cherry pie
You can’t do that, you’re committing copyright infringement! Change game
to mygame
though, and you’re golden.
Is that backlog per community, or per server? Because I was able to subscribe to other communities from the same server. I’m not an expert on the ActivityPub protocol but I thought information was pulled from my server, not pushed from the remote.
There, their its are not it’s they’re its. It’s as simple as “its”, as it’s the its it’s.
git checkout
takes a branch or tag name. In your example, it’s almost certainly referring to a git tag that aligns with a version of the software.