This is outrageous……
This is outrageous……
this sound is a little aggressive…… but sometimes we need to be aggressive…
as heard on RTS live esplanade de l’europe 21-06-2005 Montpellier (FX, Fred Pellichero, Slow Motion, Delon & Dalcan, Joachim Garraud)
If you are using /check_yum you might face the following error…
YUM output signature is larger than current known format, please make sure you have upgraded to the latest version of this plugin. If the problem persists, please contact the author for a fix
nano /etc/nagios/nrpe.cfg
set the correct command to check_yum
command[check_yum]=/usr/lib64/nagios/plugins/check_yum --all-updates
and then restart nrpe
/bin/systemctl restart nrpe.service
chmod it to 755 and it will solve the problem.
I’m deploying SSL to one of my domains and some of his subdomains…
I was forcing any request to HTTP to be redirected to HTTPS with NGINX but…. it was causing a loop!
I had to disable the redirect at nginx and do it with Cloudflare Page Rules.
So!,
I was trying to SSH a host…
Somehow it was requesting id_rsa.pub……… and asking for an password!
…
This is how I solved it…
ssh -v -i path/to/id_rsa [email protected]
!!
Rate limit specific traffic from IP addresses based on URI, threshold, and other attributes for added protection from attacks.
Configure load balancing and failover across multiple servers, data centers and geographic regions, based on active health checks.
Note: If you’re currently a part of the API-only Early Access program, this card will not update to reflect your status. Please consult the API documentation to configure your Load Balancers.
ln -s /etc/apache2/mods-available/expires.load /etc/apache2/mods-enabled/
a2enmod headers
At the end… restart Apache!
service apache2 restart