Auto Added by WPeMatico

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

Updating pfSense via Command Line: A Step-by-Step Guide

Ensuring your pfSense firewall is up-to-date is crucial for maintaining security and performance. While the graphical user interface (GUI) is the preferred method for most updates, sometimes issues arise, such as upgrading from version 2.7.0 to 2.7.1. This guide will walk you through updating pfSense via the command line to …

The post Updating pfSense via Command Line: A Step-by-Step Guide appeared first on Anto ./online.

04Feb/24

Setup SSH access to your pfSense

Welcome to this guide about pfSense SSH configuration! This tutorial will walk you through enabling SSH on your pfSense, adding authorized keys, and securing your private key. About pfSense pfSense, based on version CE 2.7.0, is a robust open-source firewall and routing software designed to provide security, reliability, and advanced …

The post Setup SSH access to your pfSense 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.

17May/23
GeekTechStuff Heads To DTX Manchester 2023!

GeekTechStuff Heads To DTX Manchester 2023!

The week commencing Monday 15th May 2023 saw the start of Manchester Tech Week and over the 17th and 18th May is DTX Manchester. DTX, or Digital Transformation eXpo brings demos, talks, experiences and exhibitors to Manchester (Manchester Central) so that various people (both technical and non-technical) can come together. This helps to see what’s … Continue reading GeekTechStuff Heads To DTX Manchester 2023!
09May/23
Continuous Deployment, Continuous Delivery – The CD of CI/CD (GitHub / Python / DevOps)

Continuous Deployment, Continuous Delivery – The CD of CI/CD (GitHub / Python / DevOps)

In this blog post I take my Flask (Python) web application and deployment to Microsoft Azure, and instead of doing it manually I do it via a CI/CD. I’ve previously discussed Continuous Integration (CI) in blog posts around CI, GitHub actions and recently Code Coverage. The CD of CI/CD can stand for Continuous Deployment or … Continue reading Continuous Deployment, Continuous Delivery – The CD of CI/CD (GitHub / Python / DevOps)
28Mar/23

Accelerate Your Performance Testing on Ubuntu with k6 and Postman-to-k6

Performance testing is crucial to software development. It ensures your application can handle high traffic and usage without crashing or slowing down. Many tools are available for performance testing, but two popular ones are k6 and Postman. This guide will show you how to do performance testing on Ubuntu using …

The post Accelerate Your Performance Testing on Ubuntu with k6 and Postman-to-k6 appeared first on Anto ./ Online.