In our radio station we use Icecast as a stream server. Like any other good linux software it generates log files that – after hitting predefined size – are compressed and a new log is started. This is a nice feature as it save space on you hard drive. If you’re not familiar with linux… Continue reading One-liner shell script for data mining from log files
Category: Script languages
PHP, Perl, HTML and more.
Perl – Shell commands with pseudo-interaction
There are plenty of problems I have to solve by myself as they are connected with very specific needs. Today I had to create 20+ ftp (pureftp) accounts with “random” passwords and a quota. All happened on Ubuntu server so I decided to write a script to make my life easier. What I decided to… Continue reading Perl – Shell commands with pseudo-interaction