Tag Archives: make

I purchased a HackRF device from Kickstarter, and some people recommend that shielding will help improve the reception. Nooelec sells an optional shield, but I thought a metal case would provide better shielding, for a few more dollars. Mike Ossmann … Continue reading

Posted on by grymoire | 2 Comments

Creating Table of Contents for static web pages using sed, make, and perl

Earlier, I showed you how I created a multi-page navigation section for static web pages. But this system has some flaws. I needed better navigation within the web page. I also needed a better way to keep track of my … Continue reading

Posted in Linux, Shell Scripting, System Administration | Tagged , , , , , , , | 1 Comment

Generating website navigation using perl, sed, and make

The problem – Site navigation without frames I wanted to add an easy way to navigate to any of my web pages, but I didn’t want to use frames, or break any of the current links. I also have a … Continue reading

Posted in Shell Scripting, Technology | Tagged , , , , , , | 1 Comment