Tag: linux

  • Fix Linux Preventing Remote SSH Root Login Issue

    This is a simple post that handles the issue of Please login as the user “rocky” rather than the user “root”. I have this problem on my Rocky Linux 9, it prevents me to login as root as I’ve already uploaded the public key to the server. So at the end of the ssh session…

  • Discovering ‘last’: The Swiss Army Knife of System History

    Have you ever needed to track down when your system was rebooted? Recently, I found myself in this exact situation. My first instinct was to dive into Console.app on my Mac, but I quickly got overwhelmed by the sheer volume of logs and information. It was like trying to find a needle in a digital…

  • Expanding volume of VMs

    Sometimes it would be useful to extend certain volumes on VMWare or other VMs on the guest machine due to development requirements. In this tutorial, the logical volume on Rocky Linux 9 guest machine will be extended on VMWare. Generally speaking, there are 2 steps to do so: first the spaces need to be added…