Ubuntu :: How To Run Turbo C
Jan 25, 2011
i am running some programmes on gcc compiler and i have to check same programmes on turbo c compiler. But i do not have this c turbo compiler.i have done some searching and found that it is not possible to install turbo c directly ,for this i have to use dosbox.ok now the main question is that for this i must have c++ setup which i do not have.
View 6 Replies
ADVERTISEMENT
Feb 4, 2010
I have used TurboTax online for several years to do my return....this year they are refusing Firefox running on a Linux OS!Anyone know of an alternative that is Linux friendly?
View 9 Replies
View Related
Dec 27, 2010
I want to install turbo prolog complier in ubuntu 10.10.
View 2 Replies
View Related
Mar 18, 2011
I have installed Ubuntu server 10.10 on my new computer which uses AMD Phenom II X6 1090T. But I have noticed that my CPU cores were not able to run at 3.6GHz at any time, even when I only have one CPU-intensive computing job. They are either at 3.2 GHz or 800 MHz, like this
Code:
$ cat /proc/cpuinfo | grep -i "cpu Mhz"
cpu MHz: 800.000
cpu MHz: 3200.000
cpu MHz: 3200.000
[code]....
My maximum CPU frequency seems to be locked at 3.2 Ghz:
Code:
$ dmesg | grep "pstate 0"
[ 1.595918] powernow-k8: 0 : pstate 0 (3200 MHz)
I goggled around and it seems that Linux 2.8.35 kernel have solved the problem. I just do not understand why it does not work on mine.
Code:
$ uname -a
Linux hogwarts 2.6.35-22-server #35-Ubuntu SMP Sat Oct 16 22:02:33 UTC 2010 x86_64 GNU/Linux
View 7 Replies
View Related
Oct 28, 2010
I have Phenom II X6 1055T. If Turbo Core kicks in, the speed should go up to 3.2GHz.
Problem is, it never kicks in. My kernel enabled Turbo Core already.
dmesg :
I am guessing, TurboCore depends with the P-State reading and cpu frequency thingy. As you can see, P0 are not 3200MHz (if my hypothesis are correct). Or perhaps i am wrong. I tested by not doing nothing and running folding program on one core with conky monitoring. Conky reads 5 cores at 800MHz, and one core at 2.8GHz.
TurboCore is enable on windows xp. I can see the core sometimes goes up to 3.2Ghz occasionally.
View 2 Replies
View Related
Feb 13, 2010
I have a server hosted elsewhere and I am wondering if there is a way to know if my Server has turbo mode enabled or not?
I have i5 @ 750 Intel. It support Turbo mode but am not sure if my server has got it enabled or not.
View 6 Replies
View Related
Sep 6, 2010
In our college all the systems (running on windows xp) have TURBO C/C++ installed on them which we use for C programming. I recently installed ubuntu 10.04 on me laptop (DELL Inspiron 14R (N4010) with some modifications) i read somewhere on the internet that Gedit can be used for writing a programme in ubuntu which can be compiled using gcc. Well if i use Gedit rather than Turbo c will i experience any differnce?, i mean is there any problem in doing so?? Or i should prefer running turbo c using DOS BOX?
View 7 Replies
View Related
Mar 22, 2011
how do I set up wire to accommodate turbo tax and i tunes?
View 2 Replies
View Related
Mar 4, 2010
presently am doing an LTSP project i have sucessfully insatlled DosBox and Oracle in fedora9 now i wanted to install tsam ( Turbo Assembler )
View 1 Replies
View Related
Apr 26, 2010
is there any way of using wherey() of turbo c function in gcc compiler like we have for gotoxy(), clrscr() functions.....
View 2 Replies
View Related
Apr 7, 2011
I have an acer 532h aspire one, running ubuntu 10.04.
Basically, I bought a Telstra Turbo USB broadband stick and I've been having a bit of hell getting it to work. First I couldn't get the computer to recognize it had been plugged in at all. I downloaded the modeswitch packages to no avail. I tried a few other terminal tweaks but they didn't change anything either. I left the card in and restarted the netbook and it finally recognized the wireless card. I was able to surf the internet for an hour or so a couple times. But after stowing the computer away for a couple hours and turning it on again, I found that this work around was no longer effective. So now I'm back to the blue light never blinking and I have to tether my phone and pay ridiculous data charges because I'm in the middle of nowhere.
I'm really new at troubleshooting things that don't work right out of the box.
It's a telstra turbo prepaid wireless broadband. The stick isn't even recognized as removable media.
lsusb returns this:
Also this might be relevant:
View 2 Replies
View Related
Jul 21, 2015
Due to some reason every-time I boot the laptop the power governors reset themselves to "ondemand". Which causes my laptop to overheat until it shut-downs. I tried adding this line to grub Code: Select allGRUB_CMDLINE_LINUX_DEFAULT="intel_pstate=disable" which kinda worked, but only on cpu 0.
Code: Select allcpufreq-info
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
driver: acpi-cpufreq
[code]....
View 3 Replies
View Related
Feb 13, 2010
I've clean installed over a friend's win98 with Mint 7 (disc from lab a year? or so ago).
My Optus modem prompted the wizard and now always works fine,ok speed, and I updated Mint with 300 new files etc.
But my friend's new Telstra Turbo modem,[Sierra brand] although it shows a blue light flashing, doesn't get the wizard connection process started, and there's just NO sign on Mint that it's plugged in.
If I can get it to work, it will increase the number of people I know who use linux to 1.
View 5 Replies
View Related
Mar 9, 2010
I've got a dual Xeon 5570 (Nehalem) server. It clocks down properly, but never, under any circumstances that I've found, clocks up past its TSC. Even when running basically nothing but cat /dev/zero > /dev/null, nothing gets clocked higher than the TSC. Below is the turbostat output, which clearly knows what the hardware is actually capable of, but it never actually achieves it. I'm running Lenny, with backported kernel 2.6.30-bpo.2-amd64. I tried the 2.6.32 backport and there wasn't any difference. know where I should look next? BIOS settings? Do I need to change some kernel option and recompile?
# ./turbostat
Nehalem multiplier 22, TSC frequency 2933 MHz
Nehalem 4 cores active: 24 mult, max turbo frequency = 3200 MHz
Nehalem 3 cores active: 24 mult, max turbo frequency = 3200 MHz
Nehalem 2 cores active: 25 mult, max turbo frequency = 3333 MHz
Nehalem 1 core active: 25 mult, max turbo frequency = 3333 MHz
[Code]...
View 1 Replies
View Related
Dec 15, 2009
I just installed a new HP DL360 with 32 GB of RAM and a Intel Xeon X5550 which supports speed stepping and turbo mode. I've enabled turbo in the BIOS, but cannot seem to get CentOS 5.4 to make use of either of these features. I've been googling for a solution for a while now, and tried various things, such as installing cpufreq. However, when I type cpufreq-info, I get this:
# cpufreq-info
cpufrequtils 005: cpufreq-info (C) Dominik Brodowski 2004-2006
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
[code]...
View 3 Replies
View Related
Jan 19, 2010
Im a BCA 1 year student and just move from windows to ubuntu?we learn c and c++ in windows using "turbo c"but as im newbie to ubuntu i dont know what to do??
View 4 Replies
View Related
Jun 29, 2010
I'm new to Linux, so I decided to try using Wubi to get started. THe problem is, when it finished installing 10.04, I got this message: OSError: [Errno 13] Permission denied: u'C:\ubuntu\install\ubuntu-10.04-desktop-amd64.iso' Is there any way around this? It might just be that overly restrictive thing called Vista (which I have the bad luck to be using). I was considering getting a USB drive for Ubuntu anyway..
View 1 Replies
View Related
Apr 11, 2011
I recently got interested with with OS.. So I downloaded wubi in Ubuntu website. I opted for the Ubuntu Netbook Edition as am using a lappy. However, halfway through finishing download I got an error. The log shows:
OSError: [Errno 13] Permission denied: u'C:\ubuntu\install\ubuntu-10.10-netbook-i386.iso'
View 1 Replies
View Related
Jan 2, 2010
What is the difference between the Ubuntu Installer for windows and the Ubuntu CD image? If I use the ubuntu installer for windows, does it have the capability to partition my drive, will it enable to share files with windows etc or is it just a way not to have to burn a CD. Just curious, the exact details of the installation files were not made clear on the website. Note: Windows Version: XP, 32bit, SP3. I have not partitioned anything yet.
View 2 Replies
View Related
Nov 19, 2010
I have windows 7 installed on Disk2 (according to windows Disk Manager), and I installed ubuntu 10.10 on Disk0, choosing the dual boot option at installation.
However, grub does not load (presumably because its on disk0 and my machine appears to boot from disk3), so the machine goes straight into windows 7.
How do I get ubuntu to load?
View 2 Replies
View Related
Oct 7, 2010
I'm currently running off of my live-cd, and after spending 4 hours of my life trying to fix this myself, i figured someone out here has to know how to help me. Basically, i wanted to try linux, then liked it enough to decide to put on one of my usb-drives (320g adata nobility NH92), and i couldn't get it to boot anything but windows w/o the live-cd, which would then boot the live-cd, lol, in other words, i couldn't get it to boot at all from the external, even though i had changed the setting in my bios to boot from usb first, and tried manually selecting boot from usb and all that fun stuff.
Sooo... eventually i decided it might be a problem with the bootloader, and while i'm not exactly sure at this point what i have done to my computer, all i can successfully boot is the live cd. When I try to boot w/o the live cd, whether i try to boot from my internal (windows) drive, or external, all i get is a device not found error.I think i could fix it if i had windows recovery cd's (i'm running xp, btw), or installation cds, but... unfortunately, they died in a terrible accident. So i have no cd's at all for windows. :/
View 3 Replies
View Related
Feb 13, 2011
I have been running Ubuntu 10.04 under Windows 7 (Is this call WUBI?) without any problems for a while. My other machines only run Ubuntu (9.04 & 10.04). I decided to give it a try to the latest Ubuntu 10.10. After going through the successful installation and then rebooting, I am getting the following error message once I select 'Ubuntu' in the boot up menu right after the BIOS screen: Booting ' Ubuntu 10.10, kernel 2.6.35-25-generic'
[Code]...
View 7 Replies
View Related
Jan 26, 2010
I'm wondering if this is even possible. I've searched high and low and have yet to find and answer to this particular setup.
The setup:
Router is in another building.
Desktop connected by WiFi
Laptop connected by WiFi
Both the Desktop and the Laptop are in the same building together. About 5' apart.
SSH server is setup on Desktop
FreeNX client is setup on Laptop
So they can connect just fine via WiFi for remote desktop control of the Desktop from the Laptop (so SSH and FreeNX are working).Is it possible to connect the 2 pc's directly to each other by Ethernet cable AND transfer files between them by Ethernet while still being connected to the Internet by WiFi on them both?Or would the WiFi have to be disabled while using the Ethernet connection?Neither has a Gigabit Ethernet NIC so I know it would at least require a crossover cable or another router to connect the 2 by Ethernet cable.The idea behind all this is to be able to transfer files between computers quickly by Ethernet while the computers are still busy doing other things on the Internet by WiFi.
View 9 Replies
View Related
May 11, 2010
I've been trying to find what would be the lightest ubuntu or ubuntu based distribution, I have an older PC I'd like to get up and running again, and would prefer something that works pretty quickly on it (for basic web browsing and other things) the specs are:
AMD Duron 900Mhz, 384MB RAM, 40GB HDD, Geforce FX 5200 128MB agp.
View 9 Replies
View Related
Sep 19, 2010
1. I accidentally wrecked a previous Ubuntu installation so I decided to re-install via the Ubuntu disk. Unfortunately Ubuntu doesn't let me override previous Ubuntu installations...
2. Ubuntu Maverick Meerkat is due to released in about 3 weeks. I want to install it via a clean install.
3. So can anyone tell me how to remove both Ubuntu partitions safely. I am currently running WinVista with Ubuntu Lucid Lynx. I know I have to use something like this to erase GRUB2. Can anyone give me a good tutorial?
View 1 Replies
View Related
Mar 14, 2011
I want to change from ubuntu 11.04 to ubuntu studio. Is there any way to do this without losing all my stuff/with out completely reinstalling the os?
View 7 Replies
View Related
Apr 19, 2011
The scenario is as follows - I will be moving across the country and my desktop will stay here powered and online, while I move with a laptop. I need a way to connect to the desktop for file streaming(music and movies) as well as using the virtual machines. I have thought about SSH and VNC.I need something failsafe. That's priority one. I won't be around to fix it if it breaks. I can set the computer to come on in the BIOS at a certain time if the power went out. But if I can get in remotely the whole setup is useless.SSH only provides terminal use, correct? So if I chose that route I would be able to access the computer via command line and play music and movies with mplayer and such, correct? But I would not be able to run the virtual machines? Because there will be no GUI, right?
I have been playing with Vinagre and Vino through the host and guest of a virtual machine and I cannot get it to connect. Is there a better application? x11vnc? I have forwarded port 5900 on the router and have upnp enabled. Got a better remote desktop suggestion?I would like to run this setup headless.(no monitor) I also would like to run it without a gpu if that is possible to make it more energy efficient.Both computers are 64 bits and will be running Ubuntu 10.10 and soon 11.04.Are these crappy ideas to begin with? Should I go another route to get my files and access the virtual machines?
View 4 Replies
View Related
Nov 24, 2010
After a reinstall of 10.10, I am able to turn on file sharing and so I set up a shared folder.
Windows Vista can see this folder but in my network place, there is only one icon, and it's a "Windows Network" icon. Upon clicking on that, I can see the local network, "Rompus Room".
When I click on Rompus Room, nothing happens for a while, then I get a message saying, "Opening "ROMPUS ROOM". Then I get the final message, "Unable to mount location", followed by, "Failed to retieve share list from server"
View 3 Replies
View Related
Jan 6, 2010
Is windows 7 UAC basically a user/system control system like sudo?
View 7 Replies
View Related
Jan 13, 2010
I was running 9.10 in LiveCD mode and was unable to get online. Went to System>Administration>Hardware Drives and found "Broadcom STA wireless driver". Cool. So I went ahead and installed 9.10 (dual boot with Vista), repeated above steps but found no "Broadcom STA wireless driver" option, in fact no proprietary drivers. So I still cannot connect to the Internet, and I don't know where to go from here. (Note: I installed 9.10 side by side with Vista: good? bad?)
[Code]...
View 9 Replies
View Related