today's howtos
-
TecMint ☛ How to Install Latest LibreOffice in Linux Desktop
LibreOffice has a large number of satisfied users across the globe with almost 200 million downloads as of now. It supports more than 115 languages and runs on all major operating systems.
-
TecMint ☛ How to Install Latest OpenOffice in Linux Desktop
Utilized by over 360 million users globally, it finds applications in companies, homes, and research centers, supporting nearly 121 languages. Available for free download, Apache OpenOffice is compatible with common systems, making it a versatile and accessible tool for a wide range of users.
-
HowTo Geek ☛ 7 Ways to Append Text to a File on Linux
There are times when you have a text file with existing content, and you need to append some more text to it. Luckily, there are several Linux commands you can use to do this. Some of these commands are even powerful enough to insert text anywhere in your file.
-
Make Use Of ☛ 5 Bash Script Examples to Help You Learn Linux Programming
Bash scripting is one of the most popular, accessible ways of programming your Linux computer. These simple script examples will help you understand the process and introduce you to the basics of Bash programming.
-
James G ☛ How (and why) to create a h-feed
h-feed is a microformat. Microformats are a way of marking up special types of content in a HTML document like a profile page (using h-card), a blog post (using h-entry), or a feed (using h-feed). Using microformats, you can add semantics to certain pieces of information on a web page. For example, I can use h-feed to indicate that the HTML should also be a feed.
-
IT Tavern ☛ Cron Jobs on Linux - Comprehensive Guide with Examples
Cron is the daemon that runs in the background. The running service is called cron and crond on Ubuntu and rockyOS, respectively.
-
Vincent Lammens ☛ Setting up a monitoring with prometheus and grafana
To collect the statistics of our target systems, we will use node_exporter. Node exporter publishes key metrics on a web url, which will be scraped on regular intervals by Prometheus.