Tag Archive for 'ubuntu'

Ubuntu – How to restore accidently deleted panel?

Open up a terminal. For this press ALT-F2 and and the dialog box, type gnome-terminal.

Now enter the following commands: Continue reading ‘Ubuntu – How to restore accidently deleted panel?’

Ubuntu- How to disable extra TTYs in upstart

Edit /etc/default/console-setup file. This file shows how many ttys you will have. Change ACTIVE_CONSOLES=”/dev/tty[1-6]” to the number of consoles you wish to have. if you need 2 ttys, then change it to “/dev/tty[1-2]“. Continue reading ‘Ubuntu- How to disable extra TTYs in upstart’