Difference between revisions of "Main Page"
(→Web (http)) |
(→Linux) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 15: | Line 15: | ||
* [[Get Root On My Desktop]] | * [[Get Root On My Desktop]] | ||
* [[Installing Software on Linux]] | * [[Installing Software on Linux]] | ||
+ | * [[Environment Modules]] | ||
* [[smbmount under Linux]] | * [[smbmount under Linux]] | ||
* [[Connecting to a Linux machine with VNC]] | * [[Connecting to a Linux machine with VNC]] | ||
Line 24: | Line 25: | ||
== MAC OS X == | == MAC OS X == | ||
+ | * [[Setup for UVA Exchange]] | ||
* [[Updates]] | * [[Updates]] | ||
* [[Adding a network printer]] | * [[Adding a network printer]] | ||
Line 62: | Line 64: | ||
* [[Switching Default UVA Email Account from CMS Mail to Exchange Mail]] | * [[Switching Default UVA Email Account from CMS Mail to Exchange Mail]] | ||
* [[Setting up UVa Exchange email on Outlook under Windows 7]] | * [[Setting up UVa Exchange email on Outlook under Windows 7]] | ||
+ | * [[Setup for UVA Exchange]] | ||
== Off-Grounds == | == Off-Grounds == | ||
Line 69: | Line 72: | ||
== Printing == | == Printing == | ||
+ | * [[Adding a network printer under Windows 7]] | ||
+ | * [[Linux desktop printing]] | ||
* [[Print to the Poster Printer]] | * [[Print to the Poster Printer]] | ||
* [[Print to the Network From a Laptop]] | * [[Print to the Network From a Laptop]] | ||
Line 93: | Line 98: | ||
* [[Set Up A Wiki]] | * [[Set Up A Wiki]] | ||
* [[Password Security]] | * [[Password Security]] | ||
+ | * [[Creating PDF Files (without Acrobat)]] | ||
* [[Merging PDF Files]] | * [[Merging PDF Files]] | ||
* [[Adjusting Samsung 173/193P monitors]] | * [[Adjusting Samsung 173/193P monitors]] |
Latest revision as of 20:11, 11 October 2017
Welcome to the Computer Science Support Wiki!
This Wiki has information on nearly everything we do - all the computing services and policies provided by the UVa Computer Science Department (not ITS). There are also answers to some of the most common support requests we receive. If you do not find your answer here, please send mail to root.
Contents
Frequently Asked Questions & Common Requests
Below are answers to a number of our most frequently asked questions and common requests. You may often find the answer to your question here rather than waiting on a response to a request ticket.
Windows
Linux
- Get Root On My Desktop
- Installing Software on Linux
- Environment Modules
- smbmount under Linux
- Connecting to a Linux machine with VNC
- Resolving common Linux problems
- Dual-Monitor Support
- Laptop Support
- Connecting with SSH
- Connecting with NoMachine
MAC OS X
- Setup for UVA Exchange
- Updates
- Adding a network printer
- AppleScripts
- OSX Bash Scripts
- Secure Mac OS X
Storage
Networking
- Get An Additional Ethernet Jack
- Wireless Access for a Devices
- Get An IP Address for My Laptop
- SSH Tunneling
- Windows 8 and Cisco Anyconnect VPN client
- Linux and OpenConnect VPN client
Software
- Available Software
- Exceed setup
- Using Exceed with SecureCRT for X11 Forwarding
- Using Exceed and SecureCRT to get a login screen on a remote machine
- Using Cygwin for X11 Forwarding
- Mail Aliases
- Changing Thunderbird Email Threaded View
- Setting up UVA Email
- Setting up Pine (Alpine) for IMAP Gmail
- Email Quotas and Storage
- Archiving CMS or Exchange email to CS IMAP folders
- The decommissioning of the CMS mail system Summer/Fall 2015
- Switching Default UVA Email Account from CMS Mail to Exchange Mail
- Setting up UVa Exchange email on Outlook under Windows 7
- Setup for UVA Exchange
Off-Grounds
- Access My CVS Repository From Off-Grounds
- Access my home directory from off grounds
- Remote Desktop from work to home/Off-grounds computer
Printing
- Adding a network printer under Windows 7
- Linux desktop printing
- Print to the Poster Printer
- Print to the Network From a Laptop
- Problem PDF files
- Print to the Ricoh copier
Version Control
Computing Resources
Miscellaneous
- Adjusting your Graduate Directory Listing
- Access Control Lists
- Interactive/Compute Servers
- Account Quotas After Graduation
- Set Up A Wiki
- Password Security
- Creating PDF Files (without Acrobat)
- Merging PDF Files
- Adjusting Samsung 173/193P monitors
- How to Scan documents from the Copier to your Apollo/Athena Folder
- How to add a network folder as a scan destination
- How to Scan documents from the Copier to your E-Mail
- NSF Facilities Statement
- Using the Rice Hall Conference Rooms
- Request Tracking System (contacting root)
Policies
Systems Overview
The CS department provides a comprehensive computing infrastructure for department members and affiliates in addition to the resources provided for the entire university by ITS.
Computer Services Recharge Center Information
Networking
The department maintains our own wired network infrastructure, along with six public class-C IP address subnets. We rely on ITS for wireless networking.
Wireless Network Access
Wired Network Access
Physical Drops
Ethernet MAC registration
IP Addresses
DHCP
Storage
Printing
ITS
IMAP Storage
Aliases
Mailing Lists
Web (http)
The CS department maintains a webserver
Personal Web pages
All users can post personal webpages on the main server via the userdir mechanism in apache. You simply create a "document root" in your home directory named "public_html", and set the permissions such that the directory (and files) are other-readable:
jpr9c@cordelia:~$ ls -ld public_html/ drwxr-xr-x 10 jpr9c staff 1024 Sep 22 14:51 public_html/
The content located there is available at the URI:
http[s]://www.cs.virginia.edu/~<username>
http://www.cs.virginia.edu/~jpr9c/
Any scripts you wish to have executed by the webserver should go in public_html/cgi-bin:
jpr9c@cordelia:~$ ls -l public_html/cgi-bin/ total 1 -rwxr-xr-x 1 jpr9c staff 40 Oct 25 2013 test.php
CMS systems
Drupal
Wordpress
MediaWiki
Aliases & Redirects
Aliases
If you wish to have a different web "namespace" than the regular ones provided by the userdir directive, or you need to host a website for a project or class which is not tied to your username, then you can request a web "alias". An Alias maps a URI to a document root. So, for example, if you create a website for your research project, separate from your personal web pages, then you could ask for:
http://www.cs.virginia.edu/my_research_project
and have that pointed to the document root (web page files) at:
/home/<username>/public_html/my_research_project
If you want such a special address, then you need to send mail to root with the above information: a URI and a document root.
Redirects
Often it is desirable to have requests for particular addresses on the CS domain redirect to a different namespace. If you need to have a URI such as:
http://www.cs.virginia.edu/<my_research_project>
redirected to:
http://www.my_research_project.org
Then we can create a redirect for you - send mail to root with the "from" and "to" URI as given above.