has a different last opened date (9213) Extent has a different last opened date , (9213)

Progress recomends the use of the PROBACKUP utility for backing up the Progress database because PROBACKUP backs up all the database files on-line in the same state (with the same date/time stamp) by making a snapshot of the database. If no users where accessing the database while it was backup online the «PROSTRCT UNLOCK» command… Read More: has a different last opened date (9213) Extent has a… »

How to setup a second instance of the Web Services Adapter

http://knowledgebase.progress.com/articles/Article/P91699 Setup your first instance of Web Services Adapter by using a copy of the <OpenEdge directory>\servlets\wsa directory. For an example please refer to Article 000020481, «How to setup the Web Services Adapter (WSA) with Tomcat on a Windows Platform.» . To setup a second instance please follow these general guidelines: 1. Stop your Java Servlet Engine (JSE), e.g. Tomcat. 2. Make another copy of the <OpenEdge directory>\servlet\wsa directory (this copy will go into your JSE ‘s webapps… Read More: How to setup a second instance of the Web Services… »

Deploy WebService application in Progress Explorer wsa

Cause The security constraints for administration are enabled by default. Resolution 1. Disable security constraints by commenting the tag in the WEB-INF\web.xml file where the WSA has been deployed in the Java Servlet Engine (JSE). NOTE:  There are multiple sections for security contraint in the web.xml and they will all need to be disabled. <!– <security-constraint>… Read More: Deploy WebService application in Progress Explorer wsa »

Bash specially-crafted environment variables code injection attack CVE-2014-6271

http://www.rapid7.com/db/modules/auxiliary/scanner/http/apache_mod_cgi_bash_env Posted on 2014/09/24 by Huzaifa Sidhpurwala Bash or the Bourne again shell, is a UNIX like shell, which is perhaps one of the most installed utilities on any Linux system. From its creation in 1980, bash has evolved from a simple terminal based command interpreter to many other fancy uses. In Linux, environment variables… Read More: Bash specially-crafted environment variables code injection attack CVE-2014-6271 »

install webmin centos 7

Webmin is a web based tool for Linux, it helps to manage the services like DNS, DHCP, MySQL server, PostgrSQL and other networking services. It also helps to manage the user, disk, file system, process, packages, etc.. This post will guide you to install Webmin on CentOS 7. Create repo for webmin. vi /etc/yum.repos.d/webmin.repo Place… Read More: install webmin centos 7 »

centos 7 minimal

ifconfig -a equivalente en centos 7: ip a list   Install net-tools (ifconfig) #yum install net-tools

How to get started with Firewalld

source: http://www.tejasbarot.com/2014/08/05/rhel-7-centos-7-how-to-get-started-with-firewalld/#axzz3DakgfzHX   Hello All, Today I was trying to learn and know about Systemd. I have found one of the great Article about firewalld, Sharing with you guys, It will help you to understand this biggest and major change in RHEL and CentOS 7. This article is not mine, I found on internet and… Read More: How to get started with Firewalld »