Tag arch

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.
mkdocs-project-documentation

Documentation with MkDocs

Documentation is every project bread and butter, without it no project is complete. MkDocs is a fast, simple static site generator. Source files are written in Markdown and configured with a single YAML configuration file in the project root directory.
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.
meld-as-diff-tool

Use Meld as a Git diff tool

Meld is a great tool for files/directories comparison. Git on the other hand also provide diff command line tool, which some users may prefer too. I am going to show you how to use Meld as a git diff tool here.
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.