It’s happened to all of us every once in a while. We find ourselves in the situation where we accidently deleted a file. (Yes, it happens to me too! lol). Everyone claims to have an undelete program that actually works, but they all vary in their ability to recover a file intact. This is why…
Tag: files
Who Said you needed IIS to Stream Windows Media on Apache [Solved]
So you’ve got tons of windows media files and you need to stream them. The only problem is IIS has tons of overhead and the update headaches of Patches is getting old. So… here’s a quick and easy solution. Once again, I’m going to assume you’re running Centos or Redhat. This applies to any Apache…
Streaming MP4 Video From Your Webserver [Solved]
If you’re lucky enough to be running Apache (a good portion of the internet does), you can stream your own videos direct from your website. This involves the addition of a small module called Mod-H264. Here’s how to do it. You will need root access to do this and I am assuming you’re running Centos,…
Linux and File Editing
When you need to edit a file on Linux, it is highly recommended that you use a linux text editor. If you’re using a windows machine or something else, the editor you use might introduce carriage return characters into the end of every line. This can prove to be a problem as it WILL wreak…