JacobJeweler

OVH Server Kernel upgrade

Sep 23rd, 2016
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.43 KB | None | 0 0
  1. # install date
  2. foo@bar:~#dumpe2fs /dev/sda1 | grep 'Filesystem created:'
  3. dumpe2fs 1.42.9 (4-Feb-2014)
  4. Filesystem created:       Thu Sep 12 21:42:56 2013
  5.  
  6. # before
  7. foo@bar:~#uname -r
  8. 3.10.9-xxxx-std-ipv6-64
  9.  
  10. # after
  11. foo@bar:~#uname -r
  12. 4.4.0-38-generic
  13.  
  14. # more info on how to do it, http://scales.pufferpanel.com/v0.2.3/docs/switching-ovh-kernels
  15. # the new kernel gave me somewhere around 100-150 H/s increase in hashrate for XMR
Add Comment
Please, Sign In to add comment