Use the following commands
show status like '%onn%';
show processlist
07 January 2014
03 August 2013
Renew SSL certificates - courier and imap server in Ubuntu
Remove the expired .pem file
rm /etc/courier/imapd.pem
Just open and check if the entries are recent (like contact email etc). This is NOT a mandatory step.
nano /etc/courier/imapd.cnf
Issue the following command to create new .pem file
mkimapdcert
Restart imap SSL service
/etc/init.d/courier-imap-ssl restart
rm /etc/courier/imapd.pem
Just open and check if the entries are recent (like contact email etc). This is NOT a mandatory step.
nano /etc/courier/imapd.cnf
Issue the following command to create new .pem file
mkimapdcert
Restart imap SSL service
/etc/init.d/courier-imap-ssl restart
20 June 2013
Configuration parameter to make git ignore carriage return difference
Configuration parameter to make git ignore carriage return difference
in Unix/Linux and Windows
git config core.autocrlf false
Subscribe to:
Posts (Atom)