converting to github-pages

This commit is contained in:
2016-10-23 22:09:51 -04:00
parent 00df61134d
commit 0392180886
11 changed files with 94 additions and 257 deletions

View File

@ -11,5 +11,3 @@ tags:
so, i've finally set mine up and gone through <a href="http://www.3rdmoon.com/crusso/audrey/initialsetup/updateaudrey.htm">these instructions</a> to get a root shell. let the hacking begin!
my first task, is that i wanted to use audrey as a digital photo frame - i.e. have it rotate through a bunch of my digital images (stored on my fileserver). after some digging (and disappointment that many projects seem to have disappeared), i came across <a href="http://bloodyeck.com/projects/audrey/">this site</a>. after some struggling with it (thanks for your help alex!) i managed to get it working the way i wanted. you can almost see the results in the attached photo.
i'll continue to log any further hacks <a href="/tag/audrey/">here</a>.

View File

@ -5,20 +5,18 @@ tags:
- drupal
---
Like many kind, good-natured geeks, I (yes, I was talking about me) host a number of small sites for friends. Many of those sites run Drupal and several don't get a lot of attention. That is, until spammers find their way around [Mollom](http://mollom.com/). I've seen this happen a few times, but most recently on a Drupal 7 site. In this particular case, the spam comments had been trickling in over a few weeks undetected. Following a burst of recent activity (enough to notice via monitoring), I checked in to find > 60,000 spam comments.
Like many kind, good-natured geeks, I (yes, I was talking about me) host a number of small sites for friends. Many of those sites run Drupal and several don't get a lot of attention. That is, until spammers find their way around [Mollom](http://mollom.com/). I've seen this happen a few times, but most recently on a Drupal 7 site. In this particular case, the spam comments had been trickling in over a few weeks undetected. Following a burst of recent activity (enough to notice via monitoring), I checked in to find > 60,000 spam comments.
If this has ever happened to you: you're not alone. At this number of comments, using Drupal's interface (50 comments at a time) isn't really usable. Also, these things tend to happen in bursts - so chances are good there's a block of comments that are all spam (i.e. there haven't been any legitimate comments that you want to save since it started). So, I whipped up a small script here:
{% gist 2379996 %}
{% gist walkah/2379996 %}
Here's how to use it:
1. Place the code in a file (say, `comment-rm.php`) in your Drupal directory.
2. Find the `cid` of the first spam comment (exercise left to the reader) and set `$first_comment` to that value.
2. Find the `cid` of the first spam comment (exercise left to the reader) and set `$first_comment` to that value.
3. Run `drush scr comment-rm.php` and go grab a coffee.
Hope that helps someone, but at least now I can find it again next time.
*Beware*: This deletes comments forever, be careful.