Skip to content

yohan.jasdid

Installing Nvidia Drivers and CUDA 9.1 in Debian Stretch

Versión en español de esta publicación.
This post explains how to install CUDA 9.1 Production Release on a Debian Stretch system. The first thing to do is to download the driver from the official Nvidia website and select the model of the video card you have. In my case, I have a server with 2 video cards, the first is a GeForce GTX660 and the second is a GeForce GTX650. If you are not sure which version of the driver should be installed, this information can be verified in the following link.
Read More »Installing Nvidia Drivers and CUDA 9.1 in Debian Stretch

Doctoral Thesis Structure Proposal

Versión en español de esta publicación.
Some time ago I wanted to write this post and I didn’t had the opportunity. In general, one would like to have as much information as possible to be able to structure your thesis document in the desired way. This has not been my case, and in an attempt to make things easier for someone else in the same situation, I have decided to make this writing. Learning $\LaTeX$ to write all kinds of documents is a true delight! However, its not easy, here I intend to reflect some tips that have been useful for me to write my doctoral thesis document that eventually became a book and can be found in the following url.
Read More »Doctoral Thesis Structure Proposal

Using Google Apps Scripts

Versión en español de esta publicación.
If you like email as much as me and you use GMail as your primary email provider it is possible that you already had the same problem as I had some time ago. It turns out that in GMail it is possible to organize your email using labels that is the same analogy as organize files in folders. In my case, I have my email organized using multiple labels and using also sub labels and I’m a heavy fan of GMail filters which can automatically apply a label to a new email that arrive and put that email in specific “folder”.
Read More »Using Google Apps Scripts

Module Headers AutoGenerated Code (Bash – C++)

Versión en español de esta publicación.
Some time ago when I started designing Phoxonics I had some problems related to generating module includes. Phoxonics has multiple modules that have dependencies between them, and when adding a new header class it was necessary to add an entry for this header class in the global module header file in order to know what classes were part of this module.
Read More »Module Headers AutoGenerated Code (Bash – C++)

Installing Nvidia Drivers and CUDA 7.5 in Debian Jessie

Versión en español de esta publicación.
This tutorial explains how to install CUDA 7.5 Production Release in a Debian Jessie system, the first thing we have to do is to download the graphics driver from Nvidia website and select the current model of the graphics card we have, in my case I have a server with 2 Nvidia cards the first one is a GeForce GTX660 and the second one is a GeForce GTX650, if you’re not sure of which driver version you should install, you can check the driver versions and models in the following linkRead More »Installing Nvidia Drivers and CUDA 7.5 in Debian Jessie

Installing Nvidia Drivers and CUDA 7.0 in Debian Wheezy

Versión en español de esta publicación.
This tutorial explains how to install CUDA 7.0 Production Release in a Debian Wheezy system, the first thing we have to do is to download the graphics driver from Nvidia website and select the current model of the graphics card we have, in my case I have a server with 2 Nvidia cards the first one is a GeForce GTX660 and the second one is a GeForce GTX650, if you’re not sure of which driver version you should install, you can check the driver versions and models in the following linkRead More »Installing Nvidia Drivers and CUDA 7.0 in Debian Wheezy