Jump to content

10.1ff Basics for newbies II


kristi
 Share

Recommended Posts

Remember, this is a work in progess!

 

If you find yourself presented with a command line and have no idea what it wants...

 

kde will start up KDE - a wonderful gui that should go a long way to getting you started.

 

halt shuts down Linux gracefully and powers the computer off.

 

reboot shts down Linux gracefully and reboots your computer

 

ls lists whatever is at your directory level (like a DOS dir command

cd changes directory like DOS

vi is a nifty neato command line editor

vi /etc/xorg.cong will edit that file

pressing i enters insert mode

pressing Esc ends edit mode.

Esc :wq (enter) will write (save) the changes and quit.

Esc :q (enter) will quit without saving changes

 

Using vi to edit /etc/inittab will determine how your next boot proceeds: 3 will present you with a command line; 5 will cause kde will be started.

 

/etc/modprobe.preload preloads modules necessary to run whatever. The exampe is that you add the line "nvidia" after you have installed the nvidia driver successfully.

Hope that helps

Kristi

 

[moved from Software by spinynorman]

Edited by kristi
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...