0. Internet 1. Text 2. Graphics 3. System 4. File 5. Misc 6. Palm 7. OS X |
Keynes is whack, yo. #
/misc | Jan 30, 2010 Batch convert HTML to PDF in OS X #HTML files can be batch converted to PDF under OS X using a for loop and the virtually undocumented convert command (not the one from ImageMagick): for file in *.html;do /System/Library/Printers/Libraries/convert -f $file -o $(basename -s ".html" "$file").pdf;done /mac | Jan 24, 2010 HTML Tidy: Batch processing files #HTML Tidy does not natively support wildcards in filenames (e.g., *.html), but batch processing in bash is possible with a simple for loop: for f in *.html;do tidy -m -i $f;done-m = modify original input files -i = indent element content (For a complete list of arguments, see the man page.) /nix | Jan 24, 2010 Dell MFP 3115cn network scanning error: Network Not Ready 016-790 #When connected to a network, the Dell 3115cn can send scans to a SMB share or FTP server. The setup process could be clearer, as evidenced by posts like these:
/misc | Jan 23, 2010 Two newly-listed Palm OS apps #
/palm | Jan 23, 2010 Hide desktop icons #Unclutter your OS X desktop instantly (for taking screenshots, giving presentations, faking fastidiousness, etc.):
/mac | Jan 17, 2010 Quick contact sheets in OS X #Macworld explains how to quickly create an image contact sheet in Leopard: Open folder in Finder > Command-A > Command-Option-Y > click Index Sheet button > Command-Shift-3. However, since images which scroll off the screen are not captured, this little app may be a better option: ContactSheetMaker 1.0.1 [53k] {S} Simple, standalone application to create contact sheet image files from folders of images. /mac | Jan 13, 2010 Google does the right thing #A new approach to China: "We have decided we are no longer willing to continue censoring our results on Google.cn, and so over the next few weeks we will be discussing with the Chinese government the basis on which we could operate an unfiltered search engine within the law, if at all. We recognize that this may well mean having to shut down Google.cn, and potentially our offices in China." UPDATE: Apparently this was all talk, no walk: Google co-founder: Maybe we'll stay in China after all - A month after storming the moral high-ground over China's hacking activities, Sergey Brin has declared the firm is happy to get off its high horse and kick its heels in the country a little longer. /misc | Jan 13, 2010 Cannot uninstall ZoneAlarm: "missing a necessary root certificate" #Simply set the system clock back to 2007 or 2008 and relaunch uninstaller to bypass the root certificate error message. /windows | Jan 12, 2010 Newly added icon editor for OS X #Iconographer X 2.5 [891k] Full-featured icon editor. Formerly shareware, now free (registration name = "Iconographer is now free", code = "HG066414"). /mac | Jan 04, 2010 Detect the character encoding of a file #The aforementioned Perl module Unicode::Japanese includes ujguess, which attempts to detect the character encoding of a given file. The Unix program file is often suggested on forums and the like for this purpose, but it only returns the file type, not the encoding. Here's an illustration of the difference, using a Shift JIS-encoded file: $ file foo foo: UTF-8 Unicode text, with no line terminators $ ujguess foo sjisand an EUC-encoded one: $ file bar bar: ISO-8859 text, with CRLF line terminators $ ujguess bar euc /nix | Jan 03, 2010 Create a universal Windows 7 install disc #Setting aside the absurdity of offering a confusing array of editions, Microsoft made technicians' jobs slightly easier by including all editions of Vista (Home Premium, Ultimate, etc) on a single 32 or 64 bit disc (though both versions can apparently be combined with a bit of effort). This allowed techs to carry one or two discs at most and still be able to install whatever edition was required. Windows 7 changes all that; while the various and sundry editions are all tantalizingly included on the disc, a tiny configuration file (ei.cfg) forces a specific edition to be installed. Thankfully, Kai Liu has created win7utils to circumvent this irritation:
/windows | Jan 03, 2010 Convert numbers and spaces from full-width (double-byte) to half-width (single-byte) #Within filenames (using Bash, Perl, and Unicode-Japanese-0.47):
/nix | Jan 02, 2010 Blue screen when booting into Safe Mode on malware-infected machine #may be resolved by restoring the SafeBoot registry keys. You may need to create the SafeBoot registry key with special permissions protecting it from deletion. Tags: BSOD, Safe Mode, STOP 0x0000007B /windows | Jan 01, 2010 |
Categories
Blosxom Archive
2010: 3 2 1
2009: 12 11 10 9 8 7 6 5 4 3 2 1 2008: 12 11 10 9 8 7 6 5 4 3 2 1 2007: 12 11 10 9 8 7 6 5 4 3 2 1 2006: 12 11 10 9 8 7 6 5 4 3 2 1 2005: 12 11 10 Blogger Archive
Ezine Archive
|