Werne Posted March 5, 2013 Share Posted March 5, 2013 FINALLY!!! I managed to kill Ubuntu for a moment, it didn't want to boot at all. I accidentally removed a xorg dependency in Synaptic while I was cleaning stuff up and it failed to boot. But unlike rebooting in safe mode and 4 hours of slamming my head against the screen till I find what went to s#*! like in Win7, I booted it in recovery mode, entered root shell prompt and fixed it in less than a minute with 3 commands. sudo apt-get purge xserver-xorg sudo apt-get install xserver-xorg sudo dpkg-reconfigure xserver-xorgThen just executed an exit command to get out of root shell prompt, resumed normal boot, entered sudo start lightdm to start up the display manager and all done. God, I love working in that terminal interface. Link to comment Share on other sites More sharing options...
M48A5 Posted March 5, 2013 Share Posted March 5, 2013 :confused: Link to comment Share on other sites More sharing options...
Werne Posted March 5, 2013 Share Posted March 5, 2013 :mellow: Link to comment Share on other sites More sharing options...
lonewolfkai Posted March 5, 2013 Share Posted March 5, 2013 :blink: aummm, sudo what? Link to comment Share on other sites More sharing options...
Ithildin Posted March 5, 2013 Share Posted March 5, 2013 :cool: Link to comment Share on other sites More sharing options...
slayerpaul Posted March 5, 2013 Share Posted March 5, 2013 :biggrin: Link to comment Share on other sites More sharing options...
M48A5 Posted March 5, 2013 Share Posted March 5, 2013 :mellow: Link to comment Share on other sites More sharing options...
Werne Posted March 5, 2013 Share Posted March 5, 2013 sudo what?"sudo" stands for SuperUserDO (basically, admin takes action) and requires a password to proceed. It's Linux's simplified equivalent to runas /user:Administrator cmd. There's also "su *admin username*" which turns you into a superuser and "gksudo" which allows you to edit stuff you normally can't (like core system files, for example). It works that way because Linux is designed to be a super-safe OS, even when you're logged in as admin you need to input your pasword to run certain programs or install more or less anything and you can always make it more strict (you can even make it ask for admin password when opening folders). Also, typing "sudo" is much easier than running a bunch of commands in Command prompt just to run something as an admin. Link to comment Share on other sites More sharing options...
M48A5 Posted March 5, 2013 Share Posted March 5, 2013 :mellow: Link to comment Share on other sites More sharing options...
Werne Posted March 5, 2013 Share Posted March 5, 2013 :mellow: :mellow: Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now