General :: Open Source Distribution With Built In Antivirus Package
Aug 5, 2009
Is there any open source Linux distribution available, which has built in anti-virus package installed, like kaspersky, mcafee or trend micro, so that I can able to scan my windows XP based machines which are on the network, and can be scan and clean remotely through this type of Linux distribution installed machine. I have search on a internet that some Live rescue Linux cd's are available, which can scan and clean the virus of windows machines. like F-secure Live cd, or knoppex Linux based Bit defender live cds that can be most effective to resolve this issue. But is there any distribution available like these live Linux distribution cd's, that can be installed in dedicated system to scan/clean the remote windows machines. Or is live cd can be installed on hard drive?
View 6 Replies
ADVERTISEMENT
Apr 27, 2009
i want to install any software or any updates to several machines on my network from Remote Machine simultaneously.
View 7 Replies
View Related
May 25, 2010
I have downloaded the source code of bochs. and I use make install command to install it onto my box. But how could I uninstall it? I run the sudo apt-get remove bochs, but it said I didn't install the bochs...
View 2 Replies
View Related
Mar 29, 2010
I want to learn linux source code means I want to understand source code. How can I access that code in my current linux distribution? I know c,c++.
View 2 Replies
View Related
Apr 18, 2010
I want to use Gentoo's packages on Fedora. Is this possible?
EDIT: I meant that I want to use Gentoo's portage tree.
UPDATE: How about Ubuntu's packages on Fedora? Or Fedora's on Gentoo? Or any other distribution's packages/package manager on another?
View 6 Replies
View Related
Dec 11, 2008
I have downloaded whole linux source codes of fedora in a dvd. There are several rpm packages and lots of directories in it. I want to load all source codes to version control system (svn or cvs) which is loacated in a server and develop it step by step .During this time I want to build my own distribution. So I need to know how to build all these packages at once. Is there anyone who can explain "how to do" to me
View 1 Replies
View Related
Aug 3, 2009
When I do a yum or an initial load of vsftpd, I get binary that works. I got the source file "vsftpd-2.0.5-12.el5_3.1.src.rpm" from [URL] to make a change to add chown_upload_mode to version 2.0.5
With no changes to the source, the program works but does not respond to the service command properly. See [URL]
How do I get the source of vsftpd that matches the binary distribution?
View 3 Replies
View Related
Mar 5, 2009
I would like to install a program (R for statistical computing). I am using Slackware. On the download page of R (The Comprehensive R Archive Network) there are options to download the code for Debian, Redhat, Suse, and Ubuntu. Which one should I download in my case (using Slackware)? Is there any of them which I should not download?
View 4 Replies
View Related
Apr 26, 2011
Squeeze-beta was my first foray into Debian, and I love it. I changed my setup to a rolling setup with testing (Wheezy), and have done that for several months. Lately, I got a new kernel, but it reboots to a terminal rather than GUI (I'm a simple laptop user). I think it's because of the NVIDIA drivers, and here is what I've tried (meanwhile, I'm using the previous kernel):
# apt-get install module-assistant nvidia-kernel-common
# m-a auto-install nvidia-kernel${VERSION}-source
A blue screen appears that says:
module-assistant error message Bad luck, the kernel headers for the target kernel version could not be found and you did not specify other valid kernel headers to use.
You can try:
module-assistant prepare
or
apt-get install linux-headers-2.6.38-2-amd64
I have done both, rebooted, and I still get the blue screen. I also see this message:
nvidia-kernel-source was not built successfully, see:
/var/cache/modass/nvidia-kernel-source*buildlog*
...and I have copy/pasted the file below (which omits lines 101-200 because this message is too long then):
/usr/bin/make -f debian/rules clean
make[1]: Entering directory `/usr/src/modules/nvidia-kernel'
test -f debian/control || cp debian/control.template debian/control
[code]....
View 1 Replies
View Related
Feb 19, 2010
installed the fedora 12, but dont know how to use the source dvd to install the source package.
View 3 Replies
View Related
Apr 15, 2010
I have this source.tar.gz, I unpack it and cd into it, then I
Code:
$mkdir build
$./configure --lots-of-options --prefix=$PWD/build
$make
$make install
So I have inside my build folder, 4 folders, usr, lib, man, share. How do I convert this into a binary rpm package...?
View 4 Replies
View Related
Sep 8, 2010
Maybe this is not the correct place to ask about Linux from scratch (LFS) but i just want to know if it is better to use a package manager or i can built my LFS without it, and then when i want a Package manager i can just install it later? Can i?
View 2 Replies
View Related
Jun 28, 2011
Is there any open source virtual machine so i can study the source in order to create my own? i'm gonna write my own, so it doesNT matter if license does not allow further development of the code.
View 1 Replies
View Related
Jul 19, 2010
I recently installed Fedora 13 on my system, and I'm still in the process of setting it up as I like. As the FCEU and snes9x versions on rpmfusion are old (fceultra 0.98, snes without GUI), I wanted to compile my own RPMs Everything went OK, but I found myself having to build the packages several times because of missing LDFLAGS. I got several errors like "symbol X missing, it was found on Y so you may want to add Y to the linker flags", which I fixed by modifying & exporting LDFLAGS.
So, 2 questions:
1.- why are the LDFLAGS missing? How can I avoid having to set them up manually?
2.- There should be a way to avoid re-compiling the source and only run the rpm packaging stuff with the already built things (some option like 'don't build, only package'). how can I do that?
BTW, I can share my (pretty much hacked) .spec files if you are interested
View 8 Replies
View Related
Jan 2, 2009
We all know we can install a linux system such as Fedora 10 and use it. Being linux, one should in principle get the source codes for everything that has been precompiled (except the proprietary drivers such as nvidia) in the installation DVDs/CDs. Where are the source codes ? Is there a place I can download them ?
To avoid confusion, I am not referring to the kernel source that can be compiled to give a linux kernel, but that does not include the drivers, such as intel_drv.so.
To be more specific, the intel graphic i810 driver has been built into any linux system, but where is the exact source? One answer may be that primary source intellinuxgraphics.com. However, if anyone tries to download the every changing (i.e., keep updated almost every single day) driver source codes from freedesktop.org, it is almost certain that the source codes will not be the same as the one that is finalized in Fedora 10.
View 9 Replies
View Related
May 30, 2010
I know there's a which command, that echoes the full name of a binary (e.g. which sh). However, I'm fairly sure there's a command that echoes the package that provides a particular binary. Is there such a command? If so, what is it? I'd like to be able to run this:
commandName ls and get coreutils for example.
View 1 Replies
View Related
Sep 12, 2010
I want to see the source code of smplayer software.from where i can see source code of open source softwares?
View 9 Replies
View Related
Dec 27, 2010
Are their any open source AI projects out there? i just read an old text on neural networking in C++ and would love to paw through someones code.
View 1 Replies
View Related
Aug 8, 2011
Im actively studying for my Redhat SA Certification. I am actively working in a UNIX based environment (SCO< So ancient). I need some open source contribution experience. I've been doing Perl for about 5 years and I have enough linux knowledge to make an impact.........
View 1 Replies
View Related
Mar 5, 2011
I want to install wordpress open source in linux.but i donot know how i do this.
View 2 Replies
View Related
Apr 26, 2010
I want to pick up Python3 from squeeze, meanwhile I would like to stay with lenny with all other packages. Is this possible by just modifying source.list file?
View 2 Replies
View Related
Jul 20, 2011
Anyone know of an Open Source ID/Badge Program? I'm looking into using it in a future business. I'm not worried about all the parts that go to it, just the program, for now.
View 3 Replies
View Related
Jun 30, 2011
Which is the best opensource backup software which also supports mysql and incremental backup.
View 3 Replies
View Related
Apr 9, 2011
Which one is the best open source Directory server ?
View 1 Replies
View Related
Dec 17, 2010
I want to setup a Knowledgebase server for my team internally. Any open Source Knowledgebase server reference?
View 1 Replies
View Related
Aug 31, 2010
What is a good example of an Open Source IRC client for Windows or Linux? If not, something free and extensible will do.The reason I would like this to be open source is that I wouldn't mind being able to understand how the message formatting is implemented in such a project.
View 5 Replies
View Related
Sep 17, 2010
Does anyone know a free, command line, open source audio manipulation software for Linux? The primary usage is to distort/scramble a recorded voice. I've tried SoX but it seems to lack features for my task.
View 1 Replies
View Related
Mar 26, 2011
There are a lot of backup solutions, many scripts based of rsync. The problem is not a lot of them encrypt your data before syncing it. I have a USB hard drive and I want to backup my user folder /home/myuser/ to the external drive What software will allow me to create incremental backups which are encrypted with relative ease
View 2 Replies
View Related
Aug 10, 2011
I have the following setup code...
I would like to activate 802.1x authentication on the Windows PCs, and have the Linux Box play the role of a 802.1x authenticator (blocking all access to the Internet until the Windows PCs have properly authenticated themselves using the 802.1x protocol, and the Linux Box checks the credentials by interrogating the RADIUS server).
I could theoretically insert a 802.1x-capable switch between the Windows PCs and the Linux Box, but this setup is embedded and the hardware cannot be changed.
Apparently the OpenWRT project solved the problem somehow, so there must be an open-source solution somewhere, but I simply cannot find it. The only links I find are for the Open1X project (http://open1x.sourceforge.net/), but the Docs link is dead.
View 2 Replies
View Related
Jan 19, 2010
I'm faced with standing up an open source NMS and am deep into Zenoss Core. I'm evaluating distributed collectors that will be deployed behind a customer NAT/Firewall. Cool, this works. What if the customer IP space overlaps with an existing customer IP space? From a management perspective Zenoss distinguishes devices by IP. So it will refuse to add duplicate addresses. To get multi-realm IP functionality, It would require purchasing a subscription to enterprise license.
So my pickle, do I spend weeks or months hacking the Zenoss sub structure to duplicate that? Do I somehow remap the IPs through site to site VPN at the router? Or do I look for a different open source solution?Does anyone know of an open source NMS solution that addresses overlapping IP space and can do distributed collectors? I have posted a question on Zabbix forums asking if the distributed monitoring they have will do this. But I hope that someone else has tackled this and succeeded.
View 1 Replies
View Related