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] […]
CentOS7 change interface name
In CentOS7 or RedHat7 again we have funky strange network interfaces names… To change the name back to eth0 just follow: 1. Rename the device name vi /etc/sysconfig/network-scripts/ifcfg-ens** 2. Rename the file mv /etc/sysconfig/network-scripts/ifcfg-ens192 /etc/sysconfig/network-scripts/ifcfg-eth0 3. add net.ifnames=0 biosdevname=0 to […]
Sencha Javascript Ext JS Example
http://www.sencha.com/products/extjs/up-and-running/extjs-hello-world The output is here: http://xoroz.com/test/extjs.html Very cool demo examples: organizer Desktop (amazing) Executive-dashboard Welcome to Ext JS! More Examples: http://dev.sencha.com/ext/5.0.0/examples/index.html]]>
Javascript CREATING OBJECTS AND METHODS
(function() { //variables defined here will disappear after it ends //same happen with invoed functions within var localVar = .. ; function localFunc() { localVar = 99; //uses the previously variable that can be used within last function } localFunc() […]
