FreeBSD

Free Kernel Update wegen erotik seite

Submitted by marreksau
on June 21, 2009 - 4:42am

Das Update musste geschaltet werden.Free Sex deswegen jetzt online

NFS Server & Client on FreeBSD

Submitted by EvilGod
on July 22, 2007 - 3:15am

NFS refers to Network File System and as the name suggests allows any system to share a filesystem over the network.

NFS server configuration

My Journey on Kernel

Submitted by pbelamge
on January 6, 2007 - 11:29am

- I initiated another thread of my life to become Kernel Programming Expert. Hope Kernel Trap will guide my newly instantiated thread to reach my goal.

FreeBSD 's new logo

Submitted by gmicsko
on November 1, 2005 - 1:23pm

FreeBSD has a new logo!

The winner is Anton K. Gural. His submission is.. Are you curious? Check here!

I like it a lot.

pfsense , the Appliance way

Submitted by xwings
on October 7, 2005 - 9:57pm

Subject : pfsense , the Appliance way
Location : Somewhere
Organizer : http://photos.xwings.net/thumbnails.php?album=33
URL : http://www.pfsense.com/

FreeBSD : Bridge

Submitted by xwings
on November 16, 2004 - 8:39am

FreeBSD : Bridge




Been a month .. I stuck at level 7 ...
Look at Level 7.
The paper for level 7, Anarchriz's "CRC and how to Reverse it" The paper is not long, but i still having problem with crc32 :).

Install MRTG , FreeBSD

Submitted by xwings
on June 10, 2004 - 2:01pm
Title  : Install MRTG
OS     : BSD
Distro : FreeBSD
URL    : http://www.freebsd.org
Install SNMP using Ports

      # cd /usr/ports/net-mgmt/net-snmp
      # make && make install && make clean 
      
Add Two Lines into /etc/rc.conf
	
	snmpd_enable="YES"
	snmpd_flags="-a -Lsd -p /var/run/snmpd.pid"

      # chmod 444 /usr/local/etc/rc.d/snmptrapd.sh
      
Configure snmpd.conf

pppoe in FreeBSD

Submitted by xwings
on June 6, 2004 - 1:18pm
Title   : pppoe in FreeBSD
Os      : BSD
Distro  : FreeBSD
URL     : http://www.freebsd.org

###########################
#  /etc/ppp/ppp.conf
###########################

default:
 set log Phase tun command # you can add more detailed logging if you wish
 #set ifaddr 10.0.0.1/0 10.0.0.2/0

streamyx:
 set device PPPoE:xl0 # replace xl1 with your ethernet device

IPF for FreeBSD 5

Submitted by xwings
on April 5, 2004 - 12:15am
Title   : IPF for FreeBSD 5
Os      : BSD
Distro  : FreeBSD 5
URL     : i. http://www.freebsd.org
          ii. http://www.schlacter.net/public/FreeBSD-STABLE_and_IPFILTER.html
   1. Install FreeBSD 5.2.1 (Now 5.2.1 is the latest "5 Series").

   2. Remeber to Install Kernel Source and Ports (might be Useful)

   3. Setup the network. Make sure can connect to Internet.

New sleep queue abstraction committed to FreeBSD

Submitted by sbahra
on February 27, 2004 - 3:28pm

John Baldwin (jhb@FreeBSD.org) has just committed a new sleep queue abstraction framework for FreeBSD. These queues are bound to wait channels, allowing fancy things like property inheritence, signal interrupts (bound to whole queues) and timeout capabilities.

Commit message
--------------------------------------------------------
Add an implementation of a generic sleep queue abstraction that is used

PF imported into FreeBSD base system

Submitted by sbahra
on February 26, 2004 - 6:33am

Max Laier (mlaier@FreeBSD.org) has committed/merged in OpenBSD's PF system into FreeBSD -CURRENT (with all of OpenBSD 3.4's PF features). Shortly afterword the commit messages hit cvs-src@FreeBSD.org, Luigi Rizzo (luigi@FreeBSD.org) noted his opinion that importing PF would only be a step backward at this point. Do note, one of the main reasons ipfw2 is depreciated by many developers is it's lack of pfil integration, creating a glued clunk of code which is difficult to maintain.

Minning something that save my skin, :p

Submitted by HugoHagogo
on February 24, 2004 - 4:23pm

Blog querido do meu coração, hehehhehehhe.
Here I'll found what over night insonia I was looking for my job on FreeBSD.

Running i386 libc_r binaries on a 64-bit kernel

Submitted by sbahra
on February 19, 2004 - 9:08am

peter@FreeBSD.org has committed a hack to kern_exec.c to allow running i386 libc_r binaries on a 64-bit kernel. The changes involved as of yet are simple cast additions that allow 32-bit requests to be made to the kern.ps_string and kern.usrstack on 64-bit kernels. Peter has noted that he isn't very happy with the changes made so far, refinements are coming.

Partial support for large (> 4GB) files on EXT2 filesystems

Submitted by sbahra
on February 19, 2004 - 8:48am

tjr@FreeBSD.org has added partial support for large files (files larger than 4GB) for FreeBSD's ext2 filesystem. This support is partial in that it will refuse to create large files on filesystems that haven't been upgraded to EXT2_DYN_REV or that don't have the EXT2_FEATURE_RO_COMPAT_LARGE_FILE flag set in the superblock.

CVSweb entry