October 7, 2011
HP Printer Driver download for OS X Lion
If you need a driver for HP Printers on Apple OS X Lion, you can download it from here: Apple HP Printer Pacakge The full list of compatible model printers it works with are here.
October 7, 2011
If you need a driver for HP Printers on Apple OS X Lion, you can download it from here: Apple HP Printer Pacakge The full list of compatible model printers it works with are here.
October 14, 2010
Removing one file type from a sub-directory To delete one file type from the entire hard drive, or from one subdirectory: sudo find / -name “.DS_Store” -depth -exec rm {} \; The first / can be replaced with the full folder path. .DS_Store can be replaced with any filename, or wild card, *.jpg for instance
May 14, 2009
It’s comforting to know that when Apple screws up, they do it but good. Not since the days of Tiger has a dot release from Apple done so much damage. On the surface, 10.5.7 is a very important update. A lists of fixes includes the usual round of security fixes, fixes for network performance, updates [...]
December 8, 2008
How To: Disable ._ Files and .DS_Store on Network Shares In heterogeneous networks of Macs and Window users, few things tick off Windows users then the “droppings” Macs leave behind in the form of files with . or ._ in front of them. These files are known as resource forks on the Mac side and [...]
November 11, 2008
How To: Create and Import vcf VCards VCards are simply virtual business cards used to exchange contact information. They are easily recognizable with the .vcf file extension. Vcards have rapidly become a universally excepted way of transferring contact information between devices. They can be sent to most phones such as Blackberries and iPhones, or to [...]