• 0

 Linux Control Panel - Programming Language


Question

Hello,

I got a server from VPB, now I had planned to create my own control panel. 

I want to ask, which language you guys recommend for developing it.

PERL, PHP or PYTHON?

Also how can we run Linux Shell Commands via these programming languages. Can someone shed light on it?

Thank You!

 

3 answers to this question

Recommended Posts

  • 0

I'd recommend PHP - it's the most widely supported language.  The vast majority of web applications are written in PHP, using a MySQL database.  Almost all hosting accounts support both technologies.

All these scripting languages allow you to run shell commands via a special function call.  e.g http://php.net/manual/en/function.shell-exec.php

 

  • 0
On 20.11.2015 at 0:18 PM, Scarlettsu said:

I want to ask, which language you guys recommend for developing it.
PERL, PHP or PYTHON?
Also how can we run Linux Shell Commands via these programming languages. Can someone shed light on it?
Thank You!

2

Hey

You can try PHP and it will be easiest. You can use PHP 'shell-exec' function to run system calls.

You can also try Python which has its own web framework for developing web-applications. Python also has 'exec' function for running system calls.

 

Developing your own control panel it's a challenging project you know :)

But it will be at least a good project to learn PHP or Python 

 

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.