canmove, Confirmed users, Bureaucrats and Sysops emeriti
4,714
edits
(→Usage) |
|||
Line 166: | Line 166: | ||
; Linux (Ubuntu) | ; Linux (Ubuntu) | ||
* Create an user 'mozauto' which should auto-login | * Create an user 'mozauto' which should auto-login | ||
* Install OpenSSH Server: sudo apt-get install openssh-server | * Install OpenSSH Server: '''sudo apt-get install openssh-server''' | ||
* Enable 'Desktop Sharing' for VNC connections by setting a password and disabling confirmation (see the [http://wiki.ubuntuusers.de/VNC tutorial]) | * Enable 'Desktop Sharing' for VNC connections by setting a password and disabling confirmation (see the [http://wiki.ubuntuusers.de/VNC tutorial]) | ||
* Turn off screensaver, screen locking, and energy power settings | * Turn off screensaver, screen locking, and energy power settings | ||
Line 176: | Line 176: | ||
; Windows (All) | ; Windows (All) | ||
* Create an user 'mozauto' in the admin group which should auto-login (use [http://download.microsoft.com/download/f/c/a/fca6767b-9ed9-45a6-b352-839afb2a2679/TweakUiPowertoySetup.exe TweakUI] for WinXP and 'netplwiz' for newer releases) | * Create an user 'mozauto' in the admin group which should auto-login (use [http://download.microsoft.com/download/f/c/a/fca6767b-9ed9-45a6-b352-839afb2a2679/TweakUiPowertoySetup.exe TweakUI] for WinXP and 'netplwiz' for newer releases) | ||
* Connect network drive '\\fs2.office.mozilla.org\qa1' as drive Z | * Disable password expiration: '''wmic path Win32_UserAccount where Name='mozauto' set PasswordExpires=false''' | ||
* Connect network drive '''\\fs2.office.mozilla.org\qa1''' as drive Z | |||
* Install [http://www.uvnc.com/downloads/ultravnc.html Ultra-VNC] from Z:\setup\ | * Install [http://www.uvnc.com/downloads/ultravnc.html Ultra-VNC] from Z:\setup\ | ||
* Enable Remote Desktop for Windows XP and later | * Enable Remote Desktop for Windows XP and later |