Linux: Difference between revisions
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
=== Remote desktop connection === | === Remote desktop connection === | ||
Change monitor resolution to 1280 x 720. | 1. Go to System -> Preference -> Remote desktop. Allow other uses to view your desktop & uncheck you must confirm each access & require user to enter this password. | ||
2. Go to System -> Preference -> Monitor. Change monitor resolution to 1280 x 720. | |||
=== Instal ssshd === | === Instal ssshd === |
Revision as of 13:54, 28 October 2012
FAQs
Debian
Install guest addition for virtualbox
See the link [1]
apt-get update apt-get install build-essential module-assistant m-a prepare cd Downloads tar xzvf /media/cdrom0/VMwareTools-9.2.0-799703.tar.gz cd vmware-tools-distrib ./vmware-install.pl [Accept all default] shutdown -r now
Remote desktop connection
1. Go to System -> Preference -> Remote desktop. Allow other uses to view your desktop & uncheck you must confirm each access & require user to enter this password. 2. Go to System -> Preference -> Monitor. Change monitor resolution to 1280 x 720.
Instal ssshd
apt-get update apt-get install openssh-server
Install LAMP
See the page [2]