On Your plesk server you may find that enabling a shell other than the chrooted shell is not viable for security and privacy, for example on a shared server. when doing so you may find that some applications are not available, as this is not intended to provide access to all programs and features yo...

Continue reading...

0.0(0 votes)

Check Accepted Auth types

To check the currently available auth type you will need to use openssl

# openssl s_client -crlf -connect yourdomain.tld:465
...
...
#ehlo testing
250-yourdomain.tld
250-PIPELINING
250-SIZE 10240000
250-ETRN
250-AUTH DIGEST-MD5 CRAM-MD5 PLAIN LOGIN
250-ENHANCEDSTATUSCOD...

Continue reading...

0.0(0 votes)

When running yum update and receiving an error relating to sw-msmtp you will need to remove msmtp once done you should then be able to run updates again.

Resolving Dependencies
--> Running transaction check
---> Package msmtp.x86_64 0:1.4.32-1.el6 will be obsoleted
---> Package sw-msmtp.x86_64...

Continue reading...

0.0(0 votes)

For most Linux users you will be familiar with connecting to your server using SSH Keys this takes a lot of the hassle of connecting and remembering lots of passwords if you have lots of servers, as you can use the same SSH Key with a passphrase so you only need to remember the one password, I perso...

Continue reading...

0.0(0 votes)

A few times now I have come across the issue of nginx not starting this seems to be mainly after installing nginx on an existing...

Continue reading...

0.0(0 votes)