Giter Site home page Giter Site logo

vrr_config's Introduction

Virtual reading room configuration

This script applies security configurations to a remote, virtual server that acts as a virtual reading room. Researchers connect via the RDP protocol, which enables desktop virtualization.

The script: installs software for opening researcher materials and enabling sound redirection; disables HTTP, HTTPS, and SSH connections for accounts other than library_specialcollections and the user running the script; and creates a sample directory, ABC, for which the account researcherID has read-only permissions.

NC State University Libraries has used the script on servers hosted by the Virtual Computing Lab, a campus service that uses Apache VCL, an open-source cloud computing platform. The script has been tested in Ubuntu 18.04 LTS, 20.04.1 LTS, and 22.04 LTS on VCL servers. It has not been tested on other cloud computing services.

To learn more about the NC State virtual reading room, view our blog or researcher user guide.

Prerequisites

  • A virtual Linux server must be set up through a cloud computing service, e.g. Amazon EC2 or Google Cloud, first.
  • A desktop environment, such as Mate or XFCE, needs to be installed before running the script.

Instructions

  1. Download the script.
  2. Go to lines 17 and 21 and change the default SSH port number from 22 to a number higher than 1024.
  3. Go to line 37 and change researcherID to an existing user account.
  4. Transfer the script to the server: rsync -avhP vrr_config.sh [IPADDRESS]:/home/$(whoami)
  5. Connect to the server: ssh [IPADDRESS]
  6. Make the script executable: chmod u+x vrr_config.sh
  7. Run script: sudo ./vrr_config.sh
  8. Reboot.
  9. Verify that the security configurations were applied.

vrr_config's People

Contributors

shellyyblack avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.