View Source:
NewIdea
You are viewing an old revision of this page.
View the current version.
* article: describe how to set up mutt, osx, and fastmail.fm for a total remotely-stored email solution. ;:10/21 sent message to Mac ~DevCenter editor (O'Reilly) asking if interested in mac/mutt/fastmail article. ;:11/20 sent outline to Mac ~DevCenter, waiting to hear back if they want me to write article ;:11/29 sent a ping to Mac ~DevCenter asking if they had made a decision ;:12/1/04 - Editor has approved article, now I need to write it. ;:published 1/7 in macdevcenter.com * set up automated nightly backup of my wiki to my laptop ;:actually probably use ncftp to pull whole website. * set up automated backup of server15 to both blur and littlewing? ;:littlewing is down and blur is going away. consider external HD instead. ;:littlewing is back as of 11/26. *get anon ftp working on server15 ;:might be too much work, move ftp files to http instead? ;:decided I'm going to convert all the downloads to http: don't know if ftp will ever be set up, and that way I avoid all the firewall problems. *delete old mail inbox on server15 ;:clutter * article: del.icio.us extensions ;:pasta ;:nut.ritios.us ;:extri.pitios.us or whatever the heck its called ;:'submitted to newsforge 10/21/04 ;:published on newsforge 11/4/04 *article: rss for stuff other than news articles ;:ebay searches ;:c'l searches ;:flickr comments ;:wiki changelogs ;:bugs ;:cvs? ;:your bank balance? ;:bruce schneir's blog ;:bugtraq and other security announcements ;:freshmeat and other software release announcements ;:cisco secuirty advisories ;:(http://www.cisco.com/en/US/products/products_psirt_rss_feed.html) ;:weather ;:grouphug.us ;:gov't feeds ;:nasa updates ;:[halo player stats|http://www.bungie.net/Help/page.aspx?section=Pages&subsection=Main&Page=6] ;:audioscrobbler recent played list ;:[coupons|http://www.adrants.com/2005/03/yikes-coupons-delivered-via-rss.php]! *article: REST api and how it works with del.icio.us ;:add some other examples *article: ipmi w/ example of dell 1750 ;:accepted by sysadmin mag, deadline 11/15 ;:submitted to sysadmin mag 11/15, waiting for approval. ;:sent message asking for status 11/29 ;:sysadmin magazine has approved arfticle but does not have publication date yet, 12/1/04. ;:published March 2005 issue. *article fragment: embedding rss feeds into phpwiki pages ;:also look at feedburner, etc. *article: using a camphone effectively ;:maybe for Popular Photography magazine? *figure out how to sync fastmail addr book w/ mutt addr book on mac os x. ;:no idea at all on this one. *article idea: converting your office admin to linux ;:based on what I did at the office ;:openoffice ;:firefox *article idea: setting up lm_sensors on an unknown motherboard ;:use my experince with the ~SuperMicro 370DER system ;:tracking down the hardware ;:getting valid numbers out of sensors ;:writing sensors.conf ;:using sensors-detect *article idea: the politics behind setting up a DR site ;:how to negotiate contract ;:stuff that better be in contract (like A/C specs) ;:managing disputes *article idea: insane .mailcap hacks ;:canonical: use aalib to convert pictures into text on the terminal ;:expand this to larger idea of turning arbitrary data into text and the advantages of doing that. Write about all my mailcap hacks and use this image to text one as the supreme example. ;:Gave rough outline to Linux ~DevCenter on 11/20. Editor replied he liked idea and wanted an outline. ;:Handed off final version 3/10. Editor replied it looked good. *article idea: awk: it's not dead yet ;:use my ipmi init script as an example of how awk is still the best choice for many scripts where you don't need to heaviness of perl ;:proposed to newsforge 11/22, but they did a similar article 6 months ago. MAybe find somewhere else to run it. *article fragment: skateboard tech ;:talk about longboarding - boards, trucks, wheels, and especially bearings. Especially go over selecting bones reds for my last set. ;:could expand to general tips & tricks article? skating in nyc? lowdown on longboarding pothole-style? ;:problem: where to get this published? *article idea: vrrp for fun! ;:write up how to use keepalived for vrrp failover ;:submit to newsforge, keep it high-level? *article idea: My Workstation OS: Mac OS X ;:for newsforge's little open submission request ;:focus on how mac os x makes life easy for a guy who uses linux at work ;:newsforge responded they already have someone writing this article 12/1/04. *article idea: writing a real expect script ;:problem: so many expect examples aren't very useful, more toy than anything ;:write about how I developed my modem test script ;:give details on how to break down problem and really use expect *article idea: making sure your processor configuration is sane with dmidecode, x86info, and /proc/cpuinfo ;:how to use those tools and what to check to determine if you are running correct kernel, have hperthreading turned on, etc. ;:try newsforge first. ;:newsforge approved article 12/1/04 ;:on newsforge 12/20 *article idea: ssh tricks ;:specifically, how to use ssh port forwarding from inside the firewall to punch through in reverse. ;:another good one is the use of .ssh/config to locad port forwards, change server names, change user names. *article idea: xfig power user's manual ;:why doesn't this exists? Heck, I could write a whole book on it. ;: cover everything from creating diagrams to layers to groups to alignment, etc. *article idea: WAN links demystified ;:draw on my experience to explain T1s, T3s, ISDN (maybe), etc. in simple language. Go through what you need to do to order circuits, how to deal with telecom vendors, what to do when things go wrong, etc. *article idea: marking up pdf documents ;:flpeps ;:xfig on eps docs ;:this could be a great 'killer app' for linux ;:accepted and published by newsforge 1/4/05. *article idea: napping at work ;:make it a how-to. equipment, what to tell your boss, how to schedule, etc. *article idea: converting from syslog to syslog-ng ;:why you would want to switch - filtering, multiple log sources/destinations, configurability ;:gotchas - converting syslog.conf to syslog-ng.conf, pipe() vs. file(), /dev/log dgram vs. stream ;:how to roll it out and smoothly replace syslog. ;:resources - syslog-ng home, faq, mailing list *article idea: adventures in dual booting ;:document what I found out setting up a system with windows and linux ;:the minimal changes to Windows approach: put linux on second hd ;:written and given to newsforge 2/13. replied will edit this week. ;:up on newsforge 2/25/05. *blog idea: shame on panasonic ;:based on my experience returning their junk cd player twice. ;:write about how the internet makes it impossible for companies to hide bad customer service. *article idea: overstock.com: do bargains really exist? ;:compare the items I purchased and determine if I really saved any money. ;:talk about how suppliers manipulate pricing mechanism ;:return of the bubble hype? *blog idea: fighting wiki comment/content spam ;:is it different than blog comment spam? ;:what steps can be used to control it. *update on awk article idea/maybe blog idea? ;:getting clever w/ awk and grep ;:using awk <code> /text/ { print $1 }</code>, etc. to replace the standard grep/cut or grep/awk ;:extensions in gnu grep. In particular, the -P to use perl regexps and -o for 'only-matching' *blog idealet: my fascination with obsolete and awkward tech ;:holga, 35mm slrs ;:rio500, which is now ipod shuffle ;:is this a useful obsession or just stupid? *article idea: damn the spam! ;:spammers invaded my wiki so I had to protect it. The used a wiki name too so I couldn't get addr. ;:used to be wiki spam once every few days, which was manageable. what is the point where it becomes unmanagable? How about 500 per day? ;:will spam take over everything? I've managed to deal with it in email. What is the general solution? Are captchas the answer? Problem there is subversion via free pr0n and problems for blind people. ;:talk about eff guy and his open relay. Not quite the same because spammers don't modify the mail server like they do with wiki ;:what is the future of open collaboration on the web. Is it possible w/o passowrds, etc? ;:what about password protecting the site and then just putting the password on every page in an image. Would that simple captcha be enough to defeat spammers? *music review: The Go! Team, Mobius Band, and The Big Sleep at Mercury Lounge 3/21/05 ;:The Big Sleep: half Kyuss, half Shadowy Men on a Shadowy Planet. Loved the enthusiasm and music student feel. Low lighting for that goth look. Girl on bass == hott. ;:Mobius Band: hey, The Postal Serivce called: they wanyt their sound back. Uninspiring ;:The Go! Team: I have seen the Wall of Sound for the new centruy and it is The Go! Team. Phil Spector is rolling over in his grave. Oops, I mean someone that Phil Spector shot is rolling over in their grave. Two guitars, bass, two drummers and a singer create a rich blen of punk, rap, and 70s kitsch. This is increased by use of novelty instruments: recorder, harmonica, banjo. Maybe it's Polyphonic Spree but without the freaky religious overtones. The band bounces between heavy, layer punk compositions and pieces that could be themes for PBS shows, circa 1976. Imagery: closing music for ''Falcon and the Snowman''. The lead singer just bounces everywhere: short sassy black girl from Brighton with a big mouth and a big voice. Disappointment: the horn tracks on songs such as ''The Power is On'' and ''Junior Kickstart'' are taped. On the other hand, where would they fit any more musicians ont the 20x10 stage at the back of the Mercury Lounge? Nice touch: band members frequently rotate between different instruments.
Please enable JavaScript to view the
comments powered by Disqus.
HollenbackDotNet
Home Page
Popular Pages
All Categories
Main Categories
General Interest
Geek Stuff
DevOps
Linux Stuff
Pictures
Search
Toolbox
RecentChanges
RecentNewPages
What links here
Printable version
AllPages
RecentChanges
Recent Changes Cached
No changes found
Favorite Categories
ActionPage
(150)
WikiPlugin
(149)
GeekStuff
(137)
PhpWikiAdministration
(102)
Help/PageList
(75)
Help/MagicPhpWikiURLs
(75)
Blog
(69)
Pictures
(60)
GeneralInterest
(44)
LinuxStuff
(38)
Views
View Page
View Source
History
Diff
Sign In