Install Asterisk 1.8 from source on Ubuntu 12.04

Install Asterisk 1.8 from source on Ubuntu 12.04

New install updating the patches

apt-get update apt-get upgrade

Verifying kernel headers are installed

apt-get install linux-headers-`uname -r`

Downloding a packages for building asterisk, dependencies, compilers, etc

Compiler

apt-get install build-essential

sudo apt-get install libssl-dev

Required Dev file

apt-get install libxml2-dev

Termcap dev files

apt-get install libncurses5-dev

Continue reading Install Asterisk 1.8 from source on Ubuntu 12.04

Asterisk 11.0.0-beta1 Now Available

 

The Asterisk Development Team is pleased to announce the first beta release of Asterisk 11.0.0 (the first Long Term Support release since 1.8). This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/releases

All interested users of Asterisk are encouraged to participate in the Asterisk 11 testing process. Please report any issues found to

Continue reading Asterisk 11.0.0-beta1 Now Available

How To Install Restricted Extras In Ubuntu 12.04 LTS

How To Install Restricted Extras In Ubuntu 12.04 LTS

Installing this package will pull in support for MP3 playback and decoding, support for various other audio formats (gstreamer plugins), Microsoft fonts, Java runtime environment, Flash plugin, LAME (to create compressed audio files), and DVD playback.

sudo apt-get install ubuntu-restricted-extras

Possibly Related Posts:

FreeBSD -Apache22 Installation and troubleshooting
FreeBSD: Apache 2.4 available in ports
Software that tracks people on social media created by defence firm
Secure VPN Connection terminated locally by the Client Reason 442: Failed to enable Virtual Adapter
Microsoft announces Windows 8 App Fest in India

Android malware !!!!!!

If you are an Android device user, you may in deep trouble, warns British Telecom. BT has come up with some eyebrow-raising statements about Android operating system. is an issue for sure, but a security expert from BT has said that it is an epidemic, which is affecting everyone.

Speaking at the NetEvents Americas conference,

Continue reading Android malware !!!!!!

HOw to disable Guest user account on ubuntu12.04 ?

I was thinking a lot to safe guard my Linux .

Q: How to disable the guest user login ?

$sudo /usr/lib/lightdm/lightdm-set-defaults -l false

$sudo restart lightdm

 

Q : How to Enable teh guest user login ?

 

$sudo /usr/lib/lightdm/lightdm-set-defaults -l true

$sudo restart lightdm

 

Possibly Related Posts:

Install Asterisk 1.8 from

Continue reading HOw to disable Guest user account on ubuntu12.04 ?