pr1v 36 Posted ... I am not too much into hardware and I need your help guys: Is it faster a computer with 2 cores chips at 2.4 each one or 4 cores chips at 1.3 each one to run gnu/linux or liveusb gnu/linux? Thank you very much! Quote Share this post Link to post
go558a83nk 362 Posted ... there's no quick answer to that question. processes that thread well and will use all cores efficiently may be faster on the 4 core CPU. processes that don't thread well/are single threaded will be faster on the 2 core CPU which has faster clock cycle. what will be the main tasks of this machine? Quote Share this post Link to post
pr1v 36 Posted ... Mostly vpn, tor, browsing, listen music and watch videos. Quote Share this post Link to post
go558a83nk 362 Posted ... Mostly vpn, tor, browsing, listen music and watch videos. if it'll be running openvpn then the CPU with the faster clock cycle is better. openvpn does not run multi-threaded at this time. Quote Share this post Link to post
go558a83nk 362 Posted ... Ok, thanks if openvpn performance is a high priority then you may want to make sure the CPU has AES-NI and/or some other encryption/decryption acceleration. Quote Share this post Link to post
OmniNegro 155 Posted ... https://en.wikipedia.org/wiki/AES_instruction_set Make sure your CPU is on this list. Quote Hide OmniNegro's signature Hide all signatures Debugging is at least twice as hard as writing the program in the first place.So if you write your code as clever as you can possibly make it, then by definition you are not smart enough to debug it. Share this post Link to post