Sponsored Content
Full Discussion: Anti hack software search
Operating Systems BSD Anti hack software search Post 302498089 by pharaoh on Saturday 19th of February 2011 08:30:41 AM
Old 02-19-2011
I think It is kind hard to find such softwares for *BSD, you have to do It yourself through scripts
 

4 More Discussions You Might Find Interesting

1. Solaris

Where i have to search for software ?

What is the places where i can search for ports or software for Sun Solaris ?, im new to this OS , and i like it and i like its Java desktop but i cant find a software like which i was use in FreeBSD? so can i use BSD ports ? or there is a place i can search for ports in ?, btw i got SUN companion... (2 Replies)
Discussion started by: XP_2600
2 Replies

2. Windows & DOS: Issues & Discussions

What is Your Favorite Anti-Virus Software for Windows at Home?

I used to have trendmicro I used it for free when I worked with a previous company, when I left I had to uninstall it and switched to using Zone Alarm. I tell you on some days I really want to pull my hair out when my PC really works like a snail and sometimes really so unresponsive for up to... (20 Replies)
Discussion started by: sparcguy
20 Replies

3. Cybersecurity

Anonymous published Sentinel counter-hack anti-cyberterrorism training ISO – Computer

Anonymous published Sentinel counter-hack anti-cyberterrorism training ISO image - Computerworld Blogs The link in their twitter doesn't work any more. https://twitter.com/#!/AnonymousIRC/status/85134355659374593 Anyone know for any link to this iso? maybe server outside the US? ... (1 Reply)
Discussion started by: programAngel
1 Replies

4. Linux

Anti-virus Software Question For Linux

Greetings To All! I am new in supporting Linux and recently I was tasked to find out the following information and am not sure how to find the answers, hence this posting... I am running Redhat Enterprise Server 5.4 I realize this is a Redhat specific question, but it pertains to all of our... (7 Replies)
Discussion started by: Rob Sandifer
7 Replies
J0(3)							   BSD Library Functions Manual 						     J0(3)

NAME
j0, j0f, j1, j1f, jn, jnf, y0, y0f, y1, y1f, yn, ynf -- Bessel functions of first and second kind LIBRARY
Math Library (libm, -lm) SYNOPSIS
#include <math.h> double j0(double x); float j0f(float x); double j1(double x); float j1f(float x); double jn(int n, double x); float jnf(int n, float x); double y0(double x); float y0f(float x); double y1(double x); float y1f(float x); double yn(int n, double x); float ynf(int n, float x); DESCRIPTION
The functions j0(), j0f(), j1() and j1f() compute the Bessel function of the first kind of the order 0 and the order 1, respectively, for the real value x; the functions jn() and jnf() compute the Bessel function of the first kind of the integer order n for the real value x. The functions y0(), y0f(), y1() and y1f() compute the linearly independent Bessel function of the second kind of the order 0 and the order 1, respectively, for the positive integer value x (expressed as a double); the functions yn() and ynf() compute the Bessel function of the second kind for the integer order n for the positive integer value x (expressed as a double). RETURN VALUES
If these functions are successful, the computed value is returned, otherwise the global variable errno is set to EDOM and a reserve operand fault is generated. SEE ALSO
math(3) HISTORY
This set of functions appeared in Version 7 AT&T UNIX. BSD
April 19, 1991 BSD
All times are GMT -4. The time now is 10:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy