Tags
- apple
- arden_park
- bike
- boardgamegeek
- boardgames
- book
- bookcrossing
- boot_failure
- cabinetry
- csus
- demolition
- electrical
- framing
- gymnastics
- hacking
- ham_radio
- harry_potter
- how-to
- humor
- hvac
- joseph
- kitchen
- liberal
- library
- mac
- meetup
- obcz
- plumbing
- politics
- powerbook
- quilt_shop
- review
- roof
- sacramento
- sonicchicken_blog
- spam_karma
- stucco
- subversion
- sysadmin
- tags_plugin
- thanksgiving
- theme
- tile
- web
- wordpress
Recent comments
November 2024 M T W T F S S « Apr 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Archives
About this blog…
I use this platform to share things that are of interest to me or things I'll want to reference later. Occasionally other people like these posts, hence "Shared Interests".
What might you find here?
- Problems I've solved (mostly computer- or network related).
- Recipes and cooking-related posts.
- Hobbies and projects.
- Our remodeling experience.
- Local (Sacramento) information.
- Anything that strikes my fancy.
Tag Archives: curl
PHP/curl proxy error
Yesterday I ran into a tough problem at work, (i.e. Google didn’t return a web page describing the solution). I spent almost a whole day trying to figure this out, and the solution turned out to be incredibly easy. We … Continue reading
Posted in FreeBSD, Uncategorized
Tagged apache, curl, CURLOPT_PROXY, php, proxy, sysadmin
Leave a comment
Using curl to slurp a file via http
In this post, I mentioned having problems with live updating of the blacklist. (The “URL file-access is disabled in the server configuration†error.) In this comment, Matt Read shows how to use curl to fetch the file contents via http. … Continue reading