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...
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 install Wondershaper to limit your bandwidth usage
Wondershaper is a package use to limit your bandwidth usage. Setup Configuration Here, the config limit the bandwidth of eth0 to 300Mbps download and 200Mbps upload. Don’t you know the network configuration ?...
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...