Conn and I did an experiment earlier this week with the technology.ie podcast. Instead of simply recording it and then publishing it we streamed the entire thing live using IceCast.We'd previously played around a bit with Google "hangouts', but running our own streaming server was fun and also gave us more autonomy. Media streaming always struck me as being incredibly … [Read more...] about Configuring Icecast Streaming Server On Debian
Debian
Working With SuPHP Permissions and Ownership
I switched one of my web servers over to use SuPHP a few weeks ago, as it's a lot more secure. However moving from mod_php to suPHP does require a small bit of tweaking of files and directories. Under mod_php you can easily end up with a lot of files and directories being owned by the Apache user, which on Debian / Ubuntu is "www-data". You'll need to change the ownership … [Read more...] about Working With SuPHP Permissions and Ownership
Cleaning Up Old Configs On Ubuntu / Debian
Image via WikipediaThis is more for my own use than anyone else...If you remove a package in Debian / Ubuntu you often end up with legacy configuration files lying around.Running the following command removes all the crud left lying around your system and may fix silly issues that you run into. As it's Linux, there's probably about 10 other ways to do this!Here's the … [Read more...] about Cleaning Up Old Configs On Ubuntu / Debian
Logging Email From PHP Scripts
This is more a note for myself than anything else ...By default a lot of php scripts will send emails that appear as coming from the Apache user, which makes tracking down a rogue script really annoying and time-consuming.You end up with entries in the mail logs similar to this one:Apr 27 18:22:29 servername postfix/qmgr[23581]: 0F53421C1FA: … [Read more...] about Logging Email From PHP Scripts
Pidgin 2.5.5
I hadn't had any issues with either Pidgin or Adium since the minor issue back in January. However, as of yesterday, ICQ was refusing to work on Pidgin. Seemingly there was a new release of Pidgin (2.5.5), however Ubuntu hadn't released a packaged version.Since Pidgin is open source and they release the source files it is possible for a user to create their own Ubuntu / Debian … [Read more...] about Pidgin 2.5.5