Has anyone seen the results of the FreeBSD security survey done back in May 2006? I can’t find anything; I’m wondering if they were just released privately rather than publicly.
Archive for the ‘FreeBSD’ Category
If you ever find yourself in my situation, where installing some updated port from a relatively freshly done cvsup ends up breaking a couple dozen other programs because it decided to upgrade several libraries, you might find the following for loop useful:
cd /usr/X11R6/bin && for m in $(for l in $(for j in $(for i [...]

