Tag: DEVOPS

Update ssh to version 7.5p1
DEVOPS

Update ssh to version 7.5p1

Follow the instructions to update ssh on the latest version. The process requires patching the current source, which is unfortunately not written anywhere in the open-ssh website. Package Information -Download (HTTP): http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.5p1.tar.gz Download MD5 sum: 652fdc7d8392f112bef11cacf7e69e23 Download size: 1.

davide
Let's encrypt manual mode using DNS record verification
DEVOPS

Let's encrypt manual mode using DNS record verification

Here is the procedure that I've used to create a letsencrypt certificate in manual mode using a DNS record for registration. sudo letsencrypt certonly -d example.com -d www.example.com --manual --preferred-challenges dns The procedure will guide to the creation of a DNS TXT record used to

davide
Linux - Freeing RAM without rebooting
DEVOPS

Linux - Freeing RAM without rebooting

Simple command to free RAM on linux without rebooting #!/bin/bash sync; echo 1 > /proc/sys/vm/drop_caches; echo 2 > /proc/sys/vm/drop_caches; echo 3 > /proc/sys/vm/drop_caches Save into a file and set executable permission. Run the file with root privileges.

davide
ESC
// awaiting input_