I’ve answered a question on StackOverflow (actually on SuperUser) regarding Finder and Samba shares on Ubuntu Linux. It’s only Ubuntu which has this problem, Finder works perfect with Samba when that Samba is installed on Debian, CentOS, … http://superuser.com/questions/283863/force-finder-to-log-in-as-guest-to-a-smb-share/300382#300382
Tag: Hack
Syslog event generator with Net::RawIP (perl)
Recently I have been asked to write a Syslog event generator, but not just a normal syslog generator, it had to be able to generate events coming from different hosts. The normal ‘logger’ command sends Syslog messages using the machine’s IP address, so logger wasn’t very useful. The only thing useful seem to be, to…