You are not logged in.
Pages: 1
Hi,
I would like to learn about Unix networking (as far as I understand, networking is basically the same on *BSD, GNU/Linux and Mac OS X).
In the end, I would like to attempt to write a program that prevents user-chosen programs from connecting to the net (for Mac OS X, there already is an app like that: Little Snitch). I understand that this goal might be unachievable for a newbie like me, but where would I start off to learn about the networking basics needed to write such a program?
I hope this "question" is not too vaguely asked
Thanks for any input!
Last edited by MrAllan (2009-11-06 20:50:38)
Offline
Hello MrAllan!
In which language would you like to program, or in which language do you have experience ?
Offline
Hello MrAllan!
In which language would you like to program, or in which language do you have experience ?
I have experience in Java, and C/C++ (of which I prefer C++ because of OOP). If necessary, I am willing to learn Python, too.
Last edited by MrAllan (2009-11-07 09:47:46)
Offline
These books may help:
http://www.yendor.com/programming/unix/unp/unp.html
How's my programming? Call 1-800-DEV-NULL
Offline
You *could* use iptables to stop your computer from accessing some urls/ips/ports/protocols...
Archlinux | ratpoison + evilwm | urxvtc | tmux
Offline
Pages: 1