• 0 Posts
  • 38 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle




  • I’m not quite sure what your hang-up is? Is it the word slave? If that is it, then the employees of Amazon are the wage-slaves that deserve due credit. Where as I might consider myself a slave in the sense that I find myself answering to their bidding.

    • Jack up rates, yes master.
    • Interrupt us with ads, sure go ahead master
    • disrupting buying patterns, always you master

    My sense of freedom from Amazon is not up for debate.

    So what is your @hogmamma@lemmy.world relationship with Amazon?


  • A few things

    • Amazon years their employees like shit. Pay and treat them properly. Our gadget for $20 less than we can get from another store is subsidized by those workers.

    • the commercials on Prime video. I specifically pay to watch shows, and not be interrupted and pitched dish soap. That was the deal

    • removing the option of prime delivery will mean I will source my options more fairly to local sellers

    In the end, I feel less dirty by not having that option. In the long run, will Amazon serve me better? The enshitification of the internet has taught me the answer will be no.



  • I used awk to migrate users from one system to another. I created template scripts for setting up the user in the new system, I dumped the data from the old system, then used awk to process the dump and create scripts for each user in the new system. That was a fun project.







  • Yes that’s the right way to block root login. An added filter you can use the ‘match’ config expression to filter logins even further.

    If you’re on the open network, your connection will be heavily hit with login attempts. That is normal. But using another service like Fail2Ban will stop repeated hits to your host.

    Ssh listens on port 22, as soon as a connection is made the host moves the connection to another port to free up 22 for other new connections. Btw: I wasn’t thinking clearly here. Out going connections won’t be using port 22, but the listening incoming port is always 22.