nmap postfix
http://blog.datencamp.org/2012/08/howto-trick-nmaps-service-detection/
http://blog.datencamp.org/2012/08/howto-trick-nmaps-service-detection/
http://knowledgebase.progress.com/articles/Article/P119452 For the purposes of this solution examples will be made referring to database1, database2 and database3 which are all copies of the sports2000 database. All databases must be started with separate TCP/IP ports. The primary database (database1) should not be included within the database1.oesql.properties file mentioned below. In the directory where database1 resides create… Leer más »
*-*-*-*-*-*-*_*-*-*-*-*-*-*_*-*-*-*-*-*-*_ Final de Línea agregar texto Buscar y Reemplazar $ :%s/$/,/ :%s/$/,/ : – enter command mode % – for every line s – substitute /$ – the end of the line /,/ – change it to a comma *-*-*-*-*-*-*-*-*-*-*-*-* PRINCIPIO DE LÍNEA AGREGAR TEXTO :%s/^/foo: / :%s/$/,/ : – enter command mode % -… Leer más »
http://knowledgebase.progress.com/articles/Article/18590 Información Article Number 000001100 Environment Progress 9.x OpenEdge 10.x, 11.x All Supported Operating Systems Question/Problem Description How to remove all extents from a storage area. Can I remove an extent that is not empty? How to remove storage areas and data extents. Steps to Reproduce Clarifying Information Error Message Defect/Enhancement Number Cause Resolution… Leer más »
http://knowledgebase.progress.com/articles/Article/000055417 Article Number 000055417 Environment Product: OpenEdge Version: All supported versions OS: CentOS/Red Hat 6 Question/Problem Description How to configure Veeam to use PROQUIET when taking VMware snapshots of CentOS 6 Linux machines? How to use PROQUIET before and after a VMware snapshot against a running OpenEdge database? How to take Veeam backups against online… Leer más »
http://knowledgebase.progress.com/articles/Article/P36834 nformación Article Number 000020585 Environment Question/Problem Description What is the fastest way to remove all records from a database table? Steps to Reproduce Clarifying Information Error Message Defect/Enhancement Number Cause Resolution The fastest way to remove all records from a database table without messing around with the metasachema is to use the following code:… Leer más »
# iscsiadm add discovery-address 192.168.1.50:3260 # iscsiadm modify discovery –sendtargets enable # devfsadm -i iscsi then after putting «format» command we were able to format iSCSI target – See more at: http://kb.open-e.com/How-to-connect-to-iSCSI-target-using-Solaris-10_322.html#sthash.VrnyqYbI.dpuf
gartner 2015 magic quadrant for itsm tools
First test the OpenEdge 11.5 connection with a test database, for this, under a proenv command prompt window use the commands: prodb testdb demo an then add a sysprogress user to that database and start that database with proserve testdb -S 5555 To test an SQL connection with a JDBC connection to that database use… Leer más »
To disable firewalld, run the following command as root: systemctl disable firewalld Stop Firewalld To stop firewalld, run the following command as root: systemctl stop firewalld