• support[@]kurinchilion.com
  • +1 (888) 666-4252

Blog

Linux: How to display ONLY the directories?

Jan 10, 2011 - by kurinchilamp // 322 Views
To display a list of directories in Linux, issue the command $ ls -l | egrep '^d'
Continue Reading

FTP: 530 login authentication failed

Jul 14, 2010 - by kurinchilamp // 316 Views
In certain scenarios, users encounter above message when they try to connect to their web hosting accounting using one of their ftp programs like filezilla, ws-ftp, cuteftp, smartftp Solutions that seemed to have worked for me i) Host name: Try adding ftp://www.mysite.com and set the port to 21 ii) User name: Try typing username@domain.com instead of just the user name of the ftp user
Continue Reading

Beginner: Why there are many Linux Distributions?

Jun 05, 2010 - by kurinchilamp /Linux Server/ 329 Views
There are different variants of Linux in the market like RedHat, Debian, CentOS, Ubuntu, Mandrake, Suse and a Linux beginner often ponder why they call Linux distributions by various names. The kernel or the heart of all the distributions is Linux and in bringing it to different market usage different community or vendors have adopted the kernel to serve that purpose. (more…)
Continue Reading

Asterisk for Beginner: IAX Server configuration settings

May 16, 2010 - by kurinchilamp /Linux Server/ 363 Views
In the first article on Asterisk, we have seen the Asterisk installation steps and on the environment setup. In this article, we have give the configuration settings for two files iax.conf and extensions.conf which will be used to direct/receive calls from/to iax2 soft clients (more…)
Continue Reading

Asterisk Error messages

May 14, 2010 - by kurinchilamp // 300 Views
Asterisk Error: Failed to open dev dahdi transcode > Edit /etc/asterisk/modules.conf and add the line "noload => codec_dahdi.so" Asterisk Error: No music on hold classes configured disabling music on hold > Edit /etc/asterisk/modules.conf and make changes not to include res_musiconhold.c by setting "noload => res_musiconhold"
Continue Reading

Unable to connect to remote asterisk (check if /var/run/asterisk/asterisk.ctl exist?)

May 12, 2010 - by kurinchilamp // 419 Views
- Check if asterisk.ctl exists $ touch /var/run/asterisk/asterisk.ctl $ chmod 777 asterisk.ctl - Check if asterisk is running $ /etc/init.d/asterisk restart $ asterisk -r
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.