Differences between revisions 6 and 15 (spanning 9 versions)
Revision 6 as of 2010-04-03 13:51:43
Size: 337
Editor: SteveKillen
Comment:
Revision 15 as of 2011-03-30 22:29:27
Size: 2074
Editor: BtTempleton
Comment: fix rob banz link
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Projects == === Some lists of utilities I've found ===
 . /AndroidApps
 . /LinuxApps
 . /MacApps
 . /WindowsApps

=== Projects ===
Line 6: Line 12:
<<Anchor(reference)>>
Line 11: Line 16:

=== Hacks, kludges, and fixes ===
 * After the wiki got spammed, I locked it down and added Textchas for new users. But there were still 50-something random users, and MoinMoin user data is stored in numbered files. So I threw together [[/deleteSpammers|a script]] to get rid of them rather than delete them one by one. Feel free to gaze upon my shitty shell programming skills, ye Mighty, and despair. Summary: it looks at a file I keep of actual human beings, and if the user isn't on the list, it gets deleted. (Even though I could have just done this from the command line, writing the script means I don't have to write it again the next time I get hit with wikispam of that sort.)

 * Roadrunner DNS lookup was taking forever after I installed Ubuntu 10.04 on [[Hardware/magrathea|magrathea]], so I Googled (as you do) and found [[http://www.linuxquestions.org/questions/linux-networking-3/continued-slow-dns-lookups-on-fedora-core-5-a-468890/|this gem from 2006]]. The upshot: Roadrunner and Adelphi DNS can be slow for Linux machines (but not Windows!), so it's easier to set your DNS lookup addresses to use [[http://www.linuxquestions.org/questions/linux-networking-3/continued-slow-dns-lookups-on-fedora-core-5-a-468890/#post2356892|OpenDNS servers]]. Go figure.
  . [[http://www.nofocus.org/|Rob Banz]] noted that OpenDNS "hijack[s] and muck[s] with query results" and that Google also has public DNS (8.8.8.8, 8.8.4.4). Roadrunner also throws a search page for mistyped URLs. I guess it's a matter of whether or not I care who's using my browsing data. I switched to Google servers, if only because they conform to DNS standards.

Some lists of utilities I've found

Projects

  • RPG tile-map webapp
  • Accessing my iPod Touch in Linux
  • A wordpress install script on hcoop

General reference

Hacks, kludges, and fixes

  • After the wiki got spammed, I locked it down and added Textchas for new users. But there were still 50-something random users, and MoinMoin user data is stored in numbered files. So I threw together a script to get rid of them rather than delete them one by one. Feel free to gaze upon my shitty shell programming skills, ye Mighty, and despair. Summary: it looks at a file I keep of actual human beings, and if the user isn't on the list, it gets deleted. (Even though I could have just done this from the command line, writing the script means I don't have to write it again the next time I get hit with wikispam of that sort.)

  • Roadrunner DNS lookup was taking forever after I installed Ubuntu 10.04 on magrathea, so I Googled (as you do) and found this gem from 2006. The upshot: Roadrunner and Adelphi DNS can be slow for Linux machines (but not Windows!), so it's easier to set your DNS lookup addresses to use OpenDNS servers. Go figure.

    • Rob Banz noted that OpenDNS "hijack[s] and muck[s] with query results" and that Google also has public DNS (8.8.8.8, 8.8.4.4). Roadrunner also throws a search page for mistyped URLs. I guess it's a matter of whether or not I care who's using my browsing data. I switched to Google servers, if only because they conform to DNS standards.

Software (last edited 2011-03-30 22:29:27 by BtTempleton)