Pimp My Bash
Do you spend lot of time on a linux console ? Default theme is pretty boring but it is easy to custom. Just edit /etc/bash.bashrc file like : Then, create your /etc/DIR_COLORS file and set : Enjoy 🌈
Upgrade Debian 8 to Debian 9 Stretch
Since few hours, Debian 9 Stretch is released to stable version. So, let’s upgrade our Debian 8 Jessie system to Debian 9 Stretch in few commands. First, we upgrade Debian 8 Jessie system: Then, update...
Create a Pinterest Like API with Node.js and Clarifai
Nowadays, we take a lot of photos, it’s always hard to classify them, what if we use the latest advances in machine learning to classify them automatically with a tag system? Throughout this series of 4...
How to install 4.10.0 Linux kernel ?
The new Linux kernel is released and in this tutorial we will upgrade our 3.2 kernel to 4.10.0. However, please note that this is a new branch and it’s not recommended to use it in production before the...
Upgrade Ubuntu to 16.10 in 2 steps
Ubuntu is now available in version 16.10 Yakketi Yak, so let’s upgrade! How to upgrade Ubuntu in 2 steps ? 1st step: update your packages 2nd step: upgrade the distribution Voilà! You could check the ubuntu...
How to reinstall your server over IPMI [DELL iDRAC]
With the IPMI access, you can boot, restart and shutdown your server. Also, you can install your server with your own ISO. Connect to IPMI iDRAC panel In order to access on iDRAC panel, enter the IPMI IP address in...
How to connect to your server for the first time
Hi everyone, For my first article, I’m going to show you how you can connect to your server for the first time thanks to Putty ssh. When you chose your server, your operating system, you have to wait about 45...
Permit root access with SSH in one step
Several configurations not allow root login. Follow these steps to allow root login. SSH Configuration Update In order to allow root login, you have to edit /etc/ssh/sshd_config file: Then, change the...