In Sentora i will need to integrate a clamav Module - antivirus-integration

Could you please give an idea to integrate a clamav antivirus into sentora. I have already installed a clamav in centOS 6 . But i need a module integration for user error check. could you please give an idea

Sorry , I have a solution for this question How to install PHP clamav on CENTOS . kindly avoid this question

Related

Downloading debian Neo4j version from Windows

I'm trying to download the Debian Neo4j version from a Window 7 machine. I'm not managing to find the URL in order to download the package/file . I have installed the GOW software for some linux commands.
Any assistance would be appreciated.
Update
I found this link - https://neo4j.com/download/other-releases/ . Know I need to figure out what is the best file to download in order to install it on an Ubuntu Machine
You've got two options :
If you've got access to the package repository (from your Ubuntu machine), follow the information in https://neo4j.com/docs/operations-manual/current/installation/linux/debian/ to install it as a package. That's the best option which also provides start/stop scripts, a user that runs Neo4j (neo4j) and also allows for easier upgrades.
If you can not reach the internet from your Ubuntu machine (as could be deduced from the way you're trying to do it, the zip (or tar.gz for Linux) download is the way to go. You can find that at http://info.neo4j.com/download-thanks.html?edition=community&release=3.2.3&flavour=unix
Hope this helps.
Regards,
Tom

Locating shared library libOS.so

I have downloaded a script that used libOS.so, bit I don't have it on CemtOS 6.7 and can't find any info on which software package uses libOS.so
Can anyone tell me which package includes libOS.so?
yum provides "*libOS.so*"
hope it will help you .

Docs for installing Lucee?

I wish to use an alternative to ColdFusion. Researching Railo, I found the pointers to Lucee. There do not appear to be any docs explaining how to set up a Linux/Apache/Tomcat/MySQL platform for Lucee, and then install Lucee on top of it. I've tried setting up such a platform for Railo, but got stuck trying to get Railo talking to Apache over both http and https.
I wish to avoid the "all in one" installers that include Tomcat, as I'd like to use yum to keep Tomcat up to date on security patches.
If I've just overlooked the Lucee docs, can someone please point me to them? And if they don't exist, how could one "translate" the Railo docs to work with Lucee, and get the Apache-Lucee connection working?
UPDATE 2016-04-06: Thanks to all who answered. It looks like you've helped a number of people! I never was able to get Lucee running, but this was for lack of time, not lack of instructions. The powers that be also decided to move to an outsourced web design and hosting solution, and the firm that won the bid uses Drupal.
For Linux installs (Ubuntu) Digital Ocean has a great tutorial on installing Railo. https://www.digitalocean.com/community/tutorials/how-to-set-up-railo-cfml-engine-with-tomcat-and-apache-on-a-debian-7-or-ubuntu-13-vps
You can follow these same instructions to install Lucee just...
replace
wget www.getrailo.org/down.cfm?item=/railo/remote/download/4.1.1.009/tomcat/linux/railo-4.1.1.009-pl0-linux-x64-installer.run -O railo.run
with:
wget http://lucee.viviotech.net/downloader.cfm/id/136/file/lucee-4.5.1.022-pl0-linux-x64-installer.run -O railo.run
And everything else is the same.
note - If you want to get the latest installer just go to http://lucee.org/downloads.html scroll down to the Installers section and right-click the Linux 64-Bit link and copy the link url. Then replace the link in the wget above with the one you just copied.
Installation of Lucee on your local machine, following this help link : How to Set Up Railo CFML Engine with Tomcat and Apache on a Debian 7 or Ubuntu 13 VPS
Open your terminal and follow the instruction given below
Commands :
aptitude update
aptitude -y upgrade
Installing Apache
aptitude -y install apache2
Install Lucee
wget http://cdn.lucee.org/downloader.cfm/id/143/file/lucee-4.5.2.018-pl0-linux-x64-installer.run -O lucee.run
chmod 744 lucee.run
run sudo ./lucee.run
Follow the instructions.
That's it ..
To complement and for posterity, I'm adding this answer with new actual information. I've created a step by step video guide about installing Lucee on a clean Ubuntu Server 20.04.LTS and added them as a contribution to the official documentation. You can find the quick video guide at https://docs.lucee.org/guides/installing-lucee/installation-linux/linux-ubuntu-quick-video-guide.html
so that summed up is:
Follow this:
https://www.digitalocean.com/community/tutorials/how-to-set-up-railo-cfml-engine-with-tomcat-and-apache-on-a-debian-7-or-ubuntu-13-vps
replace with this:
wget
http://lucee.viviotech.net/downloader.cfm/id/143/file/lucee-4.5.2.018-pl0-linux-x64-installer.run
-O lucee.run
OR
wget
http://d8yjolse1mixx.cloudfront.net/downloader.cfm/id/143/file/lucee-4.5.2.018-pl0-linux-x64-installer.run
-O lucee.run
based on the version here:
http://lucee.viviotech.net or http://lucee.org/downloads.html
Drop the Jar or War install file into the correct folder for your J2EE engine. Or use your engine's admin pages into install the that file.
Config changes can also be made to more fully integrate across instances.
Almost any engine will do: Jetty, Tomcat, GlassFish, JBoss and Elastic Beanstalk are all good choices.
Lucee is also now fully OSGi compliant.
The easiest way to get started with Lucee is by using Ortus Solutions' CommandBox. CommandBox comes with an embedded Lucee server so you can be up and running in just minutes. CommandBox is a standalone, native tool for Windows, Mac, and Linux that will provide you with a Command Line Interface (CLI), package management, embedded CFML server and application scaffolding.

Can't install mono on linux

I'm having trouble building and installing mono. the problem is that the call
make get-monolite-latest
fails due to invalid url. Anyone knows how to bypass this error?
P.S. I'm using Linux Mint 16
Thanks.
The server is online again; see my question regarding the same problem. It allowed me to complete a Centos install of Mono 3.4.0.

SGML::Parser::OpenSP - Open Jade Nightmare

I'm trying to install the W3C validator (local copy) and I have managed to install Perl and all its modules except for SGML::Parser::OpenSP
The problem I'm running into is that apparently I need OpenSP or OpenJade, and I've downloaded the source for both of those, but i cant compile it.
I'm using
Windows 7 x64
IIS 7.5
Active Perl 5.16.1
Installing modules via CPAN
What am I asking for help on?
How/Where can i get a working compilation of OpenSP or OpenJade, or install SGML without it?
(Edit)
The guide i was using : http://validator.w3.org/docs/install_win.html
Your help would be appreciated more than you may think :)
It seems the binaries are available here:
http://sourceforge.net/projects/openjade/files/latest/download?source=files
There is an onsgmls.exe in the OpenSP-1.5.2-wn32.zip package.

Resources