How to Install Java in ubuntu 14.04

July 11, 2016 Basic Java, JAVA

Open Applicaction -> Accessories -> Terminal Type commandline as below… sudo apt-get install openjdk-7-jdk Type commandline as below… apt-cache search jdk (Note: openjdk-7-jdk is symbolically used here. You…

Banner in CetOS or any linux Flavour

July 7, 2016 UBUNTU

Banner Files or say hello to the user that log in and NO to unauthorized users. Author: matsk Final: 2009-02-10 Send improvements, corrections and comments to the CentOS-docs…

Install phpMyAdmin

July 7, 2016 Asterisk, Elastix, MYSQL

install phpMyAdmin easily on Elastix if it isn’t installed: yum install -y phpmyadmin Then edit the file /etc/httpd/conf.d/phpMyAdmin.conf Add the line “Allow from all” to this entry so…

mYsql Database back on command prompt

July 7, 2016 MYSQL

@echo off CLS cd c:\temp set MYSQLUSER=root set MYSQLPASS=PassWord set BATCHFILE=c:\temp\Batch_mysqldump.bat set DUMPPATH=c:\temp SET backuptime=%DATE:~4,2%-%DATE:~7,2%-%DATE:~10,4%-%TIME:~0,2%-%TIME:~3,2% SET backuptimelog=%DATE:~4,2%-%DATE:~7,2%-%DATE:~10,4% %TIME:~0,2%:%TIME:~3,2%:%TIME:~6,2% echo starting MySqlDump at %backuptime% echo ------ starting MySqlDump at…

Change SQL in Trixbox 2.6.1 Passwords Step by Step

July 5, 2016 Asterisk, Trixbox

http://trixbox.org/forums/trixbox-forums/open-discussion/change-default-sql-password-freepbx-version-2-6 How to Change MySQL passwords: Follow each step in order ! Step 1) mysql -u root –p [ENTER] Step 2) Enter password: passw0rd [ENTER] Welcome to the…

PBX Cheat Sheet

July 4, 2016 Asterisk

Notes on FreePBX, IncrediblePBX, and the like. Installation Copy the ISO to the SDHC card Download IncrediblePBX for Pi. See http://nerdvittles.com/?p=3026 Unpack the tarball. Put the SDHC card…

Install Webmin on Ubuntu

July 3, 2016 UBUNTU

Install Webmin On Ubuntu  Add the webmin  repository to Your Source file: Edit Source file. User following command to edit your source file sudo vi /etc/apt/sources.list Add the…

DTMF to file

June 30, 2016 Asterisk, GoAutoDial, VICIDIAL

Here’s the source for a php/agi file and dialplan sample I made, which can help you implement what you need : #extensions.conf exten => 12345,1,Goto(dtmf-recording,${EXTEN},1) [dtmf-recording] exten =>…