Quick-start sample app for PHP | Google+ Platform for Web | Google Developers
Origen: Quick-start sample app for PHP | Google+ Platform for Web | Google Developers
Origen: Quick-start sample app for PHP | Google+ Platform for Web | Google Developers
Esto ocurre cuando hay archivos que fueron borrados y estaban abiertos en el sistema operativo. Para ver el listado se ejecuta:
1 |
lsof -n | grep deleted |
Si aparecen datos en este comando, es porque hay archivos abiertos que fueron borrados. Para liberar el espacio hay que cerrar los archivos,
Verificar que el servicio de mesnajeria este corriendo en el elastix. En la pagina web del elastix aparece Instant Messaging Service – Running. Entrar a la ip del cliente en el puerto 9090.
Crear el archivo ‘pull_changes.txt’ :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
#Pull changes from the remote folder to the local folder #http://winscp.net/eng/docs/scriptcommand_synchronize #open a connection to the server specifying the name of the server #open scp://server.home.com:3687 -privatekey=C:\location\to\private\key.ppk #open a connection to the server using a saved winscp session open troy@server.home.com -privatekey=C:\location\to\private\key.ppk #local folder: C:\Users\troy.williams\Documents\home sync #remote folder: /home/troy/home sync # Synchronize my folders, pulling changes from the remote to the local synchronize local "C:\Users\troy.williams\Documents\home sync" "/home/troy/home sync" #close the session close #exit the scripting environment exit |
Para enviar archivos crear ‘push_changes.txt’:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
#push changes from the local folder to the remote folder #http://winscp.net/eng/docs/scriptcommand_synchronize #open a connection to the server specifying the name of the server #open scp://server.home.com:10000 -privatekey=C:\location\to\private\key.ppk #open a connection to the server using a saved session open troy@server.home.com -privatekey=C:\location\to\private\key.ppk #local folder: C:\Users\troy.williams\Documents\home sync #remote folder: /home/troy/home sync # Synchronize my folders, pushing changes from the local to the remote synchronize remote "C:\Users\troy.williams\Documents\home sync" "/home/troy/home sync" #close the session close #exit the scripting environment exit |
Ejemplo de archivo bash
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
@rem -------------------------------- @rem created 2011-08-08 copyright (c) 2011 Troy Williams @rem This file will pull changes from my server at home @ECHO OFF SET WINSCPHOME=C:\Program Files (x86)\WinSCP SET CWOLDPATH=%PATH% SET PATH=%WINSCPHOME%;%PATH% echo Pulling changes from the server winscp.com /script=pull_changes.txt pause |
Si de pura casualidad, tenemos que reinstalar un sistema que fue instalado originalmente con alguna versión de Elastix antes de la 2.0 e incluso en ocasiones con la misma 2.0, y tenemos que restaurar los passwords de las extensiones, las cuales no cumplen con la
Base de datos SQL de Microsoft Azure, implementación de base de datos, migración de base de datos, importación de base de datos, exportación de base de datos, asistente para migración Origen: Migrar una base de datos a bases de datos SQL de Azure
Top 20+ MySQL Best Practices – Tuts+ Code Tutorial
Instalar el siguiente paquete
1 |
yum install make gcc pam-devel ntp |
1. Generar Clave Privada Nueva Generar la clave privada, dar ubicacion del archivo
1 |
ssh-keygen |
Para ver la clave publica generada:
1 |
ssh-keygen -y |
2. Anexar la clave publica generada al archivo ~/.ssh/authorized_keys Entrar al servidor donde se va a cambiar y editar el archivo ~/.ssh/authorized_keys 3. Quitar las