Jump to content

patrioticrabbit

Member
  • Posts

    28
  • 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.

patrioticrabbit's Achievements

  1. python server-client program I get this error on the client program side only client program import socket c= socket.socket(socket.AF_INET, socket.SOCK_STREAM) c.connect(('localhost', 50000)) c.sendall(b"hello world") c.close() print(c) -> errorConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it server program import socket s = socket.socket() host = socket.gethostname() port = 50000 s.bind((host, port)) s.listen(5) while True: c, addr = s.accept() print('Got connection from', addr) c.send('Thank you for connecting') c.close() used many different ports same error tried turning the firewall off ran it as an administrator same error help please
  2. would love to know if my system is outdated and if so i am interested in any upgrades that i can make for the system, i use it mainly for pen testing and gaming amd athlon x4 840oem 12gb ddr3 ram 2x GTX 1070 not in sli 750watt cooler master PSU 1TB hard drive for storage 250 gb hard drive for windows
  3. parrot os live on a usb if that is what you are asking for
  4. hello world I am going for a new workstation build I can't decide what to go for intel i7 8700k or ryzen 2700x they are both good but in my case I am a programmer and a pen tester do I need cores or threads any other tips will be appreciated
  5. lets assume that the prices of the old 10 series gpu fell to a about 400-500 dollars per gpu is it profitable to get 5 gpus for mining without using eth pill
  6. short and simple opinion on the price of gtx 1080/1080ti after the release of new NVidia gpus will we see a rise or a decrease in NVidia's gpu prices after Turing is up for sale
  7. I have a live usb drive with kali Linux and I installed qbittorrent on the os through the terminal and with I add the 7 gb torrent to download it gives me an error that there is no free space the usb drive is 64 gb I tried it with parrot os and the same results help please
  8. honestly kill some time and gain experience in computer science as a student
  9. hello world I am working on a 4k monitor project I am a student so money is a little bit of a problem so basically I want to add an HDMI port to this screen the screen is from this pc ( DELL XPS 15 9560 ) and the controller that I am going for is Adafruit TFP401 HDMI/DVI Decoder to 40-pin TTL Display so my question is : is this setup good any tips or ideas
  10. hello world need for speed 2016 is showing an error (0xc000007b) and ideas how to get around it
  11. are backdoors bad for my pc and do they provide access to hackers into my computer can they control the computer ? what counter measures can I take
×