Categories
How-To

How To: Rotate a Video

Have you ever taken a video with a digital camcorder, phone or camera only to have it come out sideways? I am sure we’ve all done this! If you are running linux you can easily rotate these videos using a free tool called FFMPEG. Open your terminal program and obtain the program if you do […]

Categories
How-To

Linux File Integrity Bash Script

We’ve built a quick and dirty Linux file integrity bash script to help you check your file integrity recursively in Linux. We call it (un-originally) our Linux File Integrity Bash Script. What this bash script does is allows you to generate file hashes and compare them to your files. By comparing the known good file […]