Web Dev

The post contains posts related to scripting languages.

[Solved] Error installing sqlite3, Failed to build gem native extension

Ruby on Rails often requires various gems and sometimes its a roller coaster ride to install them. For me, installing…

Read More »

[Solved] SocketException Permission denied - CakePHP

CakePHP is a PHP development framework used in many projects. CakePHP supports sending mail via built in mail functions of…

Read More »

[Solved] libxslt is missing. please visit http://nokogiri.org

While installing Nokogiri on Ubuntu, you may get stuck with error libxslt is missing. please visit http://nokogiri.org/ The error occurs…

Read More »

[Solved] phpmyadmin connection reset error

phpMyAdmin is a web interface use to work with MySQL database. It is possible to import/export database using phpMyAdmin. Sometimes,…

Read More »

[Solved] phpMyAdmin not found Ubuntu

Installing phpMyAdmin using apt-get utility in Ubuntu is easy. While browsing phpMyAdmin link, your browser may start displaying error message…

Read More »

Disk space usage alert script - Linux

The disk space usage script is created to check the disk space usage and send alerts when disk space usage…

Read More »
Back to top button