today's howtos
-
Dig Command in Linux - Usage + Examples
Domain Name System (DNS) is a hierarchical naming system that stores critical domain name information. The DNS resource records also contain other information related to the records. If you have configuration or connectivity issues with a DNS server, then use the dig command to query DNS records.
-
How to get and change PDF metadata on Linux using the terminal
Hello, friends. In this post, I will show you How to get and change PDF metadata on Linux using the terminal. So, you can quickly use it for a specific case or several files. You can even include it in scripts.
-
Using systemd timers to run things frequently (some early notes)
If you're satisfied with running something no more often than once a minute, /etc/cron.d entries are the easiest approach and what I use. But today I wound up wanting to run something more frequently. While there are various ways to do this with various degrees of hackery, it seemed like a good time to try out systemd timer units.
-
How to Install mpv Media Player on Linux Mint 21 LTS
MPV is a highly versatile media player that supports various video and audio codecs. It has comprehensive playback, audio, and video control options, as well as support for different input URL types for reading input from a variety of sources other than disk files. MPV is available on Microsoft Windows, macOS, Linux, and BSD operating systems and is often used to play YouTube videos or be a client for streaming services such as Twitch.tv. Thanks to its wide range of features and compatibility with many different operating systems, MPV has become one of the most popular media players available today.
In the following tutorial, you will learn how to install mpv Media Player on Linux Mint 21 LTS using three different methods using the command line terminal.