Jump to content

DirtyDane

Member
  • Posts

    374
  • Joined

  • Last visited

Everything posted by DirtyDane

  1. Now my main question here is. since these boards would need a bios update to function with a 3000 series, wouldnt I need to have a 2000 series on hand to do that?
  2. Huh, guess you learn something every day. Thanks!
  3. I like it, and the 16GB is only because that is what he currently has. But, doesnt ryzen not have integrated graphics?
  4. I have recently been asked by a friend to part out a system for him. He is a console game collector who really only uses it for downloading "stuff" (not porn) and playing Wow. His main wants are 16GB of RAM and thats about it. If anyone has any suggestions please let me know. So far I've been looking at AMD systems and have had some trouble getting below that 500 mark, though he is willing to go slightly over if needed.
  5. awesome thanks, so many forums seemed to be conflicting with their answers so its nice to just get a straight yes or not.
  6. Hi, I recently rebuilt my PC and while i have yet to gather all of the parts. I have everything but the RAM so far. while checking everything out i noticed the motherboard uses the normal 8 pin EPS connector for the CPU power. But I also noticed a second 4 pin EPS connector right next to it. Is this required? the motherboard I am using is the MSI X570-A pro and my power supply is Corsair RM650. This power supply only has a single 8 pin EPS connector. Can I run this with just the 8 pin? or am I required to have the +4 pin. That said, if I am required to have it, can I just but the +4 pin at microcenter or something? or would it be better to just return the PSU I have and find one with the right connections?
  7. This has had me stumped for the last 3 days. Ive followed a number of guides, but I cant seem to get my apache to act as a reverse proxy and allow users on our network to connect to our IIS server through it. This is what I have so far, IIS is .3 and the apache system is .5. I have it running ubuntu. If anyone has any suggestions on how to get this working I would greatly appreciate it. <VirtualHost 10.200.50.5:80> ProxyPreserveHost On ProxyPass /wwwroot/finalproject/ http://10.200.50.3:80/ ProxyPassReverse /wwwroot/finalproject/ http://10.200.50.3:80/ ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined </VirtualHost>
  8. This is a really helpful list thank you for that.
  9. The company has to do with providing an equipment service to its customers but my clients will be all within company.
  10. My first step would be to make sure that the Ethernet is firmly plugged into the port and that the cable isn't damaged on the users end. From there I would disable and renable the network adapter and make sure that a static IP wasn't set accidentally somehow. Additionally releasing and renewing the lease on the users address is a possible solution depending on what i see. And of course the tried and true, turn it off and on again. Those are the first things that come to mind.
  11. DirtyDane

    I feel like common issues at any business would…

    Yeah i got those during my phone interview. I was a bit unsure with the bsod one, I suggested a restart as my first attempt, and followed with a few other things.
  12. I've got an interview coming up for my first position out of college. It will be a support technician sort of as a generalist for users within the business. So I want to sharpen my troubleshooting skills that I admittedly feel I have not trained very well. please give me technical help desk type questions. I will respond with what comes to mind as things to check or how I would approach solving it. If you could then respond with things I may have missed or might have gotten wrong please let me know.
  13. So I'm new to Java but am working on a Lab in my class where we are to send an email to our professor through Java without using the Javamail API. I would like to do this though powershell commands issued through Java. Im really only familiar with vb.net at the time so if anyone knows some good places to point me to get started with this sort of thing it would be greatly appreciated.
  14. We managed to resolve the issue, figured out that the entire .vs folder was the problem and that simply removing it before omitting anything would prevent the problem from occurring. Thanks for the help though
  15. So I gave that a shot, and it seems to still include those files. Is there a specific way they need to be implemented? or a specific way that the .gitignore file needs to be placed in there? It still find the files and throws up a conflict every time. The GitIgnore is even joining in the conflict party now. Maybe I dont fully understand what I am doing to the extent I thought I did.
  16. this wont ignore stuff we need to make the whole thing work at all will it? just those particular files. (and others that may cause issue) (we need the bin folder to remain untouched)
  17. Me and my group are working on a project for our Web development course (we are using asp.net and a few other things) our problem is trying to learn GitHub. So far I have a fair understanding of how it operates, but we keep running into issues with GitHub flipping out and refusing to merge pull requests because of the 4 files that are generated when you open a file in visual studio. v15/Server/sqlite3/storage.ide-wal is the name of one of these. If anyone knows how to make it so GitHub quits loosing its marbles whenever one of us try to merge because of these files it would be VERY MUCH appreciated. Thank you!
  18. So its pretty straight forward. Im learning VB and am having trouble wrapping my head around how to use a variable to store a value. as in. I have a button that performs a calculate operation, and i need to store the quantity, cost, and number of transactions somehow so that I can use another button to create an average. .. This is probably really simple, but I am just stumped. Any help is appreciated.
  19. I would be surprised if they even kept the files. From what I remember LMG as a whole disliked it. I could be wrong though.
  20. Hadn't thought of that. Hopefully Xine is in the name, lol thanks for the information. I appreciate it!
  21. I don't really know where to put this. I'm in the midst of a project at my college, and we are working with the Xine media player. ALL configuration of any software must be made from the terminal. Which would be fine, if i could figure out how to do so. So my question boils down to, I would like to know where i can find the configuration files for Xine (or even OBS for that matter) so that I can properly progress with this. I've been searching for 2 days, but I'm probably just not looking for the right thing. Thanks to anyone that can offer advice, bonus would be ideas for neat things I could make it do (don't tell me how to do it, but knowing that something is out there gives me something to look up and learn about)
×