jueves, 23 de febrero de 2012

install iSymphony on elastix

wget http://www.i9technologies.com/support/internal/isymphonybuilds/2.2.0_2315/iSymphonyServer-2.2.0_2315-1.noarch.rpm

rpm -ivh iSymphonyServer-2.2.0_2315-1.noarch.rpm

cd /opt/isymphony/server
./config.sh


Type in:
/opt/openfire/jre






Make iSymphony start at boot:
nano /etc/rc.d/rc.local

Copy and paste this into the file

/opt/isymphony/server/shutdown.sh
/opt/isymphony/server/startup.sh

Install the free pbx module and your good to go

Otra Guia:

jueves, 19 de enero de 2012

The Perfect Server - CentOS 6.2 x86_64 With Apache2

http://www.howtoforge.com/perfect-server-centos-6.2-x86_64-with-apache2-ispconfig-3


http://www.howtoforge.com/quick-n-easy-lamp-server-centos-rhel

OpenSSH Installations under CentOS Linux

To install the server and client type:
# yum -y install openssh-server openssh-clients

Start the service:
# chkconfig sshd on
# service sshd start

miércoles, 4 de enero de 2012

Instalar Asterisk Monitor

Esta es una guia para Instalar Asterisk Monitor (MonAst) 3.0
en Elastix 2.2.0

Ingresamos en consola de la central asterisk y ejecutamos los siguientes comandos:

cd /root

 
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
 
yum install python-devel python-crypto pyOpenSSL zope
 
cd /usr/src
mkdir twist
cd twist
wget http://twistedmatrix.com/Releases/Twisted/11.0/Twisted-11.0.0.tar.bz2
tar jxvf Twisted-11.0.0.tar.bz2
cd Twisted-11.0.0
sudo python setup.py install
 
cd /usr/src
mkdir StarPy
cd StarPy
wget http://ignum.dl.sourceforge.net/project/starpy/starpy/1.0.0a13/starpy-1.0.0a13.zip 
unzip starpy-1.0.0a13.zip 
cd starpy-1.0.0a13 
python setup.py install
 
pear install HTTP_Client
cd /usr/src
mkdir monast 
cd monast 
wget http://kent.dl.sourceforge.net/project/monast/Monast%20for%20Asterisk%201.4%2C%201.6%20and%201.8/3.0b4/monast-3.0b4.tar.gz
tar zxvf monast-3.0b4.tar.gz
cd monast-3.0b4
./install.sh
 
MonAst base path [/opt/monast]:
MonAst HTML path [/var/www/html/monast]:
MonAst already instaled on this system. Overrite? [y/n]: y
MonAst instaled at /opt/monast
HTML files instaled at /var/www/html/monast
Instaling init.d scripts
I have demon monast started. I am trying to figure it out how to add extension under: y
 
Editamos:
 
nano /etc/asterisk/manager_custom.conf
 
Adicionamos:
 
[monast_user]                                                                                                                  
secret=12345                                                                                                                 
deny=0.0.0.0/0.0.0.0                                                                                                         
permit=127.0.0.1/255.255.255.0                                                                                          
writetimeout=100                                                                                                              
read=system,call,log,verbose,command,agent,user,config,originate,reporting                                
write=system,call,log,verbose,command,agent,user,config,originate,reporting
 
Editamos:
nano /etc/monast.conf
Modificamos valores de usuario, contraseña y direccion del pbx
Arrancamos el Servicio:
/etc/init.d/monast start
 
Entramos a Monast:
https://your_ip/monast

lunes, 15 de agosto de 2011

Barracuda Bios

BIOS PASSWORDS;
BIOS PW: 322232 32232 BCNDK1 ADMINBN99
DEFAULT PASSWORD (GUI) admin or adminbn99
RAID PASSWORD 0000
322732
000100
32020000
3321

viernes, 27 de mayo de 2011

deepOfix

http://download.deeproot.in/deepOfix-Mail-Server/deepOfix-Mail-Server-v3.3-r482.iso

martes, 3 de mayo de 2011

Instalar Libre Office en Ubuntu / Mint / Debian

In Terminal (Cosola)

sudo apt-get purge openoffice*.*

sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get update
 apt-get install libreoffice libreoffice-l10n-es language-support-es libreoffice-gnome