Friday, February 28, 2014

GPAC RPM CentOS 6

Please, I want to remind you my gpac rpm package:




 for CentOS, it needs the atrpms repo:




and you need to enable the repo. And you need this too: http://repo.enetres.net/x86_64/gpac-libs-0.5.0-2_noX.el6.x86_64.rpm

Note: This compiled version is without xul (mozilla),gtk,imagemagick,X dependencies.

Monday, February 24, 2014

MyDumper 0.6.0 RPM for CentOS 6.5

I had to make a tiny modification of the original mydumper 0.2 REMI SPEC file  (https://github.com/remicollet/remirepo/blob/master/mydumper/mydumper.spec). For me, the "if" condition had problems in my rpmbuild environment.

Here the forked 0.6.0 SPEC file:

https://github.com/vicendominguez/CentOS-SPECS/blob/master/mydumper-0.6.0.spec

The rpm can be found here:

http://repo.enetres.net/repoview/mydumper.html

:)


Wednesday, February 19, 2014

Firewall rules to redirect Glassfish 4.0 ports (80,443,8080 and 8181 will be open to internet)

Hello! Fast trick to redirect ports when you are using an java application server.

Be careful because 80, 443, 8080 and 8181 ports will be open to Internet.  If you want to close the 8080 and 8181 you will need an AJP proxy or to mark packets in the firewall. Read this link:

http://stackoverflow.com/questions/11065124/iptables-redirect-80-to-8080-but-block-public-8080-access

:)

Tuesday, February 18, 2014

Dell H710P is equivalent to LSI MegaRAID SAS 9266-8i

Dell H710P RAID card is equivalent to LSI MegaRAID SAS 9266-8i so if you want MegaCLI tool to manage the card then you can go to LSI webpage:

http://www.lsi.com/support/Pages/download-results.aspx?component=Storage+Component&productfamily=RAID+Controllers&productcode=P00584&assettype=0&productname=MegaRAID+SAS+9266-8i

"Management Software and Tools" tag and download the MegaCLI for Linux. I am using CentOS 6.x. Inside of the zip file there is a RPM. It works!
To show all cards in your box:

/opt/MegaRAID/MegaCli/MegaCli64 AdpAllInfo -aALL

PS: Check check!

$ /opt/MegaRAID/MegaCli/MegaCli64 -LDInfo -LALL -aALL | grep State

State               : Optimal


Good Luck!

:)

Tuesday, February 11, 2014

CentOS SPEC files repo created

I have created a new repo with some of my SPEC files for CentOS:




And you can find RPMs packages generated by my SPEC files for CentOS 6 here:




;)