Category: Uncategorized
-
How to create user and grant privileges on MySQL
grant all privileges on db.* to ‘user’@’host’ identified by ‘password’;
-
How to flush DNS cache on windows
Execute ipconfig /flushdns on command prompt
-
Zimbra stupidities
Probably impossible to list all, but here are really harmful if you are moving it to other server: Recommendation – stay away from zimbra if you can.
-
Keeping FreeBSD ports secure and up to date
-
Enable ssl on apache2
a2enmod ssl
-
Extracting private key and certificate from pfx file
To extract private key: To extract certificate: To do the opposite openssl pkcs12 -export -in certificate.crt -inkey certificate.key -out certificate.pfx