-
ScHmItCh
-
RE: Any suggestions? No seriously, I need them.
-
I don't think you need to recompile your kernel to get comfortable with terminal commands. I was in the same boat when I started using Linux. I just decided to do day to day things in the terminal instead of through the GUI.
When you have something you want to do and you don't know the command Google it. Some very simple ones for moving around your file structure are cd (change directory), ls (list contents of directory), cp (copy), mkdir (make directory) and rm (remove - be very very careful with this one avoid using it as root until you really know what you are doing).
I can do most of my day to day tasks that don't require a program with a GUI (graphic design, surfing the web). You just have to decide that you are going to do it.
-
13 Jul 09
I don't think you need to recompile your kernel to get comfortable with terminal commands. I was in the same boat when I started using Linux. I just decided to do day to day things in the terminal instead of through the GUI.
When you have something you want to do and you don't know the command Google it. Some very simple ones for moving around your file structure are cd (change directory), ls (list contents of directory), cp (copy), mkdir (make directory) and rm (remove - be very very careful with this one avoid using it as root until you really know what you are doing).
I can do most of my day to day tasks that don't require a program with a GUI (graphic design, surfing the web). You just have to decide that you are going to do it.