Submitted by tuxtops on Sat, 07/30/2022 - 21:33
Keeping the Docker containers up-to-date is one of the important job of a DevOps engineer. Manually updating Docker containers is a quite time consuming task. This guide explains what is Watchtower, how to install Watchtower, and how to automatically update running Docker containers using Watchtower in Linux. Read more
Submitted by tuxtops on Fri, 07/29/2022 - 21:24
The Bash command line is a great way to automate tasks. Whether you are running Linux on a server and need to manipulate log files or other data, or you're a desktop user who just wants to keep files tidy, you can use a few automation features in Bash to make your work easier. Read more
Submitted by tuxtops on Fri, 06/24/2022 - 22:33
A set of five useful Linux command(s) to gives you the ultimate productivity boost in your day-to-day Linux work Read more
Submitted by tuxtops on Fri, 06/24/2022 - 22:22
As the saying goes "Failing to prepare is preparing to fail," you should always be prepared with a data backup to avoid losing valuable data on your Linux PC or server.
A backup strategy is a simple plan that prepares you to quickly and easily recover your important data in the shortest amount of time possible. Let's look at how you can devise a backup and recovery plan for Linux that best suits your needs. Read more
Submitted by tuxtops on Fri, 06/24/2022 - 22:02
I was just wondering if there are any easy ways to run a command for a specific time and kill it automatically once the time is out in Linux and Unix-like operating systems - hence this post. Read on
Submitted by tuxtops on Thu, 06/23/2022 - 21:58
Are you still removing your files containing sensitive information (ssh keys, account password, auth file, etc) using the standard way?
Then you are making it easier for third-party applications to recover. Let’s dig in more; every time you delete files the standard way, they just get unlinked from the filesystem, making the block free for overwriting. Read more
Submitted by tuxtops on Wed, 06/22/2022 - 20:22
JasperReports is an open-source Java reporting tool, a stand-alone and embeddable reporting server. JasperReports is a Java class library, Java developers who need to add reporting capabilities to their applications use this tool. Read more
Submitted by tuxtops on Wed, 06/22/2022 - 20:13
SuiteCRM is an open-source customer relationship management solution written in PHP. It's a fork of the popular SugarCRM software after SugarCRM stopped releasing its community edition. It is used to create a central repository for all your customer data to gain insights that can be used to enhance and nurture your business relationships.
In this post, you will learn how to install SuiteCRM using the Nginx web server and Let's Encrypt SSL on Ubuntu 22.04. Read more
Submitted by tuxtops on Wed, 06/22/2022 - 20:07
One of the first questions many new Linux system administrators face is getting the IP address. Furthermore, this question is regularly asked when applying for positions that require Linux skills.
However, IP addresses can be public (external) and private (internal). So, before we get into the practical side of things, let’s clarify what public and private IP addresses are and how they differ. Read more
Submitted by tuxtops on Wed, 06/22/2022 - 20:02
One of the greatest benefits of Python is its ability to snake (pun completely intended) around a lot of conventions found in other languages with little effort on behalf of the programmer, letting you compose incredibly simple little “quips” to get the job done. Here are a few examples! Read more
Pages