Ubuntu 12.10 Fan overspeeding [closed] - linux

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have installed Ubuntu 12.10 leaving Win 7 licensed ver. But again as usual I need to fix so many issues.
This time fan is creating lots of noise. I was looking for the solution and found the below:
sudo tee /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq < \
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq
But I read that cpufreq is for cpu frequency. What to do now? I have already executed the command.
What is the solution for my problem of fan sound in Ubuntu 12.10. In win 7, this is not the problem.

I believe you are looking for
fancontrol

Related

Is there any Linux distro which works in real mode? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am looking for GNU/Linux distribution which works in real mode. I want to install it in virtual machine so I can study assembly. Is there any one who can help me with it ?
There's ELKS, a subset of Linux suitable for the 8086 processor (ie, no memory manager unit needed, real mode only, etc). But I don't think that such a beast will be your best vehicle to study assembly...

lame linux inquiry: viewing PNGs and JPGs... but FAST [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Anyone know some image viewers for Linux/Ubuntu
which have faster loading times than the
gimp and firefox which I can install with
apt-get, or which are already on the system.
Fed up of having to wait for these to load,
each time I need to view an image. I need
something fast and jiffy.
I'm also looking for sth I can run from the command line.
Try the "display" command line. apt-get install imagemagick
Shachar
Eye of Genome is very light and fast: http://projects.gnome.org/eog/

Take picture from webcam using linux command line (bash) [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am well aware that there is "exactly" the same question already asked, but it seems the user that posted the question initially never took an interest in the question, and the answers all were for windows systems.
I want to take a picture with the webcam every N time units and store it to /tmp/somefolder/ for further use with other tools and only keep the last M images.
The main problem is taking the picture to start with, the rest i would have pretty much covered, would be glad for any suggestions.
OS: Ubuntu 10.04 x86_64
Webcam: MS LifeCam VX2000 and/or Logitech C210 (both working with cheese)
Install mplayer
mplayer -vo png -frames 1 tv://

Linux Small Text only version [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I need a small linux Text only version bootable installed on a partition of my hardrive, How can I customize a Linux version like redhat, debian, puppy etc. Please suggest some suitable distribution?
Depends on what you call small and what the purpuse of the installation is. I'd recommend [Debian stable][1] (Lenny) or [Ubuntu-server][2] for server-purposes. A really small distro is [Damn Small Linux][3]. If you just want to play around with a small-as-possible distro, you can try the time-consuming [Linux-from-Scratch][4].
Archlinux, definitely. But it's not programming related.

Definitive website or pdf that explains about linux? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
like what is X windows,Cygwin,file system
Well, first you have to choose which Linux distribution you wish to use/learn, then you just use that distro's documentation, which normally has allot info.
You can find here some linux beginner lessons: http://www.linux.org/lessons/beginner/toc.html
Finally the best way to learn, besides reading is "getting your hands dirty". Install a distro of your choice and mess with it :)
I think this is a great way to start

Resources