Set up Asterisk Server on Ubuntu VM in VirtualBox to test Linphone : Part 2
We continue from the Set up Asterisk Server on Ubuntu VM in VirtualBox to test Linphone : Part 1, and will show how to configure Asterisk and Linphone as SIP…
We continue from the Set up Asterisk Server on Ubuntu VM in VirtualBox to test Linphone : Part 1, and will show how to configure Asterisk and Linphone as SIP…
When working with VOIP, it's helpful to have Asterisk server on the development machine. Asterisk server is Digium's software implementation of PBX (private branching exchange), which provides features like voice…
I was able to set up the Django sample site on my Dreamhost site. Django is a high-level Python Web framework that facilitates rapid web application development. I was able…
Java 8 (1.8.11 at the time of the writing) is the latest Java version. It was released in March this year and contain various major updates, including the long-waited lambda…
This blog entry shows how to update to python 3 and how to install python modules on Mac Mac Version 10.8.2 Python Version: 3.4.1 Update to python3 First install Python…
I have been wanted to practice and relearn python and I recently, during my annual month-long summer break from work, had a chance to revisit python. I'd like to share…
This posts documents the steps I took to set up Django on my Windows 8 box. What is Django Django is a high-level Python Web framework that encourages rapid development…