Skip to content

A debian package that simplifies setting up a RDP thin terminal

Notifications You must be signed in to change notification settings

yob/rba-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This package can be used to setup a linux box as a thin terminal
at rainbow books.

Package Building
--------------------------------------------------------
To build the package, perform a git checkout and then run:

  git-buildpackage

Package Installation
--------------------------------------------------------
To install the compiled package:

  dpkg -i rbaterminal_1.0.0_all.deb

Post Installation
--------------------------------------------------------
Once it's installed, the following configuration steps need to be performed:

- add a new user called auto, password auto
- login to X as auto, changing the session to RBA first
- edit /etc/gdm/gdm.conf and add the following 2 lines to the [daemon] section:
  AutomaticLoginEnable=true
  AutomaticLogin=auto
- edit /etc/sudoers and add the following line:
  jh  ALL=NOPASSWD: /sbin/shutdown
- restart gdm:
  invoke-rc.d gdm restart

About

A debian package that simplifies setting up a RDP thin terminal

Resources

Stars

Watchers

Forks

Packages

No packages published