If this blog helped you in any way, please donate a dollar here

Showing posts with label Macintosh. Show all posts
Showing posts with label Macintosh. Show all posts

Friday, July 7, 2017

Logging PF Firewall on Mac OSX

Steps to enable logging for pfctl utility on newer osx like Yosemite, Sierra:

Firstly,

Add "log" to all rules in "/etc/pf.conf" or which ever PF configuration file you have.

Also set the logging interface with:

set loginterface pflog0

on the top of the PF config file.

Create a virtual interface with:

sudo ifconfig pflog0 create

Now start viewing packets which match the rules you logged with this:

sudo /usr/sbin/tcpdump -lnettti pflog0

At the end do:

sudo ifconfig pflog0 create

Tuesday, May 24, 2011

Become a DJ!

There's a lot of things people do with their computers... among them Listening to music is one of my favorites! DJs are people who play with music, remix mixes and create new stuff that is oh-so-cool!

Perhaps some of you already use Virtual DJ, however it is marred with Copyright breach of OpenSource Libraries [1]. So here's something good that let's you flanger through your DJ-ing ambitions without making you consult your lawyer!

Sunday, March 20, 2011

Triple Boot Mac OSX, Windows and Linux

So you want the best of the world installed in your computer? Impatiently found this blog from the depths of the internet... Well then get ready to install a Hackintosh OSX Leopard (Macintosh on an Intel Box), Windows XP and Linux Anything (pretty much any Linux Installer with GRUB will work, for e.g. Ubuntu).