}

Tutorials

Step-by-step technical guides on Docker, Linux, Python, Go, and more.

Page 35 of 35

2 min readBeginner

How to adjust NVIDIA GPU power usage on linux

If you are using a headless server with NVIDIA GPUs for scientific computing or crypto mining it's probably that you will notice high temperature close to about 80+ C. Also you will notice that fan speed is not at 100% when temperature is high. In this tutorial we explain how to manage to lower the temperature using nvidia commands.

3 min readBeginner

Install nginx from source code

Learn how to setup up a nginx server from the source code.

2 min readBeginner

Compiling gromacs 5.1.4 static for cluster usage

Learn how to compile gromacs 5 from source code with openmpi support statically for cluster usage. The compilation will be done on Ubuntu.

5 min readBeginner

How to use nginx as a revese proxy with docker containers

Here we show how to improve python multi threading performance using grumpy to transpile python to go lenguage.

2 min readBeginner

Grumpy tutorial and performance analysis

Here we show how to improve python multi threading performance using grumpy to transpile python to go lenguage.

3 min readIntermediate

How to create a npm package out of an AngularJS module

We explain how to create an AngularJS project skeleton that can be easily imported into another projects using grunt to build a minifies angularjs module.

3 min readBeginner

Multiple alternatives on how to install npm

Here we explain how to install and use npm in different ways.