Archivo del Autor: carlosap

Solaris Containers cheat sheet

This a quick cheat sheet of the commands that can be used when using zones (containers), for a more complete guide see solaris zones. Zone States Configured Configuration has been completed and storage has been committed. Additional configuration is still required. Incomplete Zone is in this state when it is being installed or uninstalled. Installed… Leer más »

zone creation solaris 10

https://blogs.oracle.com/mandalika/entry/solaris_10_zone_creation_for chmod 700 /desm chmod 700 /desm/zoneoe zlogin zoneoe shutdown -i 0 zoneadm -z zoneoe halt zoneadm -z zoneoe uninstall zoneadm list -cv zonecfg -z zoneoe ——————————- create -b set zonepath=/desm/zoneoe set autoboot=true set ip-type=shared add net set address=192.168.1.205 set physical=e1000g0 set defrouter=192.168.1.1 end remove inherit-pkg-dir dir=/usr remove inherit-pkg-dir dir=/sbin remove inherit-pkg-dir dir=/lib remove inherit-pkg-dir… Leer más »

postfix remove headers with MailScanner

I use postfix with MailScanner and that’s why I cannot use: /^Received:/ IGNORE in my header_checks file, because i use: /^Received:/ HOLD (see http://www.sng.ecs.soton.ac.uk/mailscanner/install/postfix.shtml ) But it’s no problem, because it’s possible to remove mail headers also with MailScanner. Example: ======== You want to remove information about your LAN structure from mail headers sent from… Leer más »

nmap postfix

http://blog.datencamp.org/2012/08/howto-trick-nmaps-service-detection/

Quick Guide to setting up Multi Database ODBC / JDBC connectivity progress

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 »

How to add text at the end of each line in Vim?

*-*-*-*-*-*-*_*-*-*-*-*-*-*_*-*-*-*-*-*-*_ 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 »

How to Remove Storage Areas and Data Extents in Progress 9.x, 10.x, and 11.x

  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 »

How to configure Veaam (a backup software for VMware virtual machines) to make use of proquiet when doing VMware snapshots of CentOS 6 Linux machines , snapshots

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 »

What is the fastest way to remove all records from a database table?

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 »