-
Perl Documentation Bookmarklets
Below are some bookmarklets to quick link to CPAN documentation… Click and drag the links to your bookmark bar or use the included source code to create the bookmarklets. They will generate a prompt something like this when clicked: Bookmarklet to search for a keyword in CPAN documentation: Search CPAN Source: javascript:{x=prompt(“Search%20for%20module”);window.location=’http://search.cpan.org/search?mode=module;query=’+x;} Bookmarklet to bring…
-
How to disable “There are unused items on your desktop”
Right-click on your desktop background and select [Properties]. From the “Display Properties” window, select the [Desktop] tab. Select the [Customize Desktop…] button at the bottom. Uncheck the “Run Desktop Cleanup Wizard every 60 days” box and click the [OK] button, and then click the [OK] button on the display properties window. That should be it!
-
Formatting a Julian Date [Julian Day / Day of Year] in Unix
This is one of those commands that’s so simple once you recall it that you’ll smack yourself for not knowing it. If you’re ever in doubt, man date. # displays the 2-digit year + day of the year, Jan 14, 2011 = “11014” date +%y%j # sets filename to MyFilename + 2-digit year + day…
