hello, I'm trying to create a makefile to run multiple c files. I am able to run one c file only with the code I have when I tried to run 2 or more c files I'm not able.
I was playing arround with conky and wanted to show an animation..So I took a compdead.gif and used this line to grap all stills from it:gifsicle --unoptimize --explode /home/pieter/temp/compdead.gif --output /home/pieter/temp/temp.gifAbove line creates images in /temp/ that look like this:temp.gif.001
temp.gif.002
temp.gif.003
temp.gif.004
temp.gif.005
..
temp.gif.236
temp.gif.237
temp.gif.238The
Hi,
My explorer has some kind of heating problem.Well its summer now and weather is very hot in asia okay...... But usually when browsing(opera mini) video playback or gaming(medium) the temp remains in 40s C.Its okay it remain below 45C.But when I make a hotspot and use my phone internet on pc with wifi.The temp goes up to 52C!
Ubuntu is not the problem, but but I am hoping that the the collective knowledge might point me in the right direction for my XP side problem.
Ubuntu 12.04 runs no problem for days with CPU reading at 30-40C. When running XP temp rises over 30-50 minute period to 80C, and the system reboots.
Hi there,
I REALLY would like to get lm-sensors working on this machine.
It is an "Abit AL8" motherboard and has the uGuru thingy. I have 4 fans and would really like to know what they are actually doing. The BIOS reads them just fine.
I ran sensors and I got this result
Quote:
Adapter: ISA adapter
VCore: +1.22 V (min = +0.00 V, max = +1.74 V)
in1: +1.06 V (min = +6.60 V, max = +10.08 V) ALARM
AVCC: +3.33 V (min = +2.03 V, max = +0.88 V) ALARM
Hi fellas!
I make a sh script which the following:
Code:
sudo mkdir Temp
sudo mount -o loop output.img Temp
The command mounts the img.Thats fine.But it moun s it as read only.But I need to edit/delete some files inside it and repack it as ext4 using this command:
Code:
sudo ./mkuserimg.sh -s Temp factoryfs.img ext4 ./temp 893386752B
The part I'm lacking is,How do I remount t
today i got other issues.
as i was always using os window my fan speed and temp work fine the fan run fast and temp get higher only when i was playing a very high graphics games.
now on ubuntu , i have this issues that i can hear my fan noise and i can feel my laptop temp as its very high.
i use ubuntu 12.04 lt is version i want my fan to work fine and smoothly like normal and speed up when it
I want to run a command and save its output and its exit code, in different files.
Here's what i am doing:
cmd.exe /C command 1> %TEMP%\output.log 2> %TEMP%\error.log && echo %ERRORLEVEL% > %TEMP%\status || echo %ERRORLEVEL% > %TEMP%\status
If i don't do output redirection (into %TEMP%\output.log and/or %TEMP%\error.log), then exit code is saved just fine.
However, when i r