use ur own editor(i suggest kwrite) and type the program and save it.Then point to the directory using terminal and type
cc filename.c
then ./a.out
Thats it!
CLI tutorial----search in yahoo or google and practice them. There is no need for a book. Search and find as many commands as possible and practice them. Remember no one cannot learn whole commands. Again it depends on your intrest.
I suggest u use man command the most to master your skills.
kate is also a vey good editor. Provided you installed the konsole application you edit and compile from the application itself. Which one is your distro ?
how is geany btw ?
you can use ANY OS for programming. stick with ubuntu though.I had installed geany but .....no ........satisfactory result.
Is fedora 10 good for programming ??.
you can use ANY OS for programming. stick with ubuntu though.
and yeah, if you hate geany, try bluefish.
I suggest you stick on to one OS. Why simply shift OSes when you are a newbie?
Ubuntu is great for newbies. Play around with it and after getting used to it you yourself can become a good judger of distros and will defnitely move to more complicated ones.
For programming in Ubuntu,go to synaptic and then click add cd-rom and then insert Ubuntu DVD and select gcc,g++ and then install them. Thats it!
Then happily one can program in Ubuntu.
I suggest you spend time in learning a distro rather than changing a distro (my opinion and may differ for others).
If you want to enable root account in ubuntu .
Use sudo su -
Type your password
Then at root prompt type passwd
enter the new password for root
confirm password
Now you can login as root. ( only to command line in ubuntu , i guess )
sudo //type in terminal
//enter password
//then you see $ symbol indicating root previleges
//then you are indeirectly having root previleges.
What?
root account is by default disabled in Ubuntu. One has to get the root permissions only through sudo command
To get root previleges :
Code:sudo //type in terminal //enter password //then you see[B] $ symbol indicating root previleges[/B] //then you are indeirectly having root previleges.
What?
root account is by default disabled in Ubuntu. One has to get the root permissions only through sudo command
To get root previleges :
Code:sudo //type in terminal //enter password //then you see $ symbol indicating root previleges //then you are indeirectly having root previleges.
is it ur blog?*onlyubuntu.blogspot.com/2007/03/how-to-enable-and-disable-ubuntu-root.html might help
It's #