Markus Blog What’s going on Internet?

28Aug/081

Free Web Design Templates

Web design is one of the most important things when you creating your website, whether it’s a personal website, corporate website, online shop or even a blog, you need a good design to attract visitors.

15Aug/081

Delete Files Older Than n Days

In Linux system you can delete old unused files (usually the session files in /tmp) all at once by running this command:

find /path/to/files* -mtime +5 -exec rm {} \;

this command will delete files which is 5 days old, if you want to change the number of days to 3 days old, then you have to change +5 to +3 and run the command again.

Tagged as: 1 Comment
12Aug/083

Online FLV to MP3 Converter

Do you like to watch video clips of you favorite musician at YouTube.com? As you know, you can download the videos at youtube by using additional plugin for you browser. But the downloaded file will be a .flv file which is a flash video. If you only want to have the music file, you can convert the .flv file into .mp3 file by using a converter available online.

9Aug/080

error: kernel image does not exist: /boot/hypervm-xen-vmlinuz

If you have a CentOS Xen Dom0 and experiencing this problem "error: kernel image does not exist: /boot/hypervm-xen-vmlinuz" after upgrading Xen kernel on HyperVM based VPS, here is how to fix it: