: February-2012

Home » Posts tagged : Mac

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

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