mounting FTP site as „iDisk” with macfuse

Download macfuse from http://code.google.com/p/macfuse/downloads/list Download macfusion from http://www.macfusionapp.org/ http://www.macfusionapp.org/files/mf2_latest.zip Use the Macfusion menubar interface and you can now connect to any ftp or ssh server and save it to your Macfusion favorites. From developers of macfuse MacFUSE allows you to extend Mac OS X’s native file handling capabilities via 3rd-party file systems. As a user, … Citește mai multmounting FTP site as „iDisk” with macfuse

Computer stupidities – part 1 Operating Systems

I open here a new series of topics regarding „Computer stupidities”. Many of them comes from http://www.rinkworks.com/stupid/ or from other sources. … collection of stories and anecdotes about clueless computer users. It’s a baffling phenomenon that in today’s society an individual, who might in other circumstances be considered smart and wise, can sit down in … Citește mai multComputer stupidities – part 1 Operating Systems

WordPress – How to convert database to unicode UTF8

Currently in WordPress 2.5 + UTF8 is enabled by default, but usually after installing of WordPress the MYSQL database use another collation. Here is the MYSQL script that will transform your database. ALTER TABLE `wp_comments` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci; ALTER TABLE `wp_links` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci; ALTER TABLE `wp_options` … Citește mai multWordPress – How to convert database to unicode UTF8