General :: Hardware Platform For A Typical PC?
Jul 17, 2011hardware platform for a typical PC that is going to be running Red Hat Fedora Linux
View 3 Replieshardware platform for a typical PC that is going to be running Red Hat Fedora Linux
View 3 RepliesI wanted to test my first and relatively small SSD hard drive (32 GB) and started wondering how much disk space do I need for Windows XP SP3 and Fedora 13 installation. I started searching for information and created my own page listing loosely system requirements, because it seems to be difficult to find minimum and especially typical installation disk space consumption.
Has anyone made a single page listing minimum, typical and recommended system requirements, so you can easily use that single page for comparing operating system requirements especially how much hard disk space is needed?
When I installed CentOS on a 64 bit machine, I selected the 64 bit option. However, for some reason it installed many i386 packages - these were exact duplicates of installed x86_64 packages.Is this typical? How do I prevent this on future installs? If I left them installed, could this have caused a problem in the future? Due to my fastidious nature, I used yum extender to uncheck every duplicate i386 package and uninstalled them. This took some time. I am still not proficient with yum directly so I am wondering if there is a command to uninstall all i386 packages quickly.
View 2 Replies View RelatedWhich linux platform is the best to use for c++ and phyton? I'm going to study phyton on my own, and I wish to know what the best phyton platform is? Also, is there a way to get more harddisk space from windows vista to my dualboot linux?
View 2 Replies View RelatedWe are normally using IPC for exchange of data between multiple threads or processes. Out of following IPC which are platform independent and why they are platform independent?
1. FILEs
2. Socket
3. Named Pipes
4. Shared Memory
5. Message Queue.
I am working on LPC Linux platform. I would like to log some data into SD card from the application. For this I need to know the drivers of SD card. Can any one tell me what are the drivers for SD card in LPC Linux? what are the APIs atleast/ what is the header file/
View 3 Replies View Relatedi need to install ioncube loader. from the download page, there are many selections for linux @ [URL]
-Linux (x86)
-Linux (x86-64)
-Linux (ppc)
-Linux (ppc64)
how can i find out which linux's platform from the command line?
I'm trying to install a SDK iso image onto an embedded linux platform. I was able to mount the image on the platform without problems. I also created a symbolic link called "bash" in the bin directory and had that point to busybox to satisfy the first line of code in the installer: "#!/bin/bash". However, when I run the installer, I get an error: "installer: applet not found"
I get the same error when I type "bash" on the command line. Is there a way to fix this? Here is the first few lines of code that causes the error:
#!/bin/bash
DEBUG=${DEBUG:="0"} # Enables debugging options
LC_OPTION=${LC_OPTION:="prompt"} # Licensing related variable
INSTALL_PATH=${INSTALL_PATH:=$HOME} # Default installation path
declare -r SCRIPT_NAME="`basename $0`"
declare -r SCRIPT_CALLED="$0 $*"
[Code]...
GNU video editor for windows platform?
View 1 Replies View RelatedCan you please let me know where to find minimum kernel image for my ColdFire platform to boot from ? Please be informed that at this stage I am not restricted to use an specific Linux distro and just I need to have the minimum kernel image possible size.
View 6 Replies View RelatedI have been developing real-time server applications in Visual C++ and C#.Net using Visual Studio IDE on Windows platform. Now due to organizational needs, we are planning to migrate to Linux Platform. provide an alternative IDE for Visual Studio in Linux.
View 8 Replies View RelatedI am having trouble with my home network, from one computer to another both using wireless g (Ubuntu 10.04) what transfer rate should I expect/hope for when copying a file from one computer to another? My speed is consistently 220 KBps am I correct in assuming this is pretty bad?
View 1 Replies View RelatedI am slowly getting accustomed with linux issues and its different programming compilation stuffs. and i must say am truly liking it. Now i am facing this typical error , "undefined reference to `clock_gettime'" while i am compiling a code, which is not mine as it required to install a simulator. Now i have read about this type for the last 2 days and i have included "-lrt" in the make file and included <time.h> in the header files which was missing but still i am getting that error.
Now matter how many times i run the make file with the required changes its still giving me this error, which i have comprehended as mainly linking problem rather than a compilation issue.
I have now a second post on the work I am doing. I am trying to complete a model for translating English texts into German. My concept is a model using a text editor with only simple executable scripts being written to perform steps in the process. I need to use a language for doing simple things like tagging words and translating using a dictionary I am building. I am beginning to use AWK in conjunction with Bash and need to find some members with whom I can dialog on particular topics; even getting advice. Are there any AWK users in the community, using the language for processing text?
View 7 Replies View RelatedI am new to the embedded domain.I am learning about cross compilation. Just i want to compile an application and an driver file for ARM platform. I have downloaded the toolchain binaries from [URL]..
View 3 Replies View RelatedI need to transfer a 4Gbyte file from my Linux netbook to a friends WinXP desktop. And I'd like to it with a usb flash drive, but it can't handle a file larger than 2Gbyte. A limitation due to the underlying FAT32 filesystem. But I don't wish to reformat my usb as ext3 either.
So I need to split my 4GByte file into smaller chunks. And the 'split' utility needs to be available on both Linux and the WinXP operating systems.
I am in my final year B.tech....I want to make a project which have involvement of linux platform...i have basic knowledge of c,c++,java and PHP...i have a LAN in my college...so LAN networking is also possible...Any ideas are most welcome even silly ideas too because i am lacking of ideas right now...also suggest basic type of projects not very hi-fi..
View 4 Replies View RelatedI want to get information about apache ofbiz open source platform
View 1 Replies View RelatedAny guideline with this setup?
View 1 Replies View RelatedI am regularly keeping watch on kernel releases like 2.6.36-rcX and compiling the upcoming kernel releases on Fedora 13.I came across STP [URL] and PLM testing and seems like it is relevant tool for compiling, testing the kernel components in very precise way. I am unable to find the documents which can help in how to implement or run the tool. I have just downloaded the Test-suit tar and dont see any README or steps to test or run the tool.
View 1 Replies View RelatedI am making a text search engine. I need to first convert binary documents to text. I want to go with cross-platform (we develop both on windows and linux) command line (so that I can get the output via python subprocess). What are the choices for this?
View 1 Replies View Relatedi would want someone who would like to assist me as i start to use linux because i am naive to this platform. Also want a step to step approach to this platform called linux i mean a self explanatory article or tutorial
View 8 Replies View RelatedI'm trying to run the kernel configurator for my embedded ARM platform (PXA310) but so far I can only get it to run for my build platform, an i386/32 machine. I've tried running "make ARCH=arch/arm/mach-PXA3xx xconfig" in various combinations, but the maker always complains that it can't find the target "arch/arm/mach-PXA3xx". Doesn't matter what order I put the arguments on the command line.
I also have CROSS-COMPILE defined in the environment correctly and can otherwise build for my embedded target. I just can't run the config tool; I need to enable USB On the Go.
I'm trying to cross-compile "sudo" source for Power-PC platform using Montavista tool chain. I'm getting the following error message during configuration: checking host system type... Invalid configuration `ppc_82xx': machine `ppc_82xx' not recognized It is clear that it has found the cross-compiler and configure knows that we are cross-compiling but it fails to recognize the machine. The complete dump follows:
[vhn@localhost sudo-1.7.2p2]$ ./configure --host=ppc_82xx
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
configure: Configuring Sudo version 1.7.2p2
checking whether to lecture users the first time they run sudo... yes
checking whether sudo should log via syslog or to a file by default... syslog
[Code]...
I am not understanding the difference between the platform driver and the regular driver. How they differ and when to prefer each of this driver.
View 1 Replies View RelatedI have good experience in microsoft enviroment, now tiring to use linux, i tried Ubuntu 9.10, OpenSuse on different computers bur there is same big problem: Very slow download speed compared to microsoft.same file at same time downloaded by microsoft winxp toke incomparable short time. for example file 5.5MB attached to e-mail on Yahoo toke ~1minute to download on winxp computer,same file at same computer but with Ubuntu takes more thane 30minutes!
View 3 Replies View RelatedJust wondering, but does anyone out there know when we could expect to see Banshee 1.8 for Fedora 13. I'm getting tired of being stuck with 1.6.
View 2 Replies View RelatedI've recently installed from scratch Suse 11.2, and I'm having a bit of an issue with kdesu. Basically everytime I try to start an application using kdesu (e.g. Yast), the windows where to put the password appears, but when I click on OK, or I press enter nothing happens, the windows stays where it was, and of course the program does not start. The same issue occurs when I type the password to open kwalletmanager, I suppose the two things are connected.
View 9 Replies View RelatedI'm new with linux. I don't know how to install fonts. In fact I just know how to shut it down. I'm completely new in this, but I want to Know. Step by step. I hope my ignorance don't angry you I'm really excited whit this new OS. win sucks. How can I install new fonts in my new openSuSE 11.2?
View 6 Replies View RelatedHow do I configure the firewall? Is there a firewall or do I have to install one? I cant find a app anywhere in the menu. Running 10.10
View 5 Replies View Related