La UNESCO recibe al papa León XIV en una jornada de reflexión sobre la inteligencia artificial, la educación y la paz. 📷 Imagen ilustrativa relacionada con la noticia El debate sobre el papel de la inteligencia artificial en la sociedad ha alcanzado un nuevo hito simbólico: la UNESCO recibió al papa León XIV en un encuentro histórico para analizar cómo las tecnologías emergentes, la educación y la construcción de paz pueden converger en un marco ético global. Este diálogo, que trasciende lo técnico para adentrarse en lo filosófico, subraya la urgencia de alinear el avance algorítmico con valores humanos universales, especialmente en un contexto donde los sistemas de IA generativa y los modelos de lenguaje grande (LLM) redefinen industrias, culturas e incluso la geopolítica. El cruce entre ética algorítmica y doctrina social La participación del papa León XIV no es casual. El Vaticano ha sido pionero en proponer marcos éticos para la IA , como ...
PkgAcct is the cPanel & WHM event that creates or restores cPanel account backups
Create a backup
Backups can be run at any time on the command line by using the script: /usr/local/cpanel/scripts/pkgacct. It is run when WHM does a backup of each cPanel account. The options for the create process are:
# /usr/local/cpanel/scripts/pkgacct [options] USERNAME DIRECTORY
USERNAME is the cPanel account username on this server. The DIRECTORY is where pkgacct will create the archive. The default DIRECTORY is /home. Please see the documentation for a list of all the [options] available.
There are three available stages during backup creation which can be hooked. These stages are listed below:
pre — Hook action code runs before the /scripts/pkgacct script collects or writes data.
preFinalize — Hook action code runs before the system compresses or transfers the cpmove file.
postFinalize — Hook action code runs after the system compresses or transfers the cpmove file.
Select the stage
We want to maintain a list of md5sum values for each cPanel account that is backed up. In this case, our Hookable Event is PkgAcct create in the postFinalize stage.
Comentarios