Linux

change RRDtool database without losing data

When you use rrdtool, it can happen that you first create your databases, then collect a whole bunch of data and decide later you want more accuracy/longer periods. Especially when using zenoss (the monitoring solution I mostly work with at Kangaroot), which uses very conservative RRD settings by default (i.e. 5-minute intervals for only the

change RRDtool database without losing data Meer lezen »

How to install the transcoding tools on Ubuntu 14.04

This HowTo describes how to install the transcoding tools under Ubuntu 14.04 For Open Source Transcoding  you have to install the transcoding tools (MPlayer, mencoder, ffmpeg, flvtool2, faststart). As the Ubuntu packages do not support all required formats, we have to compile the required tools. In most cases please just copy & paste the code into

How to install the transcoding tools on Ubuntu 14.04 Meer lezen »

Gebruik Sed om een string te vervangen in een tekst op linux

Hoe vervang ik een string met een andere string in alle tekst bestanden in een map onder Linux? Bijvoorbeeld; De ~/foo directory heeft 100 tekstbestanden en ik zou graag alle xyz strings willen vervangen door abc. Dit kan met het commando sed. Dit staat voor stream editor.  Dit commando is ontworpen om woorden reeksen te zoeken en deze

Gebruik Sed om een string te vervangen in een tekst op linux Meer lezen »

NameVirtualHost *:80 has no VirtualHosts error

Bij het herstarten van Apache verschijnt de error: NameVirtualHost *:80 has no VirtualHosts Dit probleem ontstaat als meerdere keren NameVirtualHost is gedefinieerd; Somewhere in your configuration, probably in the Apache default configuration file (I think /etc/apache2/httpd.conf in Ubuntu? someone can correct me in the comments), is a line that looks like:

NameVirtualHost *:80 has no VirtualHosts error Meer lezen »