#102: proxychains/proxyresolv DNS failure on OS X 10.6
Solved!
I managed to get a version of proxychains running on OS X 10.6, after fixing all of its weird library load errors (due to hard-coded library paths in proxychains/proxyresolv's wrapper scripts). Unfortunately, though it correctly connects to an external DNS...
#101: detecting whether association loaded in ActiveRecord
Solved!
Sometimes you want to check if something's loaded before you hit the db.
#100: netgear router & ralink RT2870
I have recently purchased a Ralink RT2870 & instaled it correctly, I can find several other networks in the area except my own Netgear DG834G. I know the router is working as I am using it to upload this, with an other PC.
#99: Trac reports "Insufficient permissions" when using fine-grained permissions
Solved!
I have a Ubuntu-based Trac installation covering two SVN repositories. Having to share a single Subversion repository with different teams, who shouldn't have access to the other team's code, I had to activate fine-grained permissions using htpasswd and mod_authz_svn...
#98: "Pattern colors are not supported" when compiling iPhone app
Solved!
When compiling an iPhone app project, a controller XIB file reports an error "Pattern colors are not supported by the iPhone SDK for iPhone OS versions prior to 3.0". The Xcode Project deployment target is set to compile for iPhone OS 3.x or 4.x, so this really...
#97: RoTK XI movies show black screen
Solved!
When playing Romance of the Three Kingdoms XI on my Windows 7 laptop on full screen, maximum resolution, the introductory movies and FMV cutscenes play as black screens. The audio still works, and the cursor is normal, but no video is shown.
The movies display...
#96: rails tests not getting rolled back
Solved!
There are a number of reasons this might happen: you have a test, it runs fine individually, but when you run rake test or rake test:units, it fails. This might be because one test is writing to the db and those changes aren't getting rolled back.
#95: windows script host
cannot find the file 'C:\wndows\jargon.vbs'
#94: Zotero error line.replace is not a function
Solved!
When attempting to load JSTOR, SpringerLink, or Informaworld citations using the address bar button in Zotero 2.03, the citation is not added. Checking the JavaScript error console reports an error of "line.replace is not a function" from the relevant site...
#93: inspecting the state of a named_scope
Solved!
I know named scopes are getting all changed around in Rails 3, but I figured this out a while ago, and then forgot it, came here to find my answer, and realized I never wrote it down.
The problem is that when you're building complex chained scopes its often...
#92: zip command exclude .svn directories
Solved!
I am looking for the command line incantation for zip to package up a .zip file but exclude any .svn metadata directories and files. I used --exclude=.svn/* but it doesn't seem to work.
#91: piping stderr and stdout
Solved!
Well, I think I've already looked this up and forgotten it twice.
#90: 5Ghz mode with Ralink RT2870 and AirPort Express
Solved!
I purchased a SparkLAN WUBR-505N dual band USB WiFi adapter, which claimed to do 802.11 a/b/g/n, for my Powerbook G4. This card is using the Ralink RT 2870, which is a dual band chipset with fairly nice Mac OS X drivers provided by Ralink. I plugged it in...
#89: view readline history in irb
Solved!
I wanted to view a log of all the lines I'd written in an IRB session, but didn't see a simple equivalent of bash's "history" command.
#88: "No record of this item" with USPS tracking number with Amazon shipping
Solved!
I have a package shipping from Amazon using their SuperSaver shipping method. A USPS tracking number was issued, but using the USPS online package tracking system always reports "There is no record of this item".
It has been several days, and still the Post...
#87: Remove NTW manual watermark
Solved!
The Steam version of Napoleon: Total War ships with a PDF manual. Unfortunately, it has a giant "SEGA" watermark over most of its pages, making the text difficult to read.
Looking for a reasonably easy way to remove the SEGA watermark. From viewing it, it...
#86: Building bsddb.so for Python
Solved!
I want to build the _bsddo.so module for my Python install, and link it to an installation of BerkeleyDB 4.8 on my OS X 10.6 machine. OS X 10.6 comes with Python 2.6 and a stock bsddb module, but does not ship the actual binary _bsddb.so, which makes the entire...
#85: Colons and special characters in Ultrasphinx queries
Solved!
When I use UltraSphinx, the Ruby API to the Sphinx full-text search engine, queries with certain special characters such as colons (:), at signs (@), and other reserved characters throw an Ultrasphinx::UsageError exception in my query interface.
For example...
#84: setuptools 0.6c11 fails to install on Windows 7 64-bit
Solved!
I am attempting to install setuptools for Windows 7 64-bit. Upon downloading the installer msi file for setuptools 0.6c11 for Python 2.6, the installer fails at the second stage with an error message "Python version 2.6 is required, which was not found in...
#83: Finding postgis_restore.pl
Solved!
Upon needing to restore a PostGIS-enabled Postgres database, I am following instructions from the PostGIS website as of Jan 23, 2010. However, I cannot find the postgis_restore.pl script referred to by the documentation. Where is postgis_store.pl ?

yliu
kueda
