How to install Zabbix yum -y update yum -y install httpd php php-cli php php-ctype php-bcmath php-xmlreader php-xmlwriter php-xmlwriterfping libcurl libiksemel net-snmp php-net-socket php-mbstring php-gettext mysql mysql-server mysql-devel.x86_64 php-mysql.x86_64 libxml2-devel.x86_64 libxml2.x86_64 libxml2-static.x86_64 net-snmp-devel.x86_64 net-snmp-libs.x86_64 net-snmp-utils.x86_64 libcurl-devel.x86_64 libcurl.x86_64 curl.x86_64 gd.x86_64 gd-progs.x86_64 […]
script to autoinstall vmware tools
Login VSphere Choose the VM > Guest > Install VMware Tools Conect via Console VMWare vSphere (not SSH), run the script: copy/paste the script to vminst.sh #!/bin/bash mkdir /mnt/cdrom mount /dev/cdrom /mnt/cdrom VMT=`/bin/ls /mnt/cdrom/VM*.gz |cut -d “/” -f4` cp -v […]
error while loading shared libraries: libssl.so.6
ERROR: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory or error while loading shared libraries: libssl.so.6: wrong ELF class: ELFCLASS32 nagios check_tcp and check_http may get this errors because they use a […]
rdesktop ERROR: recv: Connection reset by peer
rdesktop ERROR: recv: Connection reset by peer Solution: Run > SystemPropertiesRemote.exe deselect “Allow connections only from computers running Remote Desktop with NLA” Run > mmc Add SnapIn > Terminal Services Configuration RDP-Tcp (Right Click Properties) Encryption – Security layer : […]
AWS Certified Solutions Architect
I passed my AWS Certified Solutions Architect exam, I got certified ! I did have over 1 year expierence before taking the exam. There were lots of questions about EBS,AutoScale,ElasticIP,VPC,etc… I remember little about specific questions, I only had one […]
How to restream mms to wowza
How to restream mms to wowza (Centos 6 and Linux AMI) Add these repos /etc/yum.repos.d/centos.repo [centos] name=CentOS-6 – Base baseurl=http://mirror.centos.org/centos/6/os/x86_64/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6 enabled=1 priority=1 protect=1 includepkgs=SDL libtheora gsm libdc1394 libdrm liboil mesa-dri-drivers mesa-dri1-drivers mesa-dri-filesystem libraw1394 libpciaccess cppunit libLLVM /etc/yum.repos.d/dag.repo [dag] […]
vbs ftp sync script
We are using this script with jenkins to deploy “upload” a specific folder to a remote FTP. I used the winscp.exe synchronize command for it. ‘ script para envio de diretorio via FTP ‘ Felipe Ferreira Setembro 2014 ‘ Para […]