A Glance into Ruby on Rails

A Glance into Ruby on Rails

Ruby is a pure object-oriented programming language with a super clean syntax that makes programming elegant and fun. Ruby successfully combines Smalltalk’s conceptual elegance, Python’s ease of use and learning, and Perl’s pragmatism. Ruby originated in Japan in the early 1990s, and has started to become popular worldwide in the past few years as more …

Read More Read More

The Tcl programming Language

The Tcl programming Language

Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more. Open source and business-friendly, Tcl is a mature yet evolving language that is truly cross platform, easily deployed and highly extensible. …

Read More Read More

The Ruby Programming language

The Ruby Programming language

Ruby is a language of careful balance. Its creator, Yukihiro “matz” Matsumoto, blended parts of his favorite languages (Perl, Smalltalk, Eiffel, Ada, and Lisp) to form a new language that balanced functional programming with imperative programming. Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text …

Read More Read More

Caller ID problem with Aserisk?

Caller ID problem with Aserisk?

Introduction – Magnet has the expertise to build a VoIP based extensible EPABX system. The system runs on standard PC hardware and provides scalability and advance feature set at a fraction of cost of similar solutions. Please click here for more details… We were facing Caller ID problem with Asterisk (PBX) since long time.. Finaly …

Read More Read More

How to swap data in two columns – MySQL

How to swap data in two columns – MySQL

Introduction – Few days back somebody ask me about “How to swap data in two columns?”. Before that I have never thought about such situation… 1] Login to MySQL Server and create Datatabase – root@IndianGNU:/home/arun.bagul# mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection …

Read More Read More

SSH to Run Command on a Remote Machine..

SSH to Run Command on a Remote Machine..

SSH provides wounder facility to run linux command on remote machine, provided that you have SSH access to that machine… We can use this feature of SSH for troubleshooting purpose… for example suppose there is “logout” command in your “.bashrc” file of remote user. In this case you will not get ssh access until you …

Read More Read More

Sun Microsystems acquire MySQL !!

Sun Microsystems acquire MySQL !!

January 16, 2008 Sun Microsystems, Inc. announced that it has entered into a definitive agreement to acquire MySQL AB, an open source icon and developer of one of the world’s fastest growing open source databases for approximately $1 billion in total consideration. The acquisition accelerates Sun‘s position in enterprise IT to now include the $15 …

Read More Read More

Installing and configuring SSHD Filter

Installing and configuring SSHD Filter

Introduction – SSHDFilter is open source tool by which we can manage SSH service effectively and we can secure our system from brute force attack. This tools will block brute force attack by using IPtables. You can downaload the sshdfilter from the following location http://www.csc.liv.ac.uk/~greg/sshdfilter/ and then untar the tar.gz file… #wget -c http://www.csc.liv.ac.uk/~greg/sshdfilter-1.5.5.tar.gz #tar …

Read More Read More