• 0 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: October 10th, 2023

help-circle

  • A lot of this is personal preference but I will suggest the following strategy. Mount all of your drives into subfolders of /mnt or /media (/mnt is usually used for more permanent storage but either is fine). Then symlink various folders on the system to this mount point. Like maybe you want your home folder downloads on one of these drives so /home/spawnsalot/Downloads is symlinkef to /mnt/drive1/Downloads.

    This lets you pick and choose various places across your system that are actually on the additional drives but also the ability to see everything on the drives in one place.

    Game installation location completely depends on the game itself. Some might install to /usr/bin, others to /opt, etc. You might have to dig around a little after install, move the folder, then symlink it like nothing ever happened.















  • Traditionally all incoming lines into a server room or wiring closet gets punched down to a panel in the rack and then jumpers are wired to everything in the rack. You never put an end on a cable that came out of a wall. The idea being you would have maybe 5 feet of extra cable in a loop behind the rack in case you needed to reorganize the room in the future. It sucks pulling cable, so leave some extra.

    If there were multiple racks then usually one of them was just for wires and switches and the others were for servers. I usually used different color cables for different things too (like use orange for links between switches and blue for servers, etc), but for a home rack I wouldn’t bother with that. Different color zip ties on cables can be handy too.




  • If it were me and I was intending to automate this I would probably do the following. Set up each test distro as a VirtualBox image and take a snapshot so I could easily roll back. Then I would write a script for each distro that downloaded the package, installed and launched the app. I would then probably query the window system to make sure the gui showed up, wait a period of time if I had to and take a screenshot.

    This can probably all be done as a set of bash scripts.


  • This happens literally all the time for me both personally and professionally. I see mostly low effort attempts across various ports or things like sweeps of common username/password attempts on ssh or common management endpoints on http.

    This is why it’s important to keep all publicly accessible servers and services updated and follow standard security guidelines. Things like only using public key auth for ssh for instance.

    At work we get hit occasionally in large bursts and have to ban ips for a bit to get them to go away.