I am new to sharepoint and I created a web page in SharePoint. I want to make connectivity to this page with linux server. So that we can run some commands from SharePoint (send that command to linux server and execute from there) and we can read from Linux server into SharePoint page.
Is it very complex? Or can we write small script where we can pass the server name and userid/ password to connect Linux server. Any help will be highly appreciated.
I have post this to https://stackoverflow.com/questions/24666511/connect-microsoft-sharepoint-to-linux-server too.
Edit
We have created a web page in SharePoint. We want to create a button and when we click on this button, it will execute a script on Linux server and will produce the report. If it will be easy to fetch report from Linux server directly then we will pull the reports from Linux server to Microsoft SharePoint and publish.