Tag Archives: Tips

Troubleshooting with strace

Another great write-up by Ravi, in which he explains the usage of strace by resolving a common issue with Totem not being able to play encrypted DVDs. Ravi writes in his article: Many times I have come across seemingly hopeless situations where a program when compiled and installed in GNU/Linux just fails to run. In…

Continue reading

TV Grabbing On A Pentium 3

Lately, I have been revising a script I use for video grabbing from a bt878-based TV tuner card. What such a task requires is real CPU horsepower, but my desktop PC can only offer an old Pentium III 700MHz running at 933MHz. I decided to squeeze all the performance out of this overclocked processor in…

Continue reading

Linux Tips – Pack I

This is the introductory post of a series of postings, which will contain various tips about Linux. All these tips have been collected through the years from various sources on the internet and were kept in numerous text files in my home directory. Others are my own “discoveries”. Recently, I moved them to Tomboy, but…

Continue reading

Track ’em Down!

I’ve been checking the web server logs lately seeking for a way to track down the remote hosts that regularly submit, or try to submit, spam comments massively. Grep-ing the logs is no fun at all, so I wrote a small BASH script to do the dirty work for me. Well, this one was written…

Continue reading

The use of the uppercase X in chmod

I am aware that there are numerous guides about file permissions in linux out there. This post is not intended to be another tutorial. I just wanted to emphasize the use of uppercase X when modifying regular file or directory permissions. This info seems to be missing from most of those guides.