How to keep X from loadingForum: HD Install Topic: How to keep X from loading started by: Cirvin Posted by Cirvin on Feb. 17 2005,21:11
I searched for this, but didn't really come up with anything.Anyway, what I want to do is use DSL on an old 486 and use the MySQL book as sort of an inventory record for all of my junk in my basement and I'd rather not load the GUI. I'm using 7.0. On a second note, how do you restart the GUI after you have closed it, and where does MySQL book store it's database files, It would be cool to acess the database from my room or any other computer on my network. Thanks for the help! Posted by skaos on Feb. 18 2005,11:42
I think you can boot into command line by writing "dsl 2" (without quotes) at the boot:-prompt. You can restart X with startx.
Posted by tronik on Feb. 18 2005,14:04
or you can edit ~dsl/.bash_profile and take out the 'startx' command..as far as where does mysql store its db, it usually stores it in /var/db/mysql but im not sure in DSL since i've never used mysql in DSL ;p it might be the same place! which might be symlinked...are you using an HD install or a liveCD? Posted by mikshaw on Feb. 18 2005,15:26
Booting with dsl 2 apparently logs you in as root. I'd take tronik's advice.
Posted by Cirvin on Feb. 18 2005,23:39
Its HD-Installed with multiple logons so I dont get the boot options (as far as I know).Thanks for the help, ill try and edit those scripts and see what happens. I wonder If I could just remove X altogether? Posted by Cirvin on Feb. 19 2005,03:02
Success!BTW, why are all of these system files hidden from emelfm? The more I use Linux, the more I realize how awsome it is! Posted by mikshaw on Feb. 19 2005,04:10
system files aren't generally hidden in Linux...they just have permissions set so that normal users can't modify or delete them.Hidden files (dot files...those files whose names begin with a dot) are usually personal configuration files. They are hidden just because there are a lot of them and it's not necessary to view them during day-to-day work. It's just for convenience that they're hidden. |