» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with restart + Ubuntu

Restart Debian/Ubuntu Linux Gnome session without rebooting

If you want to quickly restart X Windows on Ubuntu or any version of linux, all you have to do is hit this key combination quickly or use the command line option
Ctrl+Alt+Backspace

or

You can use the following command from your terminal

sudo /etc/init.d/gdm restart

Note: Make sure that you save your work before doing this

Tags: , , , , , , , ,

Debian: Debian Admin Step By Step Tutorials and articles with screenshots

How To Enable Beryl + XGL On Ubuntu Edgy

I suggest you use THIS: -------------------- #!/bin/sh # make shift+backspace NOT restart X xmodmap -e "keycode 22 = BackSpace BackSpace Terminate_Server" Xgl :1 -fullscreen -ac -accel xv:pbuffer -accel glx:pbuffer & DISPLAY=:1 #Might work?

Beryl: del.icio.us tag beryl

How To Enable Beryl + XGL On Ubuntu Edgy

I suggest you use THIS: -------------------- #!/bin/sh # make shift+backspace NOT restart X xmodmap -e "keycode 22 = BackSpace BackSpace Terminate_Server" Xgl :1 -fullscreen -ac -accel xv:pbuffer -accel glx:pbuffer & DISPLAY=:1 #Might work?

Xgl: del.icio.us tag/xgl

Restart Debian/Ubuntu Linux Gnome session without rebooting

If you want to quickly restart X Windows on Ubuntu or any version of linux, all you have to do is hit this key combination quickly or use the command line option
Ctrl+Alt+Backspace

or

You can use the following command from your terminal

sudo /etc/init.d/gdm restart

Note: Make sure that you save your work before doing this

Tags: , , , , , , , ,

Debian: Debian Admin Step By Step Tutorials and articles with screenshots