• 0 Posts
  • 31 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle





  • Am I correct in understanding that the card will run at PCIe gen 3 X1 if I do this?

    Correct. The situation you described in the original post would result in Gen 3 x1 speeds.

    The interface will always default to the fastest standard that both sides can support. If one is gen 2 and the other is gen 4, gen 2 is the highest that can be supported. If one side is x8 and the other is x4, x4 is the highest that can be supported.

    What can I do if the card is PCIe gen 2 x8?

    If you put a Gen 2 x8 card in a Gen 4 x1 slot, you will get a Gen 2 x1 link.





  • Yep! In steam, Add Game > Add Non-Steam Game > Select the Game. Then in the game’s properties, go to the compatibility section and choose “Force the use of a specific Steam Play compatibility tool”, which will then run the game under Proton.

    That said, I actually run a number of games under Wine. The Heroic Launcher covers GOG, Epic, and Prime games, and will install them with Wine enabled for them by default.


  • BombOmOm@lemmy.worldtoLinux@lemmy.mlCPU errors?
    link
    fedilink
    English
    arrow-up
    0
    ·
    28 days ago

    Things to try:

    • Update your BIOS, this will likely solve the issue since things are working fine with your prior CPU.
    • If you are running an XMP/EXPO profile, turn it off, as it might be making your system unstable.
    • Memtest. Run it for at least a full cycle (which takes about an hour). If you see more than a single error, then there is something wrong with your RAM.


  • I’m fresh out of uni and I’m trying to learn new stuff, but idk what to do with my life anymore.

    I’m assuming you are actively looking for a job in a field relevant to your degree? If not, that is your life until you find one; some branching out may be required if your particular field isn’t in demand.

    I’m being offered to take a sysadmin certification for this particular distribution I know absolutely nothing about…The exam is free, but I must pass it, or else I must pay for it and then take it again.

    Unless this certification is specifically listed as a requirement for a job your are applying to, don’t do the certification. They are normally expensive and not that helpful.




  • BombOmOm@lemmy.worldtoHome Improvement@lemmy.worldOverhead light shorted?
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    5 months ago

    Since you said you aren’t getting power to the bulb at all with the switch on. I would start by killing power via the circuit breaker, unscrewing the cover of the switch and checking the continuity between the two powered terminals on the switch using a multi-meter. It should read continuous when on, not when off.

    If that test passes, check for GFCI outlets on the same circuit, see if any of them are tripped. A GFCI outlet, when properly wired, will protect an entire circuit and cut power to it.


  • Yeah, your suggestion is the only thing I could think that would even work, but honestly, it’s probably more trouble than it is worth.

    An alternative which doesn’t quite meet the requirements, but will be much lower effort would be to format the drive(s) as exFat, which both Windows and Linux can read without issue. Then put them up as a network share in both OSes.

    If you are wanting RAID 1 with those two drives…this won’t work unless you are either using hardware raid (maybe you can set it in your bios?) or if you can find a software raid that both windows and linux use. For RAID, maybe just pick one OS and that will be the one that has the share.

    I would also recommend against the SSD caching idea with all this other stuff in the mix, wait till you have a dedicated NAS PC. You are going to pull your hair out otherwise.


    OP, do you have an old computer, even an old laptop? A NAS doesn’t require much computing power. You can plug your drives in via a SATA to USB adapter. Then you will have a dedicated NAS box and all these problems get 500x easier.


  • you don’t even have to find and turn off the breaker. Just turn it off at the switch before you mess with it.

    One word of caution here. If the light fixture is hooked up to a three-way switch, it is possible for the light to be off and BOTH sides of the circuit to be hot. This isn’t a common way to wire three-way switches and it isn’t to code anymore, but there are many homes out there with legacy switches wired as such. See: Carter 3-way switch.

    Edit: Now with diagram!


  • Agreed. The fixtures with non-replaceable lights are a giant headache waiting to happen down the road. Always go with the replaceable bulb fixtures.

    Edit: Not to mention the next person may not like the specific LED in that fixture and may want a brighter or dimmer one. With a replaceable bulb this is a 30s swap; with a non-replaceable bulb it is an entire project that the person may even need to hire a guy to do for them (read: expensive).


  • BombOmOm@lemmy.worldtoSelfhosted@lemmy.worldData HDD with SSD catch drive
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    edit-2
    7 months ago

    The biggest thing is you have changed a random write to a linear write, something HDDs are significantly better at. The torrent is downloading little pieces from all over the place, requiring the HDD to move it’s head all over the place to write them. But when simply copying off the ssd, it keeps the head in roughly one place and just writes lineally, utilizing it’s maximum write speed.

    I would say try it out, see if it helps.


    Also, if the HDD is having to do other tasks at the same time, that will slow it down as the head can only ever be in one place.