• 2 Posts
  • 21 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle










  • Cats are wild. Mine came home once with about a quarter of his face hanging loose. I wrapped him in a towel to protect myself, cleaned him up with antiseptic and antibiotic cream, put the loose flap back in place and covered it with gauze and tape. Surprisingly he left it alone and it healed up good. If you pull his fur back you can find the scar but it did really well.



  • I generally do a few things to protect SSH:

    1. Disable password login and use keys only
    2. Install and configure Fail2Ban
    3. Disable root login via ssh altogether. Just change “permit root login” from “no password” to just “no”. You can still become root via sudo or su after you’re connected, but that would trigger an additional password request. I always connect as a normal user and then use sudo if/when I need it. I don’t include NOPASSWD in my sudoers to make certain sudo prompts for a password. Doesn’t do any good to force normal user login if sudo doesn’t require a password.
    4. If connecting via the same network or IPs, restrict the SSH open port to only the IPs you trust.
    5. I don’t have SSH internet visible. I have my own Wireguard server running on a separate raspberry pi and use that to access SSH when I’m away, but SSH itself is not open to the internet or forwarded in the router.






  • I don’t understand how people do things like shopping on their phone. I mean if you’re only buying one or two items, sure, but if you’re doing grocery pickup at Walmart or something how do you even function on a screen that small? You can’t do any kind of comparison without flipping back and forth between multiple tabs.

    Mobile is fine for reading articles, instant messaging, etc., but there are a lot of things that are absolutely better on a laptop.