Jump to content

SupaKomputa

Member
  • Posts

    13,040
  • Joined

  • Last visited

Awards

This user doesn't have any awards

System

  • CPU
    Ryzen 5 5700G
  • Motherboard
    Asrock B550M Steel Legend
  • RAM
    2x 16gb Micron rev.E @ 4200mhz cl16
  • GPU
    3060
  • Case
    Modified Apple powermac G4 case
  • Storage
    500gb WD Black SN750 + 4TB Toshiba X300 + 2x 3TB 5400rpm HDD + 1x 1TB 7200 HDD
  • PSU
    Antec Neo Eco Gold Zen 500w
  • Display(s)
    LG ET83 23' Touchscreen monitor + 2 19' Samsung on the side.
  • Cooling
    Hyper 212
  • Operating System
    Windows 10 + OSX

Recent Profile Visitors

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

  1. Yeah, in theory your right. But in practice, your statement proved that the 3080 is still a gen3 card since using gen4 has little to no benefit. Check 4090 for a true gen4. precisely...
  2. I'm not an AI, and i approve the post.hehe Yeah it's getting better. scary... Yes, it's very basic, but will work in general.
  3. to synchronize folders between two computers, follow these steps: Create an SSH Key Pair: Ensure that you have SSH keys set up between the two computers. This allows passwordless authentication for rsync. Generate an SSH key pair on the source computer (if not already done): ssh-keygen Copy the public key (~/.ssh/id_rsa.pub) to the destination computer’s ~/.ssh/authorized_keys. Write an Rsync Command: Decide which folder you want to sync from the source to the destination. The basic rsync command structure is: rsync [options] source_directory/ user@destination:/path/to/destination_directory/ Replace source_directory with the local folder path and user@destination with the remote server’s username and hostname or IP address. Test the Rsync Command: Run the rsync command interactively to ensure it works as expected: rsync -avz -e "ssh -i /path/to/your/ssh/key" /local/source_folder user@remote.host:/destination_folder Adjust the options (-avz for archive mode, verbose, and compression) and paths according to your setup. Set Up the Cron Job: Open your crontab for editing: crontab -e Add a line to schedule the rsync command. For example, to sync every day at 2:00 AM: 0 2 * * * rsync -avz -e "ssh -i /path/to/your/ssh/key" /local/source_folder user@remote.host:/destination_folder Save and exit the crontab editor. Verify the Cron Job: Wait for the scheduled time or manually trigger the cron job: cron -f Check the logs or output to ensure the rsync operation runs successfully. This is written by chatgpt btw. hoho.
  4. No. there's no point on having the same performance, other than additional ports, it won't add up to the total processing power. You better buy a used RX580, it's $50 on ebay.
  5. I would wait for 5700x3d or 5500x3d if you wanna get cheaper. edit: Any X3D chips are worth it for gaming. even the 5600x3d beat 5700x in most games.
  6. I imagine Threadripper has a very low volume, so board partners might wait for the demand before mass-printing the board.
  7. Every PCIe GPU can run in any generation PCIe, it doesn't matter, what matter is how much the GPU can utilize the bandwidth. Every car can run on a 200mph highway, can it reach 200mph? most x16 gpu can work in x8, it is physically limited by the slots, what determines the bandwidth is the CPU or Chipset. It doesn't need to know which pcie version it is put on, as PCIe devices are version agnostic. there is a slight increase when using version 4.0, 1% at most.
  8. RTX3080 is a gen 3 cards, at pcie 4.0 x 8 it should be the same speed as gen 3.0x16 nothing to worry about pcie splitting.
  9. You can get a pciex4 nvme adapter. Should be enough. Of x8 for 2x m2 drive at the same time. The GPU should always on the top slot, you can fill the next empty one.
  10. windows 10 cd key is cheap, around $15. Just google windows cd keys.
  11. For 600 probably upgrade your GPU, and if there's anything left, go for 5800x3d.
  12. From personal experience, yes you can. You can always reinstall if any problems exist. No need, why waste a good working drive. For windows keys, worse case it would just be non active, you can still use it, you can just buy a CD keys to remove the watermark.
  13. All im saying is don't worry about it, as long as the pins are in perfect condition the cpu will work. It's prone to break so be careful. GN is famous for overanalyzing things.
×