Monthly Archives: January 2007

Map a drive letter to a SFTP / SSH Server 2

My preferred server platform is linux. I have not yet been able to move to a linux-based system for my daily work, and trust me I’ve tried a number of times to move to a Fedora or Ubuntu desktop. Windows is still best for productivity and day-to-day tasks, as well as compatibility with other office [...]

Small 16×16 icons for websites Comments Off

Looking for some small 16 by 16 icons for your website or other application? So was I. Here is what I’ve found:

bulletmadness – large general use list, some brand specific
urlgreyhot – (cool star trek reference) – a few mini and brand specific
famfamfam – the motherload of small icons
sweetie – pretty large icon set
favicon.fr – its [...]

Cacti remote exploit Comments Off

There appears to be an exploit in the wild which is automating the Cacti Command execution and SQL Injection Vulnerability [see Secunia alert 23528]. Via this exploit, any server running an older version of Cacti from before December 28th.
Of course it’s always best to keep your software up to date. Other tricks to keep your [...]

Clicky Web Stats Comments Off

Check out Clicky web stats. After you register, you add a piece of code to the bottom of your page and start collecting your stats. It’s really easy to set up, and the stats you get in return are awesome. You can see your stats by visitor, search term, page, etc. It is very clearly [...]

Centos, Logrotate, and noexec 1

This seems like a pretty rare bug but annoying anyway. On my system I found that when logrotate would run, some log files such as /var/log/maillog did not rotate properly.
Typically, logrotate works like
Write to <tag>maillog</tag>
Daily, move maillog to maillog.1
Daily, move maillog.1 to maillog.2
etc…
However it was going
Write to maillog,
Daily, move maillog to maillog.1, keep writing [...]