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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...