Category Archives: How To
To quickly test an imap server using telnet
telnet server 143 01 LOGIN username password 02 LIST “” * 03 SELECT mailbox Line 02 shows you all available mailboxes. To show the information about a mailbox: 04 STATUS mailbox (MESSAGES) Between () you can place one or more … Continue reading
The ssl perfect guide
Unfortunately this website doesn’t have a name, nerthless the explanations are really accurate: http://209.197.80.93/article/setting-ssl-certificates-apache
Posted in How To, Server, Unix, tips and tricks
Tagged bash, configuration, dovecot, linux
Leave a comment
Show Available Disk Space on Linux
df -h
Posted in How To, Server, Serveradmin, Unix, shell
Tagged code, Debian, How To, Unix
Leave a comment
Simply personalize PRE and CODE tags
It happens to write some code in a post… I found a fast-to-implement solution by visiting the wordpress codex and I personalized it with another comment found in the web! So I actually modified/added two css style in my theme … Continue reading
Posted in How To, Programming, Serveradmin, tips and tricks, wordpress
Tagged code, configuration, php, wordpress
Leave a comment