After getting my Raspberry Pi I used the one built-in on my MacBook Pro, but the SanDisk SDHC-card showed up as read-only in finder on my mac, and Disk Utility refused to format it. The write protection switch on the card was correctly set, so that made me a bit baffled. But it seems that the internal card reader on the MacBook Pro is a bit finicky.
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]
This fixed the problem for me. The only reason for me to have an ftp server on my machine is to do automatic updates of WordPress. The machine is behind a firewall so port 21 is not open to the world. For file upload I use sftp.
Disk never sleeps in Mac OS X – how to fix it – updated

Image by DigaoSPBR
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.
Mac OS X 10.5.2 hangs on wake from sleep
I have had this annoying problem with my Macbook Pro. Sometimes when waking the machine from sleep, the machine can not connect to the selected Airport network and then hangs with spinning pizza of death.
Apples next update to 10.5.3 looks like it will fix it. Hopfully Apple will release it soon…
From Fixed list of Mac OS X update 10.5.3
– Joining AirPort network after wake issue resolved