Linux has problems with the latest hardware when there is no driver for the h/w. Linux fully supports old hardware.ok then i will connect my system to net .......... one query, will my Network Card be working there, bcoz i don't know if driver is installed in Fedora or not..its an old frontech card
3 cheers for learning minds
Depends upon ur requirements and greed.ayush said:@ mediator
now ur links were really usefulll......
i have installed Xmms, nvidia drivers, VlC, GCC what else should i install.......
/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
Depends upon ur requirements and greed.
Gcc is already there. I guess u instaleld some plugins to provide some compatibiltities. The first and foremost thing u shud do is setting up the path.
Open /home/<username>/.bash_profile and "append" the following where it says "PATH=$HOME/bin" etc, the following line to it.
Code:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
ru sure u installed gcc ?^^ thanks a lot....
how do i run a C-program?
when i type gcc <filename.c> in terminal it says 'command not found'
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
export PATH
ls: cannot access /usr/bin/gcc: no such file or directory
/bin/bash
open a terminal and ask the system:
Code:whereis gcc
gcc: /usr/lib/gcc /usr/libexec/gcc