2010-01-082010-01-08T13:36:25ZY-m-d">January 8, 20102010-01-08T13:36:25ZF j, Y
If you have Xming installed and are forwarding X11 with putty you may notice that all is well until you need to run a gui application as the root user (after issuing sudo su). If you just need to run the gui application and don’t require the entire root environment then issuing a sudo app [...]
Read the full article →
2008-06-302008-06-30T19:36:30ZY-m-d">June 30, 20082008-06-30T19:36:30ZF j, Y
To autologin to Ubuntu Server you will need to get mingetty sudo apt-get intall mingetty Then you will want to edit /etc/event.d/tty1 and change the following: exec /sbin/getty 38400 tty1 to exec /sbin/mingetty –autologin your_username tty1 To autologin to Ubuntu Desktop do the following sudo gdmsetup click on the Security tab check Enable Automatic [...]
Read the full article →