overwrite IT

Nginx - Enable SSL

Introduction Let’s Encrypt is a Certificate Authority (CA) that provides an easy way to obtain and install free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. It simplifies the process by providing a software client, Certbot, that attempts to automate most (if not all) of the required

Rocky Linux - Enable network at boot time

Like Centos, Rocky Linux doesn't activate the network card automatically at boot time. To enable your network at boot time do the following: 1/ Edit your network settings. sudo vi /etc/sysconfig/network-script/ifcfg-enp0s3 2/ Then change the ONBOOT to yes (this option is case insensitive)

Rsync by examples - A fast and versatile file copying tool.

Rsync is a fast and versatile file copying tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon. Famous for its delta-transfer algorithm, which reduces the amount of data sent over the network by sending only the differences between the

overwrite IT © 2026