: March-2016

Home » Computer Articles » Archive by category : Mac OS X

Hosting websites on VPS Server has been fun, but after a while you get tired of all the maintenance and security that has to be done.   I have been using Amazon S3 for backups of websites and I couldn't believe how inexpensive the service was. So now I am hosting some static websites on ..

Read more

Want to get some more performance from Firefox Start up Firefox Type in  about:config where your URL would normally go. Click on I'll be careful, I promise! In filter type, type in pipelining Double click on network.http.pipelining which turns the entry to True. Double click on network.http.pipelining.maxrequests change the entry to 8. Double click on network.http.pipelining.ssl which turns the entry ..

Read more

When I am on my Mac OS X I keep wanting to use wget to download iso images etc.   Start up a Terminal Copy or type  echo 'alias wget="curl -0" ' >> ~/.bash_profile Restart the Terminal and now you can use wget to download iso images etc. Found the informa..

Read more

Wanted to have more performance with my Mac Mini 2011, Still think Solid State drives are expensive and also I had another spare 500Gb hard drive that was almost a perfect match to the installed hard drive.   You can see my performance now:   So these are the steps it took to get My ..

Read more

I like to tweak OS's so this is a network performance tweaks I do to Mac OS X 10.7.   Website I found some information. http://xgu.ru/wiki/TCP_tuning http://support.apple.com/downloads/Broadband_Tuner_1_0 http://slaptijack.com/system-administration/mac-os-x-tcp-performance-tuning/   Start up a Terminal window and type information below. $ sudo pico /etc/sysctl.conf and add information below. net.inet.tcp.rfc1323=1 #kern.ipc.maxsockbuf=16777216 Max size seems to be 6291456 which is ..

Read more

I want to know if was possible to have my backup server work for MacOSX 10.7.2 Time Machine Backups.   This is what I had to do to make it work.   First netatalk 2.1 that comes with Fedora 14 didn't work for me. So checking on the internet I found out that I need ..

Read more