Debian

How To Find Broken Links on Your Website Using Wget on Debian 7 — step-by-step Linux tutorial on Progressive Robot

How To Find Broken Links on Your Website Using Wget on Debian 7

Broken links exist because webpages sometimes get moved or deleted over time. It is the job of the webmaster to find those broken links before the human web visitors or the search engine robots do. Delay in correcting the problem results in bad user experience and possible penalty for search engine page ranking. This tutorial explains how to use `wget` to find all of the broken links on a website so you can correct them.

Read more
How To Install Apache Tomcat 9 on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Install Apache Tomcat 9 on Debian 10

Apache Tomcat is a web server and servlet container that is used to serve Java applications. Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies, released by the Apache Software Foundation. This tutorial covers the basic installation…

Read more
How To Install Java with Apt-Get on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Install Java with Apt-Get on Debian 8

This tutorial will guide you through the process of installing and managing different versions of Java using apt-get on Debian 8. The programming language Java and the Java virtual machine or **JVM** are extensively used and required for many kinds of software.

Read more
How To Protect SSH with Fail2Ban on Debian 11 — step-by-step Linux tutorial on Progressive Robot

How To Protect SSH with Fail2Ban on Debian 11

Fail2ban is a service that can be run on your server to dynamically block clients that repeatedly fail to authenticate correctly with your services . This can help mitigate the affect of brute force attacks and illegitimate users of your services. In this guide, we’ll demonstrate how to install and configure fail2ban to protect SSH on a Debian 11 server.

Read more
CHAT