BlogHide Resteemsmyusufe (25)in gpu • 7 years agoBitcoin Mining and GPUInteresting in Bitcoin Mining? Check your server GPU size using this command, root@XXX:~# lspci | grep ' VGA ' | cut -d" " -f 1myusufe (25)in bitcoin • 7 years agoHow to Check your Server GPU for Bitcoin MiningFind out the device ID: root@akaicloud:~# lspci | grep ' VGA ' | cut -d" " -f 1 0e:0d.0 You can then use this output with lspci again, forming two nested commands lspci -v -s $(lspci | grep…myusufe (25)in rabbitmq • 7 years agoRabbitmq and Kernel Setting For Large Number of ConnectionThe default server kernel parameters are for desktop and minimal RAM/CPU usage, on production environment it doesn't make sense as we have much traffic. Every single connection uses a different…