This guide explains how to configure automatic updates in Ubuntu Server 20.04. This tutorial is based on the following official Ubuntu Documentation article: Ubuntu Server Guide » Package Management » Automatic Updates. If you just want to do it, scroll down to the end and copy paste the two configuration …
Read More »How to check Network Interface details in Linux
Few ways to check Network Interface details in Linux such as interface name, associated IP address, MAC address and interface speed etc. ethtool command The ethtool command is used to query or control network driver and hardware settings. # sudo ethtool eth0 ip command ip command is similar to ifconfig, …
Read More »A .vimrc config file everyone should use
Ever had that issue when you login to a Linux terminal, editing a file and the texts are just blue and you can’t read? I’ve had way too many cause default vim/vi config is just bad. I created a good .vimrc config file. Simply create a file with .vimrc name …
Read More »Remove cloud-init from Ubuntu
Cloud images are operating system templates and every instance starts out as an identical clone of every other instance. It is the user data that gives every cloud instance its personality and cloud-init is the tool that applies user data to your instances automatically. Cloud-init is the defacto multi-distribution package …
Read More »Find exact installation date of Linux
Ran into an interesting question today while trying to debug a problem with a monitoring tool, what was the exact installation date of Linux system on this server? I mean this is something you don’t try to find everyday and for a second I was like … yeah… i don’t …
Read More »