MonoDevelop in Linux — Terminal Commands?

Not having used Mono, I might be wrong, but I assume you could use System.Diagnostics.Process.Start.

Up vote 1 down vote favorite share g+ share fb share tw.

I want to make a C# app in Mono as it's the only programming language I'm mostly comfortable with. Anyway, ATI Drivers on Linux do not have a Fan control feature and therefore the cards to tend to heat up. For me I prefer to have a cooler card.

What I want to do is run a command such as: aticonfig --pplib-cmd 'set fanspeed 0 70' In a application but I the thing is..How can I run that code so it works, I am currently running Ubuntu 10.04, and it does work in the terminal, but I want to implement it into an application. Thanks c# command-line mono terminal monodevelop link|improve this question asked May 15 '10 at 20:45Sandeep Bansal1,177425 96% accept rate.

Not having used Mono, I might be wrong, but I assume you could use System.Diagnostics.Process. Start Possibly something like this System.Diagnostics.Process. Start("aticonfig", "--pplib-cmd 'set fanspeed 0 70'").

Worked like a charm :D Thanks a lot, I've been stressing my head at this. – Sandeep Bansal May 15 '10 at 21:04 1 You should continue thinking as you were on Windows, as the Novell guys do a fantastic job to make you comfortable:) – Lex Li May 16 '10 at 1:38.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions