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

Posted in How To, Server, Unix, shell, tips and tricks | Tagged | Leave a comment

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 , , , | Leave a comment

Show Available Disk Space on Linux

df -h

Posted in How To, Server, Serveradmin, Unix, shell | Tagged , , , | 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 , , , | Leave a comment