Daily Archives: August 5, 2009

How To Know If You Have a 64-bit Capable Processor

How to find out if you have a 64bit processor: uname # uname -p x86_64 You can also try: $ uname -m i686 i686 (or any garbage) = 32-bit x86_64 = 64-bit cpuinfo # cat /proc/cpuinfo flags : fpu vme … Continue reading

Posted in Hardware, Linux | Leave a comment

How to Fix Ugly Sidebar in WordPress iNove Theme

The iNove theme gives your wordpress blog a Mac-ish look and feel. However, the sidebar has some ugly built-in widgets. Here’s how to remove them. In themes/inove/sidebar.php, remove everything between these lines: <!– sidebar north END –> … delete everything … Continue reading

Posted in Wordpress | 1 Comment