Among many other hundreds of books which I should be reading, this essential biochemistry seems to be one! Credit goes to Jukka Nurminen, our cross-business area collaborator for introducing the book. Though shalt be read, Mr. Biochemistry!
The second book that Jukka introduced was Bioinformatics: sequence and genome analysis. Well, I was familiar with this book earlier; so this was a reminder for the relevance of this book to me, now more than ever!
Google turns up many posts explaining how to install the ATI catalyst proprietary drivers on LMDE. Take this post as just an additional information. In my case, the installation did not work until I accidentally installed another package, x11-xserver-utils. Thus, in my case, the installation of the drivers was as follows: sudo apt-get install x11-xserver-utils sudo apt-get remove --purge fglrx* sudo apt-get update && sudo apt-get install fglrx-driver fglrx-control sudo /usr/bin/aticonfig --initial sudo reboot I think the reason it worked this way was because computer couldn't recognize the correct graphic device version before the installation of x11-xserver-utils.
Comments