Auto Added by WPeMatico

24Feb/24

Boost Linux Security with Lynis

Remember that time a major company breach exposed millions of user records? Scary, right? While most attacks target big businesses, your personal Linux system isn’t immune. Tools like Lynis can help you identify and fix security weaknesses before attackers exploit them. What is Lynus? Lynis is a powerful, open-source security …

The post Boost Linux Security with Lynis appeared first on Anto ./online.

04Feb/24

Establishing Passwordless SSH Access between Servers Using Key Pairs

Setting up SSH access between servers using key pairs is a secure and efficient way to manage remote connections. This guide will walk you through generating SSH keys on your local machine and then using them to enable passwordless login to the destination server using ssh-copy-id. Let’s Get Started Step …

The post Establishing Passwordless SSH Access between Servers Using Key Pairs appeared first on Anto ./online.

04Feb/24

Automating URL Testing in Jenkins Pipeline Script

Jenkins, a popular open-source automation server, is a powerful tool for automating various tasks in the software development and delivery process. One common use case is automating URL testing, and in this blog post, we’ll explore a Jenkins Pipeline script designed to iteratively test a series of web pages by …

The post Automating URL Testing in Jenkins Pipeline Script appeared first on Anto ./online.

13Jan/23

Update Ubuntu using Apt & Cron

There are several methods to update Ubuntu. These methods include package updates via the desktop, the unattended upgrade script, and good old Apt. As the title suggests, this post explores the last option using Cron. Using the Apt command via Cron is mainly intended if you have installed a cut-down, …

The post Update Ubuntu using Apt & Cron appeared first on Anto ./ Online.