Bin-Blog logoBin-Blog

Learn about the latest in Web Development – as soon as I do.

Posts Tagged ‘Linux’

Using Linux for a better Windows Experience

By Binny V A • Jan 17th, 2009

If you are a Windows user who want more stability(but unwilling to switch to Linux completely), this post is for you. Basically, you have to create a dual boot system with Linux and Windows – and use Linux for doing the more ‘unsafe’ operations. The end result is windows remains stable – and you will be able to do things that are potentially dangerous.



Installing lighttpd Web Server in Linux with PHP and MySQL

By Binny V A • Nov 10th, 2008

After two articles on installing Apache, lets take a look at installing and configuring lighttpd web server on a linux system. lighttpd (pronounced “lighty”) is a web server designed to be secure, fast, standards-compliant and flexible while having a low memory footprint.



Compile and Install a LAMP(Linux/Apache/MySQL/PHP) Server from Source

By Binny V A • Sep 22nd, 2008

In the last post, I described the method to install a LAMP server using apt in debian. But in some occasions, we need the latest build of the software – then we have to install it from source.



Installing LAMP(Apache Web Server/PHP/MySQL) in Debian/Ubuntu

By Binny V A • Sep 16th, 2008

Installing the LAMP environment on a Linux system is easy if you are comfortable with using the native package management software. If you on a Red Hat/Fedora/CentOS system, that will be yum – and for Debian/Ubuntu systems, that will be apt. This tutorial shows you how to install Apache 2, PHP 5 and MySQL 5 in Debian using apt.



Hello Script for bash

By Binny V A • May 12th, 2008

Hello Script series for Bash. ‘Hello Script’ is a file that contains the most commonly used elements of a programming language so that it can be used as a cheat sheet when working with that language. bash bash is the most commonly used shell in Linux. That makes the bash scripting language the most popular [...]



Tk Verses Gtk(And Python verses Tcl)

By Binny V A • Oct 31st, 2007

Back when I was using Windows, I searched for some language that would let me create GUI application. I knew C++ – but creating a GUI using C++ was very, very hard. After some searching I found Tcl/Tk – it was perfect. I liked Tk so much that I used it to create GUI in [...]



Case Sensitivity in URLs

By Binny V A • Oct 17th, 2007

I am an open source guy – so naturally I prefer the flagship OSS software Apache to the proprietary Microsoft IIS. But there is one area where IIS does a better job than Apache – the case sensitivity of URLs.



LinDesk – Linux on the Desktop

By Binny V A • Sep 1st, 2007

I have a new blog – LinDesk. LinDesk concentrates on the use of Linux on the Desktop. I am trying to keep it distro agnostic – but there is a slight leaning towards Fedora – as it is the distro I am using. Also, you might find a disproportionate amount of articles about KDE. Actually [...]