South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
1. 60 % of mac users are in the AV industry
2. 30% are people are not, but can't code either
3. 7% are programmers who probably need to open graphics files in proprietary formats, otherwise they'd be using linux.
4. 3% are programmers who don't need it for any graphics reasons.
3 actually does use their machine as a dev environment but has never fiddled with sendmail config or iptables
Neither of which are present on a Mac.
Really? News to me...
BOTH are indeed present.
theluggage:~ root# which iptables
theluggage:~ root# locate iptables
/usr/share/zsh/4.3.4/functions/_iptables
SENDMAIL(1) SENDMAIL(1)
NAME
sendmail - Postfix to Sendmail compatibility interface
Well I never - iptables is aliased to ipfw and now that I think about it, I remember doing this a few months ago to workaround a software activation / phone home issue. Eventually I started running Little Snitch, which explains why this is now back of mind.
My humblest apologies.
You guys who use it all the time, I'm assuming you're mostly involved or experienced in programming or IT services?
Being a photographer, I have never seen the need to use it. But if you can suggest ways that it may be of use for me, I'm open for enlightenment?![]()
mv *.JPG tmp/
for i in `find . -type f | grep JPG | sed 's/JPG/CR2/'`; do rm $i; done