Linux: Difference between revisions
Jump to navigation
Jump to search
(Created page with "FAQs == Debian == === Install guest addition for virtualbox === See the link [http://virtualboxes.org/doc/installing-guest-additions-on-debian/] == Ubuntu == == RHEL ==") |
(→Debian) |
||
Line 5: | Line 5: | ||
=== Install guest addition for virtualbox === | === Install guest addition for virtualbox === | ||
See the link [http://virtualboxes.org/doc/installing-guest-additions-on-debian/] | See the link [http://virtualboxes.org/doc/installing-guest-additions-on-debian/] | ||
=== Remote desktop connection === | |||
Change monitor resolution to 1280 x 720. | |||
=== Instal ssshd === | |||
<pre> | |||
apt-get update | |||
apt-get install openssh-server | |||
</pre> | |||
== Ubuntu == | == Ubuntu == | ||
== RHEL == | == RHEL == |
Revision as of 14:47, 27 October 2012
FAQs
Debian
Install guest addition for virtualbox
See the link [1]
Remote desktop connection
Change monitor resolution to 1280 x 720.
Instal ssshd
apt-get update apt-get install openssh-server