Linux, Open Source, Web, Engineering, Technology

Posts Tagged ‘apt-get’

November 4, 2009

Terminal commands to keep handy on an unresponsive Ubuntu.

This is an ever growing list of terminal commands to keep handy

  1. sudo apt-get install --fix-broken
  2. sudo dpkg --configure -a
  3. htop
  4. dpkg --get-selections > installed-software (Back up list of installed Software)
  5. dpkg --set-selections < installed-software (Restore previously installed software)
  6. apt-get -u dselect-upgrade (Execute #5)
  7. lshw > lshw.txt (See your system's hardware info)

Posted by acuervo. Filed under Linux, terminal, Ubuntu.

Tags: , , .



February 5, 2009

Using VNC with Terminal Server Client on Ubuntu

The VNC client bundled with Ubuntu, Vinagre, works half the time. Fortunately, we can also VNC with the installed “Terminal Server Client”

The “VNC” option with the default installation of Terminal Server Client is disabled or grayed-out.

To enable it you need to install the xtightvncviewer package in Synaptic or with the following command on the terminal

sudo apt-get install xtightvncviewer

Done!

UPDATE: To also enable the XDMCP protocol option, sudo apt-get install xnest

Posted by acuervo. Filed under Linux, terminal, Ubuntu.

Tags: , , .



"The opposite of love is not hate, it's indifference.
The opposite of art is not ugliness, it's indifference.
The opposite of faith is not heresy, it's indifference.
And the opposite of life is not death, it's indifference."

Elie Wiesel
10989 grains of sand from alejandro cuervo