Articles of Opinion
Here are my articles. Mostly, they are my observations and/or opinions on different topics. I do not claim to be an expert on any specific subject, but I think I know what I'm talking about.
| Philosophy |
| GarageBand info |
| Hardware I Use |
| Software I Use |
| Self-oscillating-filter |
| A7V333 Windows XP SP2 |
| Creative Extigy - Opinion |
| Image Scanner Info |
| M-Audio FW Audiophile |
| SH32 Waveforms |
| Sharp Zaurus |
| UNIX Admin Tips |
| Windows XP Perf Tips |
| Zoom 505II Favorites |
| Zoom 505II Favs-092003 |
UNIX Administration tipsTest POP3 emailFor testing pop3 connection and reciept/delivery all you have to do is telnet to the pop3 port e.g. telnet somehost 110The here are some pop3 comands: POP3 Commands This is a list of the POP3 client commands. Useful for manually debugging POP3 mail connections. Basic POP3 Commands (work in all implementations) Commands in the AUTHORISATION state: USER name PASS string QUIT Commands in the TRANSACTION state: STAT LIST [msg] RETR msg DELE msg NOOP RSET Commands in the UPDATE state: QUIT Optional POP3 Commands (only work in some implementations) Commands in the AUTHORISATION state: APOP name digest Commands in the TRANSACTION state: TOP msg n UIDL [msg] POP3 Replies +OK -ERR |