Category Linux

Reset-Linux-Server-Password-Using-Rescue-Mode

Reset Linux Server Password Using Rescue Mode

Are you locked out of your Linux server? Have you forgotten your password or lost your access key? Worry not; there is a way to reset the root password and regain access to your server. Keep reading to learn how to reset your Linux server password using rescue mode on your cloud provider.
Resource-monitoring-terminal-tools-in-Linux

Resource monitoring terminal tools in Linux

Monitoring your system resources is quite common in tech world. But if you are a Linux or terminal person, then you know there is nothing stopping you from having tools at your disposal. I am going to show you a few of resource monitoring terminal tools in Linux today.
Extend-XFS-partition-on-LVM-on-Linux

Extend XFS partition on LVM on Linux

There are times when you need to extend a partition either root or home to have more space on your virtual server. The end result should be a smooth process without data loss and issues. If your server or virtual machine is on Linux (Ubuntu, CentOS, AlmaLinux, Rocky Linux etc), read on how to extend/grow XFS partition based on LVM.
alternatives-to-thunderbird-on-linux

Alternatives to Thunderbird on Linux

Thunderbird is an old horse on Linux and most will agree with that. Now if you like it or not UI wise, but it has almost everything one would need in an email client. Here in this article I am going to discuss another two alternatives to Thunderbird if you are on any Linux distribution.
Authentication-via-private-key-to-Linux-server-ssh

Authenticate via private key to Linux server

The default behavior if you spin up a new server is to login with username and password. Some cloud based providers also provides key based authentication now. If you have just password based login, read on how to authenticate via private key to your Linux server.
copy-file-content-to-clipboard-in-terminal

Copy file content to clipboard in terminal

If you are working in terminal/console most of your time, you may already know how to copy a file content to clipboard. But if not, here today we will explore how can we copy a file content to clipboard in terminal.