Jump to content

Hampoon

Member
  • Posts

    119
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hi all, a friend of mine installed Ubuntu and tried to install Steam. They are able to get it installed by downloading the deb and installing it from the terminal but they get this error when trying to open it. Any ideas on what to do? Thanks Edit: They have a Ryzen 3 3200G and a GTX 1650
  2. Hahahahahah this is awesome thank you
  3. Hi all, I found this image and think it's really funny: I wanted to use this as my desktop background but the colors are super flattened from the actual original image, I wanted to recreate it so that the colors weren't so flat and I got to the point where I had made that section cut out when I realized I have no idea how to get Linus in it?? Can anyone who's better at this help me out?? Thanks Link to Gdrive I hope this doesn't compress it https://drive.google.com/file/d/10tWoxku2Mmga7EKWPRsj61IDeThaGss_/view?usp=sharing
  4. Hi, I purchased and installed a new SSD. The new SSD is smaller than my other one so I would like to copy only Windows to it. Is there a way to copy Windows and nothing else to my new drive? I don't want a fresh install of windows as then I lose all my programs. Thanks.
  5. Ohhh. How would I make it check the OUTPUT of the command for Reply?
  6. Delete this before posting. Please make sure to include the language that you're using in the title, and use the <> button for any code. Hi, I am a beginner to python3. I wrote an if in statement to tell if pinging an IP address worked - If the output of pythonping included "Request timed out" it would do something and if it did not it would do something else. My code: from pythonping import ping #Module to ping websites from faker import Faker #Module to generate IPv4 and IPv6 addresses #invalid = 0 #valid = 0 ex = Faker() ip = ex.ipv4() ip2 = ex.ipv6() #print('ipv4 address:- ',ip) #print('ipv6 address:- ',ip2) #This part pings the IP testping = ping (ip) print(testping) #for testing test = "Testtest test test test" #After pinging, check if there is a reply from the website. If so, it will be logged to console. Otherwise, it will say that an invalid one was found. if "Reply" in testping: print('Good IP found, ipv4 is ' + ip + ' and ipv6 is ' + ip2) print(testping) #valid = valid+1 #print(valid) elif "Request timed out" in testping: print('Bad IP found, ipv4 is ' + ip + ' and ipv6 is ' + ip2) #invalid = invalid+1 #print(invalid) else: print('Hmm, something went wrong.') #This else statement always triggers and the other two parts never do even under the right condition When run, all that happens is the "else" statement, uncommenting the print (testping) #for testing either prints Request timed out or Reply from (...) and then the else statement gets called even if the conditions are met for the if or elif part. What have I done wrong here? Thanks!!
  7. Yeah it's fine to do if your PC is just locked up. Don't just do it every time you want to shut off your pc, only if you cannot do so through software.
  8. Hi! I run a Minecraft server for my friends with the Multiverse plugin. I have Multiverse Core and Multiverse Inventories. I set it up so that there are separate inventories between every world on the server, so that Creative and Survival don't have the same items. However, when you go to the Nether and the End you lose your items so it's basically useless. How do I make it so that it only keeps the inventories when going between Nether and End?
  9. I autoremoved to free up some space and I also removed vsftpd and after I rebooted it's back so..?
  10. I would just advise against SLI unless you NEED it. SLI is a dying technology where less and less games are supporting it and there are big performance issues and it isn't cost effective. You are better off buying 1 gpu.
  11. ^ He has a very nice x570 board that will support any new Ryzen processor. Probably not worth swapping boards. But if OP wanted to he could, though I feel that AMD is probably the best option even with the bad experience with it. And if not you can return it.
  12. I would suggest making this a PCPartPicker list - when you do that it will say the estimated wattage so you can pick a PSU from there. Don't skimp out on PSUs too much. Don't get one that looks terrible, just get one from a reputable brand unless you want it to light on fire
  13. how much ram do you have? and in what games are you trying to get more FPS, it really varies between games
  14. For basically any case you want the air to flow from front to back and bottom to top.
×