MonoDevelop in Linux -- Terminal Commands
Posted
by Sandeep Bansal
on Stack Overflow
See other posts from Stack Overflow
or by Sandeep Bansal
Published on 2010-05-15T20:45:33Z
Indexed on
2010/05/15
20:54 UTC
Read the original article
Hit count: 225
Hi everyone,
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
© Stack Overflow or respective owner