Bismillaahir Rahmaanir Raheem Alhamdulillaah, I have really been engrossed in using ffmpeg, one of the most amazing a/v command-line tools out there, for my various personal video projects. However, recently I was experiencing a recurring bug where I could not work with some specific codecs when either the input or the output file was on…
Category: Subversion
Open-source & powerful code-versioning system
Using find & grep to search subversion working copies
Alhamdulillaah, I was able to write a very simple bash function that will efficiently scan an entire directory tree for files which contain a string and display those lines, along with line numbers, and highlight the searched term in the terminal. The result can be found below: function search { time find . -name ‘.svn’…
MySQL Server, Apache HTTPD, PHP, & Subversion source configuration & installation
I have my webserver (at the time of this writing, the one on which this blog is posted) configured rather nicely, however, as with everything that accumulates over time, it’s current state is a combination of quite a lot of trial-&-error sessions that would be really hard to duplicate the first time I tried to…