Das Update musste geschaltet werden.Free Sex deswegen jetzt online
NFS refers to Network File System and as the name suggests allows any system to share a filesystem over the network.
NFS server configuration
- 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 has a new logo!
The winner is Anton K. Gural. His submission is.. Are you curious? Check here!
I like it a lot.
Subject : pfsense , the Appliance way
Location : Somewhere
Organizer : http://photos.xwings.net/thumbnails.php?album=33
URL : http://www.pfsense.com/
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.confTitle : 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
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.
After one year, the FreeSBIE team has released the FreeSBIE 1.0 ``live', bootable, FreeBSD-based operating system.
Download it, burn it, boot it, use it!
Check my screenshots:
http://www.hup.hu/old/images/hup/FreeSBIE/freesbie.png
http://www.hup.hu/old/images/hup/FreeSBIE/freesbie1.png
http://www.hup.hu/old/images/hup/FreeSBIE/freesbie2.png
http://www.hup.hu/old/images/hup/FreeSBIE/freesbie4.png
http://www.hup.hu/old/images/hup/FreeSBIE/freesbie5.png
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
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.
Blog querido do meu coração, hehehhehehhe.
Here I'll found what over night insonia I was looking for my job on FreeBSD.
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.
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.