
The Master is about to disappear.
Microsoft-owned coding site Github to replace the term ‘master’ in push to remove slavery references
https://www.telegraph.co.uk/technology/2020/06/14/microsoft-owned-coding-site-github-replace-term-master-push/

The Master is about to disappear.
Microsoft-owned coding site Github to replace the term ‘master’ in push to remove slavery references
https://www.telegraph.co.uk/technology/2020/06/14/microsoft-owned-coding-site-github-replace-term-master-push/

While I was trying to upload a theme, I got the following error
A ligação que seguiu já expirou.
The link you followed has expired.
Increase the upload limits.
Add the following lines to .htaccess
php_value upload_max_filesize 64Mphp_value post_max_size 64Mphp_value max_execution_time 300php_value max_input_time 300

Let’s stop the server,
edit /etc/systemd/system/minecraft.service and increase the memory on it.
Then start the server.
Et voilá!





I had to disable swap check for one of my hosts.
This is how I’v done it.
nano /etc/icinga2/conf.d/services.conf
apply Service "swap" {
import "generic-service"
check_command = "swap"
assign where host.name == NodeName
ignore where host.name == "my_host"
}
service icinga2 restart
on icinga2 service.conf I’v added the following line ignore where host.name == “my_host” and then restarted icinga2

Lets edit our httpd.conf, on CentOS 7.6 & Apache/2.4.6 it’s located at /etc/httpd/conf/httpd.conf
nano /etc/httpd/conf/httpd.conf
And edit our ServerName line/entry.
Restart httpd
service httpd restart

icinga2 feature enable command service icinga2 restart
This is how I’v solved it
chmod +s /bin/ping
as seen on https://github.com/bodsch/docker-icinga2/issues/46