1Password Secures computer passwords on the web

Instead of having one favorite password that you use on every account you create on the web,making it very easy for someone that gets ahold of it to wreak havoc of you life. Wouldn’t it be great if you had different, impossible to guess passwords on each site? But you only had on password to remember? Well, 1Password can help you both generate random passwords and to help you log in automatically to those sites using just one master password. ...

July 28, 2012

Ubuntu Server WordPress with W3 Total Cache install

Initial installation Ubuntu Server Last time I configured my web server with Ubuntu Server, I had problems finding all the instructions on what and how to install everything needed to get a WordPress blog with W3 Total Cache, CDN, Apache2 MPM Worker and fcgi working. So this is my attempt to write down the steps needed to get the server going. You might find it of interest if your needs are similar to mine. Here’s the requirements for my WordPress blog. Apache MPM Worker threaded version APC PHP Opcode optimizer All the required modules for W3 Total Cache Graphics libraries for Mint statistics ...

June 4, 2012

vsftpd on Ubuntu server 530 login incorrect error - fixed

When setting up my new web server I had a problem when installing vsftpd on Ubuntu Server 12.04 LTS. After doing the sudo apt-get install vsftpd and enabling login for local users, I got a “Server 530 login incorrect error” when trying to connect with a local user. The settings for disabling anonymous login and allowing local users where set in /etc/vsftpd.conf. [cc lang=“bash”]anonymous_enable=NO local_enable=YES write_enable=YES[/cc] But the ftp server still refused to let me login with any of the users on the system. I tried remove and reinstall, but the problem persisted. Finally I found a thread where others had the same problem. And here’s how to fix the problem. [cc lang=“bash”] sudo apt-get remove vsftpd sudo rm /etc/pam.d/vsftpd sudo apt-get install vsftpd [/cc] ...

May 22, 2012

Web server with SSD disk

SSD My old web server built on old spare parts had a hard disk crash a month ago. So I had to put it up on my BlueHost account while waiting to get hold of a new disk. I decided to try out a SSD disk, so I got hold of a 60gb IBM SSD disk. Without any optimizations, it can now handle double the traffic! I’ll continue to optimize tomorrow to get the most out of it. I’m doing an article on how to set up a LAMP server on Ubuntu Linux for WordPress with all the stuff needed to get W3 Total Cache, APC and other stuff working, because I can’t find a good article that describes everything. I will start writing on it tomorrow.

May 21, 2012

Make Safari browser Faster, More Secure and Crash proof

Safari Browser Safari, the standard web browser that’s included with Mac OS X is fast, stable and has some great features. But there are some ways of improving it to make you’re browsing experience even faster, more secure and pleasurable. Here’s a walkthrough of my favorite extensions for Safari. ...

March 26, 2012

Tactile Mac Clicky Keyboards for Typists

Choosing an excellent keyboard for your Mac Let’s face it, Apple produces some great products, but there are two things the past years that they aren’t that good at. They can’t make usable mouses, and the keyboard is less than stellar. The laptop keyboards are ok as far as laptop keyboards go, but after you’ve tried a “REAL” keyboard, you will become a keyboard snob. Thankfully Apple stopped using proprietary connectors many years back, so you can buy any mouse for PC and use that instead. Even USB keyboards made for PC works after changing a setting, by switching the alt-command keys. But you won’t get all the unique keys for controlling iTunes, volume and other settings. The funny thing is, that if you want to find a good keyboard, you see the most extensive selection of keyboards with good, tactile and clicky response among all the PC gamer keyboards. Most of them look horrible though. I’ve been working with computers since 1979 and here’s my list of the best keyboards ever produced. And I’ll try to give some tips on getting your hands on a tremendous clicky keyboard. ...

February 27, 2012

Speed up MacBook Pro by installing a SSD disk

SSD drive and extra disk for more speed, instead of DVD drive in MacBook Pro Changing out your hard disk in your MacBook Pro to an SSD disk is a great way of increase the speed of your machine. And I’m not talking about a little faster, where talking about the feeling of getting a new machine. But a SSD is still expensive and are limited when it comes to storage size. So it’s not going to be able to replace your big standard disk. The solution is simple. Replace your internal disk with a SSD disk, then remove your DVD drive and install a large 2.5" disk for your bigger files. Replace your DVD? Yes, do you use it anymore? I’m not. You need a special bracket to be able to install the extra disk, so you have to buy it. But many installation kits for replacing the DVD player also includes an external USB case to install the DVD into, so you still have access to one if you need. I bought my installation kit from Ebay for next to nothing, but didn’t include the case. As I said, I’m a modern Mac user and don’t use DVD. Hint, hint. ...

February 25, 2012

permalinks in Wordpress - changing without losing Google rank

When changing permalinks in Wordpress from an old format to a new, you risk losing Google page rank. On my blog, I’ve had my permalink set to /archives/year/month/day/name-of-article. Looking at my web server log, very few used the archives sidebar, so I removed it. To make the link shorter I needed to remove everything except the article name. But when changing the permalink, all the incoming links will get a 404 error from all old connections, and the search result from Google, lowering your Google ranking. Not good. ...

February 11, 2012

Disk never sleeps in Mac OS X - how to fix it - updated

[caption id="" align=“alignright” width=“448”] Image by DigaoSPBR[/caption] My internal hard disk would continuously spin on my MacBook Pro and never goes to sleep. I replaced my internal drive on my MacBook Pro with an SSD disk, which made a massive difference in speed. At the same time, I removed the DVD unit and installed a new 500gb drive instead. The extra disk went to sleep when not in use, but then started within a couple of minutes or less. Here’s what I did to fix that problem. ...

February 6, 2012

Geotag your DSLR images using your iPhone GPS and a Mac

Geotag DSLR images using an iPhone and a Mac One of the nice things about modern camera phones and even some regular cameras uses GPS to tag photos and embed the coordinates in the pictures EXIF data. But wouldn’t it be great if you could do that with your fancy DSLR camera photos as well? Programs like iPhoto, Aperture and Adobe Lightroom 4 can show you your pictures on a map. Many online photo sites like Flickr also uses the GPS data in the pictures to display them on a map. ...

January 24, 2012