dflemstr
It's a ball.
You make it sound way more complicated than it really is (no offense, but remember that this probably is a Windows user and not an Ubuntu initiate)fiori_musicali said:redfish said:[ ... ] I am kind of scared of having to learn Linux command lines to do stuff like make VOIP phone calls over my 3G modem or just boot up an emulator.
The common fear of command-line interface (CLI) is unwarranted. You just type in commands to run programs. The commands often accept parameters, which in some cases require a little more extensive knowledge on what you're doing. There's no magic, you just specify what is it exactly that you want to achieve. Usually things follow logic, but you will most probably run into some rather counter-intuitive approaches and specifications. If you don't possess that "extensive knowledge", you ask the community and they help you. The comforting fact is that the knowledge does exist.
In my opinion if you handle arithmetic, can contain in memory the names of all your friends and your home address, then you have sufficient cognitive capacity to use CLI.
I would explain it like this:
1. The command line is a tool on which you write what the computer should do, and the computer then does what you tell it and prints the result.
2. Comptuers don't understand english, so you use special commands to make it understand what you mean. So, instead of saying 'Make a new directory with the name "directory5"', you say "mkdir directory5". Instead of "Shutdown my computer", you say "halt". Etc.
3. Commands have very clever names, and it's most of the time possible to tell what they do just by looking at them. Sometimes, however, it can be good to get some help. That is done by using the man command. So if you don't know what "aptitude" does (I don't blame you), simply type "man aptitude" and you'll get the answer
4. You can of course also ask other people if you need further assistance.
Last edited by a moderator: