• 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!

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 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 

 

Link to comment
Share on other sites

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

    • No registered users viewing this page.