Tags
.NET Apache Apple Bug or Feature CircleCi cleancode dartlang development drupal Eclipse feed file comparison Gedit git Gnome HQL Hyper-V IIS integration Javascript Linux Meld Microsoft NHibernate open source performance PHP Quicktime Redmine registry Remote Desktop Safari security Server TFS 2010 twitter ubuntu UX Virtual VirtualBox web WinDiff Windows XDebug XML-
Tag Archives: ubuntu
Heartbleed OpenSSL bug and how to protect against it
The heartbleed bug was introduced in OpenSSL 1.0.1 and is present in 1.0.1 1.0.1a 1.0.1b 1.0.1c 1.0.1d 1.0.1e 1.0.1f The bug is not present in 1.0.1g, nor is it present in the 1.0.0 branch nor the 0.9.8 branch of OpenSSL … Continue reading
How to disable automatic upgrades on Ubuntu server?
One of the common arguments against using open source software in production is that it’s always changing, and you never know when an upgrade will break some feature or dependency. Despite the fact that Ubuntu people are trying to keep … Continue reading
Posted in Free Software, Infrastructure
Tagged Linux, open source, Redmine, Server, ubuntu
Leave a comment
Redmine Email Notifications on Ubuntu 10.04 Server
Redmine is so cool issue tracker, that I’ve had to give it a shot. Unfortunately, even on ubuntu server, where apt-get is supposed to make life easy, it’s by no means trivial to setup. I’d like to give a suggestion … Continue reading
Gedit adding newline at the end of file
Recently I’ve been checking out PHP sources of a friend’s web application. I’ve decided to use Gedit, as we needed a quick solution and eclipse was not in place (yet). We’ve managed to setup file permissions and database pretty fast and … Continue reading
Posted in Free Software, Software Development
Tagged Bug or Feature, Gedit, Gnome, Linux, ubuntu
1 Comment
Fatal error: call to undefined function imagefilter()
This and a number of other gd functions are not available by default in Ubuntu Server LAMP setup. Not trivial, but a valid solution can be found here: http://cumu.li/2008/5/13/recompiling-php5-with-bundled-support-for-gd-on-ubuntu