bsd
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 522
CrunzhMonitor 0.9
CrunzhMonitor is a small program to check the stability of your web server. more>>
CrunzhMonitor is a small program to check the stability of your web server. It simply checks the possibility of connecting to you web server (http server) and if it fails, maintains a error log.
It is possible to configure how often it should check.
CrunzhMonitor is released as open source software under the BSD license.
<<lessIt is possible to configure how often it should check.
CrunzhMonitor is released as open source software under the BSD license.
Download (0.003MB)
Added: 2005-10-17 License: BSD License Price:
1493 downloads
BSD::Ipfwgen 1.5
BSD::Ipfwgen is a Perl module to aid in the creation of ipfw-based firewalls. more>>
BSD::Ipfwgen is a Perl module to aid in the creation of ipfw-based firewalls.
SYNOPSIS
use BSD::Ipfwgen;
outside qw(**interface list**);
leaf qw(**interface list**);
consolidate qw(**network list**);
us qw(**network list**);
not_us qw(**network list**);
to_us qw(**network list**);
from_us qw(**network list**);
symmetric qw(**network list**);
count_by_interface();
count_by_address qw(**network list**);
count_by_udp qw(**port list**);
count_by_tcp qw(**port list**);
no_looping()
no_spoofing_us()
no_spoofing_by_us()
no_leaf_spoofing()
tcp_from_rules($port, $rules);
tcp_to_rules($port, $rules);
udp_from_rules($port, $rules);
udp_to_rules($port, $rules);
from_net_rules($network, $rules);
to_net_rules($network, $rules);
to_me_rules($rules)
not_to_me_rules($rules)
from_me_rules($rules)
not_from_me_rules($rules)
in_interface_rules($interface, $rules);
out_interface_rules($interface, $rules);
drop_unwanted qw(**network list**);
generate qw(**options**)
**port list** is a list of integers. 80, 23, etc.
**network list** is a list of network address. 207.33.90.32/27 etc.
**interface list** is a list of interface names. de0, fxp1 etc
**options** is a list of the valid options: DEFAULT-ACCEPT, INSECURE
$rules is a newline separated set of L< ipfw > rules.
Ipfwgen is designed to make writing complex firewalls easier and safer. It handles generating some of the harder rulesets: anti-spoofing, anti-looping, and anti land-attack.
Ipfwgen does not try to reduce the complexity of firewall building. What it does do is allow you to write a perl program which generates a firewal. Its expected that the firewalls generated by Ipfwgen will be examined by a human and installed manually.
Ipfwgen commands must be given in a particular sequence. First are the declaritive commands: outside, leaf, consolidate, us, not_us, and symmetric.
Then the rule-specification commands: almost everything else. Ipfwgen keeps an internal database of the rules that are in progress. After all the rule-specification commands are done, then the firewall gets compiled.
The generate command compiles the specifications into actuall ipfw commands and dumps them on STDOUT.
<<lessSYNOPSIS
use BSD::Ipfwgen;
outside qw(**interface list**);
leaf qw(**interface list**);
consolidate qw(**network list**);
us qw(**network list**);
not_us qw(**network list**);
to_us qw(**network list**);
from_us qw(**network list**);
symmetric qw(**network list**);
count_by_interface();
count_by_address qw(**network list**);
count_by_udp qw(**port list**);
count_by_tcp qw(**port list**);
no_looping()
no_spoofing_us()
no_spoofing_by_us()
no_leaf_spoofing()
tcp_from_rules($port, $rules);
tcp_to_rules($port, $rules);
udp_from_rules($port, $rules);
udp_to_rules($port, $rules);
from_net_rules($network, $rules);
to_net_rules($network, $rules);
to_me_rules($rules)
not_to_me_rules($rules)
from_me_rules($rules)
not_from_me_rules($rules)
in_interface_rules($interface, $rules);
out_interface_rules($interface, $rules);
drop_unwanted qw(**network list**);
generate qw(**options**)
**port list** is a list of integers. 80, 23, etc.
**network list** is a list of network address. 207.33.90.32/27 etc.
**interface list** is a list of interface names. de0, fxp1 etc
**options** is a list of the valid options: DEFAULT-ACCEPT, INSECURE
$rules is a newline separated set of L< ipfw > rules.
Ipfwgen is designed to make writing complex firewalls easier and safer. It handles generating some of the harder rulesets: anti-spoofing, anti-looping, and anti land-attack.
Ipfwgen does not try to reduce the complexity of firewall building. What it does do is allow you to write a perl program which generates a firewal. Its expected that the firewalls generated by Ipfwgen will be examined by a human and installed manually.
Ipfwgen commands must be given in a particular sequence. First are the declaritive commands: outside, leaf, consolidate, us, not_us, and symmetric.
Then the rule-specification commands: almost everything else. Ipfwgen keeps an internal database of the rules that are in progress. After all the rule-specification commands are done, then the firewall gets compiled.
The generate command compiles the specifications into actuall ipfw commands and dumps them on STDOUT.
Download (0.012MB)
Added: 2006-10-11 License: Perl Artistic License Price:
1108 downloads
DragonFly BSD 1.10.1
DragonFly is an operating system and environment designed to be the logical continuation of the FreeBSD-4.x OS series. more>>
DragonFly is an Linux operating system and environment designed to be the logical continuation of the FreeBSD-4.x OS series. These operating systems belong in the same class as Linux in that they are based on UNIX ideals and APIs. DragonFly is a fork in the path, so to speak, giving the BSD base an opportunity to grow in an entirely new direction from the one taken in the FreeBSD-5 series.
It is our belief that the correct choice of features and algorithms can yield the potential for excellent scalability, robustness, and debuggability in a number of broad system categories. Not just for SMP or NUMA, but for everything from a single-node UP system to a massively clustered system. It is our belief that a fairly simple but wide-ranging set of goals will lay the groundwork for future growth.
The existing BSD cores, including FreeBSD-5, are still primarily based on models which could at best be called strained as they are applied to modern systems. The true innovation has given way to basically just laying on hacks to add features, such as encrypted disks and security layering that in a better environment could be developed at far less cost and with far greater flexibility.
We also believe that it is important to provide API solutions which allow reasonable backwards and forwards version compatibility, at least between userland and the kernel, in a mix-and-match environment. If one considers the situation from the ultimate in clustering... secure anonymous system clustering over the internet, the necessity of having properly specified APIs becomes apparent.
Finally, we believe that a fully integrated and feature-full upgrade mechanism should exist to allow end users and system operators of all walks of life to easily maintain their systems. Debian Linux has shown us the way, but it is possible to do better.
DragonFly is going to be a multi-year project at the very least. Achieving our goal set will require a great deal of groundwork just to reposition existing mechanisms to fit the new models. The goals link will take you to a more detailed description of what we hope to accomplish.
1.2.0 is our second major DragonFly release and the first one which we have created a separate CVS branch for. DragonFlys policy is to only commit bug fixes to release branches.
This release represents a significant milestone in our efforts to improve the kernel infrastructure. DragonFly is still running under the Big Giant Lock, but this will probably be the last release where that is the case.
The greatest progress has been made in the network subsystem. The TCP stack is now almost fully threaded (and will likely be the first subsystem we remove the BGL from in coming months). The TCP stack now fully supports the SACK protocol and a large number of bug and performance fixes have gone in, especially in regard to GigE performance over LANs.
The namecache has been completely rewritten and is now considered to be production-ready with this release. The rewrite will greatly simplify future filesystem work and is a necessary precursor for our ultimate goal of creating a clusterable OS.
This will be last release that uses GCC 2.95.x as the default compiler. Both GCC 3.4.x and GCC 2.95.x are supported in this release through the use of the CCVER environment variable (gcc2 or gcc34). GCC 2.95.x is to be retired soon due to its lack of TLS support. The current development branch will soon start depending heavily on TLS support and __thread both within the kernel and in libc and other libraries. This release fully supports TLS segments for programs compiled with gcc-3.4.x.
It goes without saying that this release is far more stable then our 1.0A release. A huge number of bug fixes, performance improvements, and design changes have been made since the 1.0A release.
<<lessIt is our belief that the correct choice of features and algorithms can yield the potential for excellent scalability, robustness, and debuggability in a number of broad system categories. Not just for SMP or NUMA, but for everything from a single-node UP system to a massively clustered system. It is our belief that a fairly simple but wide-ranging set of goals will lay the groundwork for future growth.
The existing BSD cores, including FreeBSD-5, are still primarily based on models which could at best be called strained as they are applied to modern systems. The true innovation has given way to basically just laying on hacks to add features, such as encrypted disks and security layering that in a better environment could be developed at far less cost and with far greater flexibility.
We also believe that it is important to provide API solutions which allow reasonable backwards and forwards version compatibility, at least between userland and the kernel, in a mix-and-match environment. If one considers the situation from the ultimate in clustering... secure anonymous system clustering over the internet, the necessity of having properly specified APIs becomes apparent.
Finally, we believe that a fully integrated and feature-full upgrade mechanism should exist to allow end users and system operators of all walks of life to easily maintain their systems. Debian Linux has shown us the way, but it is possible to do better.
DragonFly is going to be a multi-year project at the very least. Achieving our goal set will require a great deal of groundwork just to reposition existing mechanisms to fit the new models. The goals link will take you to a more detailed description of what we hope to accomplish.
1.2.0 is our second major DragonFly release and the first one which we have created a separate CVS branch for. DragonFlys policy is to only commit bug fixes to release branches.
This release represents a significant milestone in our efforts to improve the kernel infrastructure. DragonFly is still running under the Big Giant Lock, but this will probably be the last release where that is the case.
The greatest progress has been made in the network subsystem. The TCP stack is now almost fully threaded (and will likely be the first subsystem we remove the BGL from in coming months). The TCP stack now fully supports the SACK protocol and a large number of bug and performance fixes have gone in, especially in regard to GigE performance over LANs.
The namecache has been completely rewritten and is now considered to be production-ready with this release. The rewrite will greatly simplify future filesystem work and is a necessary precursor for our ultimate goal of creating a clusterable OS.
This will be last release that uses GCC 2.95.x as the default compiler. Both GCC 3.4.x and GCC 2.95.x are supported in this release through the use of the CCVER environment variable (gcc2 or gcc34). GCC 2.95.x is to be retired soon due to its lack of TLS support. The current development branch will soon start depending heavily on TLS support and __thread both within the kernel and in libc and other libraries. This release fully supports TLS segments for programs compiled with gcc-3.4.x.
It goes without saying that this release is far more stable then our 1.0A release. A huge number of bug fixes, performance improvements, and design changes have been made since the 1.0A release.
Download (112MB)
Added: 2007-08-21 License: BSD License Price:
796 downloads
PC-BSD 7.1.1
PC-BSD 7.1.1 is an excellent and must-have product which offers you a free operating system with ease of use in mind. more>>
PC-BSD 7.1.1 is an excellent and must-have product which offers you a free operating system with ease of use in mind. Like any modern system, you can listen to your favorite music, watch your movies, work with office documents and install your favorite applications with a setup wizard at a click.
Enhancements:
- Updated 7.2-Stable to 06242009
- Updated KDE to 4.2.4
- Updated Nvidia driver to 185.14 - 4071
- Update the Nvidia driver 71.86.09 -> 71.86.11 which fixes the kernel panic - 4157
- Fixed a bug when running Dolphin in root mode - 4176
- Fixed bugs in py-cups port, which corrects "Print a test page" failure from the GUI - PR135675
- Fixed bugs in ksyslog program, now finds /var/log/messages properly - Port Commit
- Added gvim to the menu - 4114
- Removed obsolete printing menu icons - 4115
- Improved the system updater tray, don't issue popup on failure, change icon instead - 4100
- Improved stability with intel graphics cards
- Updated included Wine to 1.1.24, which fixes issues with certain 3D Games
- Fixed issues with using the fetch ports GUI causing a crash in kcmshell4. - 4069
- Improved the System Updater Tray to not use annoying popups and instead just change the icon - 4103
- Added the older Nvidia 71.86.xx driver - 4066
- Fixed issues with kppp, which needs suid permissions to function - 4061
- Moved /PCBSD to /usr/PCBSD and created sym-link to allow small root partitions - 3999 - 4004 - 4008
- Fixed bugs when "upgrading" a system that uses ZFS root partition - 3995 - 3997
- Added support to give higher / lower priority to wifi connections - 3871
- Added ability to edit saved wifi profiles - 3870
- Added ability to "ignore" updates in the updater tool - 3842
- Improved the system updater and tray application interaction - 3832
- Fixed CUPS issues not finding all .ppd files correctly - 3833 - 3834 - 3822
- Fixed bugs with xterm not running - 3804
- Improved the default fluxbox configuration - 3793 - 3794 - 3798 - 3808 - 3809
- Improved the KDE4 default theme - 3805 - 3810
- Updated the KDM theme - 3812 - 3817
- Improved the KSplash Theme - 3811
- Misc other bugfixes
Added: 2009-07-06 License: BSD License Price: FREE
downloads
Other version of PC-BSD
License:BSD License
Audio::Beep::BSD::beep 0.11
Audio::Beep::BSD::beep is an Audio::Beep player module using the beep program. more>>
Audio::Beep::BSD::beep is an Audio::Beep player module using the beep program.
IMPORTANT!
This player module IS NOT TESTED! I found docs about the BSD beep program but I never had a chance to use it or test it. So use it AT YOUR OWN RISK and report me bugs if possible.
SYNOPIS
my $player = Audio::Beep::BSD::beep->new([%options]);
USAGE
The new class method can receive as option in hash fashion the following directives
path => /full/path/to/beep
With the path option you can set the full path to the beep program in the object. If you dont use this option the new method will look anyway in some likely places where beep should be before returning undef.
device => /dev/myspeaker
Use the device option if your speaker device is different from "/dev/speaker". AFAIK this device exists only on i386 architecture. That also means that this module wont probably work for different architectures.
<<lessIMPORTANT!
This player module IS NOT TESTED! I found docs about the BSD beep program but I never had a chance to use it or test it. So use it AT YOUR OWN RISK and report me bugs if possible.
SYNOPIS
my $player = Audio::Beep::BSD::beep->new([%options]);
USAGE
The new class method can receive as option in hash fashion the following directives
path => /full/path/to/beep
With the path option you can set the full path to the beep program in the object. If you dont use this option the new method will look anyway in some likely places where beep should be before returning undef.
device => /dev/myspeaker
Use the device option if your speaker device is different from "/dev/speaker". AFAIK this device exists only on i386 architecture. That also means that this module wont probably work for different architectures.
Download (0.033MB)
Added: 2006-06-30 License: Perl Artistic License Price:
1212 downloads
PkgBuilder 20041012
PkgBuilder is a software package system for Linux, similar to BSD ports. more>>
PkgBuilder is a simple system for automatically creating software packages (in formats such as RPM, tgz, or Deb) from source code.
It is meant to be similar to the "ports" system found in BSD, but for Linux.
<<lessIt is meant to be similar to the "ports" system found in BSD, but for Linux.
Download (0.38MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1659 downloads
XSWM 1.1
XSWM is a fast and light window manager for Linux/BSD based on EvilWM. more>>
XSWM is a fast and light window manager for Linux/BSD based on EvilWM.
Main features:
- No mouse needed ;)
- Key Shortcuts for custom applications
- On Screen Display of messages (clock, biff)
<<lessMain features:
- No mouse needed ;)
- Key Shortcuts for custom applications
- On Screen Display of messages (clock, biff)
Download (0.088MB)
Added: 2005-08-12 License: GPL (GNU General Public License) Price:
1533 downloads
Hundiyas 0.29a
Hundiyas is a Battleship-like game totally written in DHTML (JavaScript, CSS and HTML) that uses the mouse. more>>
Hundiyas is a Battleship-like game totally written in DHTML (JavaScript, CSS and HTML) that uses the mouse.
Hundiyas game was tested under Linux, *BSD, BeOS, Windows, and others.
<<lessHundiyas game was tested under Linux, *BSD, BeOS, Windows, and others.
Download (0.072MB)
Added: 2007-07-20 License: MPL (Mozilla Public License) Price:
826 downloads
xMule 1.13.6
xMule is an easy to use fork of the popular eMule client more>>
xMule is an easy to use multi-platform synchronizing fork of the popular eMule client.
Based upon the wxWindows library and GNU C++, xMule aims to support the Linux, and *BSD operating systems.
<<lessBased upon the wxWindows library and GNU C++, xMule aims to support the Linux, and *BSD operating systems.
Download (1.23MB)
Added: 2009-04-12 License: Freeware Price:
205 downloads
Other version of xMule
License:GPL (GNU General Public License)
Buscayasminas 0.30a
Buscayasminas is an open source Minesweeper alike game totally written in DHTML. more>>
Buscayasminas project s an open source "Minesweeper" alike game totally written in DHTML (JavaScript, CSS and HTML) that uses mouse and keyboard optionally.
This cross-platform and cross-browser game was tested under BeOS, Linux, *BSD, Windows and others.
<<lessThis cross-platform and cross-browser game was tested under BeOS, Linux, *BSD, Windows and others.
Download (0.016MB)
Added: 2006-08-22 License: MPL (Mozilla Public License) Price:
1159 downloads
DGuitar 0.4.2
DGuitar is a Guitar Pro (*.GP4, *.GP3, GTP) viewer, player that works under Linux. more>>
DGuitar is a Guitar Pro (*.GP4, *.GP3, GTP) viewer, player that works under Linux, Solaris, BSD and any other Operational System that has Java Runtime Environment 1.4 or later installed.
<<less Download (0.80MB)
Added: 2006-01-03 License: GPL (GNU General Public License) Price:
1409 downloads
Kpackage 3.5.2
Kpackage is a KDE tool for installing, viewing and uninstalling packages. more>>
Kpackage project is a KDE tool for installing, viewing and uninstalling packages.
The formats supported include RPM, Debian, Slackware and BSD package manager.
KPackage is part of the KDE project.
KPackage can be found in the kdeadmin package.
<<lessThe formats supported include RPM, Debian, Slackware and BSD package manager.
KPackage is part of the KDE project.
KPackage can be found in the kdeadmin package.
Download (2.0MB)
Added: 2006-05-17 License: GPL (GNU General Public License) Price:
1271 downloads
AudioFormat 0.5.1
AudioFormat is a simple, unobtrusive audio format converter for your GNOME desktop. more>>
AudioFormat is a simple, unobtrusive audio format converter for your GNOME desktop. The project integrates with Nautilus and the desktop-wide audio profile settings.
AudioFormat is available under the terms of the BSD License.
<<lessAudioFormat is available under the terms of the BSD License.
Download (0.013MB)
Added: 2007-03-24 License: BSD License Price:
944 downloads
StroQ 0.2
StroQ is a Polarium/Chokkan Hitofude clone. more>>
StroQ is a Polarium/Chokkan Hitofude clone. StroQ is an addictive puzzle game where you have to flip white and black tiles in order to form rows of the same color with a single stroke of your mouse. StroQ runs under Windows, Linux/*BSD and Mac OSX.
<<less Download (0.15MB)
Added: 2005-06-20 License: GPL (GNU General Public License) Price:
1588 downloads
Notify 0.92
Notify if a Firefox extension which notifies you when a webpage changes. more>>
Notify if a Firefox extension which notifies you when a webpage changes.
Main features:
- notify you when selected Internet pages change
- open pages at a chosen time
Thats Notify. Its avaliable in English and Polish, licenced under the BSD.
<<lessMain features:
- notify you when selected Internet pages change
- open pages at a chosen time
Thats Notify. Its avaliable in English and Polish, licenced under the BSD.
Download (0.042MB)
Added: 2007-07-16 License: BSD License Price:
835 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above bsd search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed