Asterisk : About Asterisk from Digium Steve Sokol

Watch this new video from Digium to learn how you can get started with Asterisk! During this Steve Sokol presentation you will learn:

What is Asterisk?

What can I do with Asterisk? Which version should I use? How do I get started?

Enjoy it!

More Information HERE

Possibly Related Posts:

Asterisk : upgrading from [...]

Security :OpenDNS – For Secure and Reliable Internet Surfing

OpenDNS is a free DNS (Domain Name System) resolution service. OpenDNS offers faster resolution and advanced features, such as misspelling correction, phishing protection, and optional filtering. And for parents, OpenDNS give parental control for your kids.

OpenDNS provide fast, reliable and secure service consumers and businesses as an alternative to using their Internet service provider’s [...]

Linux :sun java 6 on lucid lynx

Linux :sun java 6 on lucid lynx

To install sun-java6-jre on Ubuntu 10.04 LTS, type the commands below in Terminal:

kartook@Dwarez:~$sudo add-apt-repository “deb http://archive.canonical.com/ lucid partner” kartook@Dwarez:~$sudo apt-get update kartook@Dwarez:~$sudo apt-get install sun-java6-jre

Possibly Related Posts:

CisCO UCS Required Documentation listed Tech : RealVNC demos BIOS-based server at IDF 2011 How to uninstall Vmware workstation v 8.0.0.471780.bundle
Windows : HOw to delete Tmp filed through cmd?
Linux : Flash fullscreen doesn’t work on Ubuntu 10.10

LINUX : How to Find the Most Memory taking process in Ubuntu

Some Times system we need to kill the memory eater process. When your system become slower, check the following command and find the memory eater.

Open a terminal and Type the following command

kartook@Dwarez:~$ sudo ps aux | sort -nrk 4 | head

Outputlooks like Below

kartook@Dwarez:~$ sudo ps aux | sort -nrk [...]