Here's the command:
tar cvzf foo.tgz *.cc *.h;rm *.cc;rm *.h
From here:
http://www.cs.duke.edu/~ola/courses/programming/tar.html
Wednesday, December 28, 2011
Monday, December 19, 2011
Flush Mount Ceiling Light Polished Brass Ribbed Clear
Once again the fickle finger of fashion is pointed against me. The basic ceiling dome lights that I thought would be easy to get more of are not in stores, nor are reasonable facimilies. The original lights were dirt-cheap contractor grade that I got more of when we were doing renovations shortly after moving in. Now, it's all frosted glass, or the insane "nipple" shape when it's the clear glass.
I spent some time refining the search term above, then somehow had the idea of looking at one of the old lights and getting the manufacturer and part number from it. The manufacturer info was dodgy, but the part number finally produced a perfect hit, and it turns out that I can definitely get some of these... in about a week after the christmas package rush dies down. Here it is:
http://www.doitbest.com/Ceiling+fixtures-Westinghouse+Di+A-model-66282-doitbest-sku-526193.dib
http://www.amazon.com/gp/product/B0049D7KF2/ref=pd_lpo_k2_dp_sr_1?pf_rd_p=486539851&pf_rd_s=lpo-top-stripe-1&pf_rd_t=201&pf_rd_i=B001B14V0W&pf_rd_m=ATVPDKIKX0DER&pf_rd_r=19YGGW4614ANSJJR4PJ4
DoItBest has a free ship-to-store option, it just takes 7-10 days.
Until I found the part number, I was zeroing in on a couple of (also mail order) alternate options. Here is one from "Progress":
http://shop.ferguson.com/product/Progress-P3655-Polished-Brass-65718?Ns=AvailabilityType%7C0%7C%7CPrimary_Finish%7C1%7C%7CSort_Order%7C1&N=102+49+3000262+3000857+2000004+4294965862
This WalMart option looked good in pictures, but it turns out that it's still nipply:
http://www.walmart.com/ip/Mainstays-Whipped-13-Flushmount-Light-Polished-Brass/16781244
This one from Thomas is very nice, but ouch what a price:
http://www.amazon.com/Thomas-Lighting-SL8621-1-Polished-Finish/dp/B000HBM2YO
Here's the family:
http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dtools&field-keywords=thomas+lighting+ceiling+flush+mount#/ref=sr_pg_2?rh=n%3A228013%2Ck%3Athomas+lighting+ceiling+flush+mount+clear&page=2&keywords=thomas+lighting+ceiling+flush+mount+clear&ie=UTF8&qid=1324306235
Then lower down the ladder are some Nuvo ones with frosted glass:
http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dtools&field-keywords=ceiling+polished+brass#/ref=sr_pg_2?rh=n%3A228013%2Ck%3Aceiling+flush+mount+polished+brass&page=2&keywords=ceiling+flush+mount+polished+brass&ie=UTF8&qid=1324304825
I spent some time refining the search term above, then somehow had the idea of looking at one of the old lights and getting the manufacturer and part number from it. The manufacturer info was dodgy, but the part number finally produced a perfect hit, and it turns out that I can definitely get some of these... in about a week after the christmas package rush dies down. Here it is:
http://www.doitbest.com/Ceiling+fixtures-Westinghouse+Di+A-model-66282-doitbest-sku-526193.dib
http://www.amazon.com/gp/product/B0049D7KF2/ref=pd_lpo_k2_dp_sr_1?pf_rd_p=486539851&pf_rd_s=lpo-top-stripe-1&pf_rd_t=201&pf_rd_i=B001B14V0W&pf_rd_m=ATVPDKIKX0DER&pf_rd_r=19YGGW4614ANSJJR4PJ4
DoItBest has a free ship-to-store option, it just takes 7-10 days.
Until I found the part number, I was zeroing in on a couple of (also mail order) alternate options. Here is one from "Progress":
http://shop.ferguson.com/product/Progress-P3655-Polished-Brass-65718?Ns=AvailabilityType%7C0%7C%7CPrimary_Finish%7C1%7C%7CSort_Order%7C1&N=102+49+3000262+3000857+2000004+4294965862
This WalMart option looked good in pictures, but it turns out that it's still nipply:
http://www.walmart.com/ip/Mainstays-Whipped-13-Flushmount-Light-Polished-Brass/16781244
This one from Thomas is very nice, but ouch what a price:
http://www.amazon.com/Thomas-Lighting-SL8621-1-Polished-Finish/dp/B000HBM2YO
Here's the family:
http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dtools&field-keywords=thomas+lighting+ceiling+flush+mount#/ref=sr_pg_2?rh=n%3A228013%2Ck%3Athomas+lighting+ceiling+flush+mount+clear&page=2&keywords=thomas+lighting+ceiling+flush+mount+clear&ie=UTF8&qid=1324306235
Then lower down the ladder are some Nuvo ones with frosted glass:
http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dtools&field-keywords=ceiling+polished+brass#/ref=sr_pg_2?rh=n%3A228013%2Ck%3Aceiling+flush+mount+polished+brass&page=2&keywords=ceiling+flush+mount+polished+brass&ie=UTF8&qid=1324304825
Thursday, December 15, 2011
command line HTML to PDF converter
Preferably free, of course.
I think the real answer is to somehow use the python pdf libraries. Somebody must have written this kind of converter using this library, but I haven't found it yet.
(Update, here it is. Of course, will it work with our pathetic version 2.5 python?)
http://www.xhtml2pdf.com/
Oh how interesting, they list "alternatives" to xhtml2pdf.
Here are some other options:
ImPDF seems to be the winner. It's command line, and has a free version although they are also advertising a "company license"? Needs more investigation:
http://www.tipdownload.com/ImPDF-HTML-to-PDF-Converter-Comm_103690/
The pricing page (link now lost) seemed to indicate that the command line option could only be bought under a $200 "company license", but this page seems to have a free download link:
http://www.impdf.com/html-to-pdf-cmd.htm
Here's a retail-boxed version with what's probably a trial download. Doesn't seem to have a command line though:
http://www.coolutils.com/TotalHTMLConverter
I think the real answer is to somehow use the python pdf libraries. Somebody must have written this kind of converter using this library, but I haven't found it yet.
(Update, here it is. Of course, will it work with our pathetic version 2.5 python?)
http://www.xhtml2pdf.com/
Oh how interesting, they list "alternatives" to xhtml2pdf.
Here are some other options:
ImPDF seems to be the winner. It's command line, and has a free version although they are also advertising a "company license"? Needs more investigation:
http://www.tipdownload.com/ImPDF-HTML-to-PDF-Converter-Comm_103690/
The pricing page (link now lost) seemed to indicate that the command line option could only be bought under a $200 "company license", but this page seems to have a free download link:
http://www.impdf.com/html-to-pdf-cmd.htm
Here's a retail-boxed version with what's probably a trial download. Doesn't seem to have a command line though:
http://www.coolutils.com/TotalHTMLConverter
Document was marked final by the author to discourage editing. Edit anyway?
For some reason, my co-worker is unable to edit these test procedures from the CM system, and has to request a special "unlocked" version from CM. When I download these documents and open them, all I get is the above message and a big friendly "Edit Anyway" button. We were trying to figure out why. He has Word 2007 while I have 2010, and that seems to be a likely source of the difference. In the end, it was easier just to get CM to send copies of the documents, but here are some barely-perused links on the subject:
This didn't seem to apply; in his version the "protect" drop-down panel has only one button, not two as shown here:
http://office.microsoft.com/en-us/word-help/allow-changes-to-parts-of-a-protected-document-HA010372706.aspx#BM3
The folks in this forum are all about trying to find a special "unlock" button for forms that was prominently placed in Word 2003 (I've never had an occasion to use it; maybe it's related to our issue, maybe not):
http://help.lockergnome.com/office/UNLOCKING-FORMS-WORD-2007--ftopict932726.html
This didn't seem to apply; in his version the "protect" drop-down panel has only one button, not two as shown here:
http://office.microsoft.com/en-us/word-help/allow-changes-to-parts-of-a-protected-document-HA010372706.aspx#BM3
The folks in this forum are all about trying to find a special "unlock" button for forms that was prominently placed in Word 2003 (I've never had an occasion to use it; maybe it's related to our issue, maybe not):
http://help.lockergnome.com/office/UNLOCKING-FORMS-WORD-2007--ftopict932726.html
Premium Natural Stones Escorial interlocking
Here are some links to the decorative glass tile that I was not allowed to have for my own house:
http://www.msistone.com/products/MosaicsDetails.aspx?MosaicsID=716
http://msistone.com/products/mosaicsLevel2.aspx?LevelOneID=43
http://www.msistone.com/products/..%5Cproducts%5CMosaicsDetails.aspx?MosaicsID=650
http://www.msistone.com/products/MosaicsDetails.aspx?MosaicsID=716
http://msistone.com/products/mosaicsLevel2.aspx?LevelOneID=43
http://www.msistone.com/products/..%5Cproducts%5CMosaicsDetails.aspx?MosaicsID=650
SVN options ci
I find it interesting that we are using both Tortoise and "plain" SVN to access our SVN repository, depending on the system being used. For our unix boxes, plain SVN must be used at the command line.
From a recent search for the proper syntax for SVN command line options, here is a nice page:
http://www.yolinux.com/TUTORIALS/Subversion.html
From a recent search for the proper syntax for SVN command line options, here is a nice page:
http://www.yolinux.com/TUTORIALS/Subversion.html
Tuesday, December 13, 2011
Win7 Home Security 2012 Firewall Alert Unregistered Version System Hijack Action Center
This appears to be a very well known trojan; I'm not sure how it got through on Lisa's laptop. Here are the links for how to remove it:
First off, the Microsoft pages for it reveal that there are Vista, XP, and Windows 7 "versions" out there. Humorously, they refer inquiries to the "bleepingcomputer.com" page on the virus:
http://answers.microsoft.com/en-us/windows/forum/windows_vista-security/how-do-i-remove-vista-home-security-2012-virus/1e3ea9ab-8b1b-486f-b840-1d1fd4988322
http://answers.microsoft.com/en-us/windows/forum/windows_7-security/getting-messages-about-win-7-home-security-2012/3d161885-299f-4231-837d-93fffeab8215
On bleepingcomputer.com, the description of the problem is very through with detailed removal steps and matches what is on Lisa's laptop:
http://www.bleepingcomputer.com/virus-removal/remove-win-7-home-security-2012
http://www.bleepingcomputer.com/virus-removal/remove-win-7-antispyware-2012
The steps seem to be: 1) Use FixNCR to re-enable the ability to run executables, 2) Use RKill to disable the trojan, and 3) Use Malware Bytes to clean it from the system.
Here it where to get RKill, which is apparently made by bleepingcomputer?
http://www.bleepingcomputer.com/download/anti-virus/rkill
Here is info on what RKill does:
http://www.bleepingcomputer.com/forums/topic308364.html
Here is the source for Malware Bytes, which is apparently also a bleepingcomputer creation:
http://www.bleepingcomputer.com/download/anti-virus/malwarebytes-anti-malware
Here is the UG for Malware Bytes:
http://www.bleepingcomputer.com/virus-removal/how-to-use-malwarebytes-anti-malware-tutorial
First off, the Microsoft pages for it reveal that there are Vista, XP, and Windows 7 "versions" out there. Humorously, they refer inquiries to the "bleepingcomputer.com" page on the virus:
http://answers.microsoft.com/en-us/windows/forum/windows_vista-security/how-do-i-remove-vista-home-security-2012-virus/1e3ea9ab-8b1b-486f-b840-1d1fd4988322
http://answers.microsoft.com/en-us/windows/forum/windows_7-security/getting-messages-about-win-7-home-security-2012/3d161885-299f-4231-837d-93fffeab8215
On bleepingcomputer.com, the description of the problem is very through with detailed removal steps and matches what is on Lisa's laptop:
http://www.bleepingcomputer.com/virus-removal/remove-win-7-home-security-2012
http://www.bleepingcomputer.com/virus-removal/remove-win-7-antispyware-2012
The steps seem to be: 1) Use FixNCR to re-enable the ability to run executables, 2) Use RKill to disable the trojan, and 3) Use Malware Bytes to clean it from the system.
Here it where to get RKill, which is apparently made by bleepingcomputer?
http://www.bleepingcomputer.com/download/anti-virus/rkill
Here is info on what RKill does:
http://www.bleepingcomputer.com/forums/topic308364.html
Here is the source for Malware Bytes, which is apparently also a bleepingcomputer creation:
http://www.bleepingcomputer.com/download/anti-virus/malwarebytes-anti-malware
Here is the UG for Malware Bytes:
http://www.bleepingcomputer.com/virus-removal/how-to-use-malwarebytes-anti-malware-tutorial
Subscribe to:
Posts (Atom)