Recent content by ejlizard526

  1. E

    [SOLVED] Do I always need to use the adapter for the F-Panel Connectors?

    I was wondering if I could just plug my F-Panel connector directly into the motherboard (ASUS x570-P) from the cable coming out of the H510 Case. There is an adapter for it, but if i dont have to change things I'd rather not as it looks cleaner without. Any help is much appreciated! Thanks!
  2. E

    [SOLVED] Is there a way to make sure my CPU and GPU wont bottleneck one another?

    I was thinking a Nvidia GeForce RTX 3050 if that's not unreasonable.
  3. E

    [SOLVED] Is there a way to make sure my CPU and GPU wont bottleneck one another?

    I'm trying to pick a GPU for my system, preferably ASAP before inflation hits any worse. I already have all of the other components, but I want to make sure that I don't shell out a couple of hundred and have a worse system for it due to bottlenecking. My specs are below: CPU: Ryzen 3 3300x...
  4. E

    [SOLVED] Does anyone know how to open a hidden directory after finding it with "ls -a"?

    THANK YOU! I followed your advice and changed the directory to the hidden one. After I did that I was able to use the "ls" command where it then showed me a text file. After that it was just opening the text file with "cat", where it showed me a flag, which is just the code needed for the...
  5. E

    [SOLVED] Does anyone know how to open a hidden directory after finding it with "ls -a"?

    I'm trying to open a hidden file in Linux terminal. The problem isn't that I don't know how to open the file (ls -a is something I've already done to see the hidden directory). My problem is that I can't seem to find a command that will open the directory. I've tried the entire family of "cat"...