{"id":476,"date":"2016-05-24T11:43:35","date_gmt":"2016-05-24T15:43:35","guid":{"rendered":"http:\/\/carleton.ca\/scs\/?page_id=476"},"modified":"2022-09-21T10:47:56","modified_gmt":"2022-09-21T14:47:56","slug":"scs-windows","status":"publish","type":"page","link":"https:\/\/carleton.ca\/scs\/tech-support\/scs-windows\/","title":{"rendered":"SCS Windows"},"content":{"rendered":"<p><a href=\"#getting-started\">Getting Started<\/a><br \/>\n<a href=\"#scs-lab-virtual-machines\">SCS Lab Virtual Machines<\/a><br \/>\n<a href=\"#remote-access\">Remote Access to SCS Windows Lab Machines<\/a><br \/>\n<a href=\"#windows-z-drive\">Windows Z:\\ Drive<\/a><br \/>\n<a href=\"#lab-basics\">Lab Basics<\/a><\/p>\n<h2>SCS Windows<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"size-full wp-image-314 alignright\" style=\"margin-right: 20px;\" src=\"http:\/\/carleton.ca\/scs\/wp-content\/uploads\/labs150.png\" alt=\"labs150\" width=\"150\" height=\"150\" \/><\/p>\n<h3>Introduction<\/h3>\n<p>The SCS lab machines are running the Windows operating system. Basic things you need to know:<\/p>\n<ul>\n<li>The windows-image is not configurable, which means that you cannot install any software on it.<\/li>\n<li>Only SCS students can create an account on the lab machines.<\/li>\n<li><a href=\"#windows-z-drive\">Windows Z:\\ Drive<\/a> has a limited amount of server space for you<\/li>\n<li>You can access other operating systems using VirtualBox<\/li>\n<li>You can connect to the Linux Network using a remote desktop application called x2go<\/li>\n<\/ul>\n<blockquote><p><span style=\"color: #ff0000;\">IMPORTANT<\/span>: Please remember not to save any files on your desktop. SCS uses Mandatory profiles, which means that <em>ALL FILES SAVED ON YOUR DESKTOP WILL BE <strong>DELETED<\/strong> WHEN YOU LOG OUT<\/em>. You can save files to the <a href=\"#windows-z-drive\">Windows Z:\\ Drive<\/a>, which is saved on the Windows file server, or save them to your USB drive or to the cloud.<\/p><\/blockquote>\n<h3 id=\"getting-started\">Getting Started<\/h3>\n<ul>\n<li><a href=\"http:\/\/carleton.ca\/scs\/technical-support\/accounts\/\">SCS Windows Account<\/a> &#8211; Setting up and accessing your SCS accounts<\/li>\n<li><a href=\"http:\/\/carleton.ca\/scs\/technical-support\/computer-laboratories\/\">SCS Computer Laboratories<\/a> &#8211; Lab locations, schedule, etc<\/li>\n<\/ul>\n<h3 id=\"scs-lab-virtual-machines\">SCS Lab Virtual Machines<\/h3>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"size-full wp-image-319 alignleft\" src=\"http:\/\/carleton.ca\/scs\/wp-content\/uploads\/virtualbox150.png\" alt=\"virtualbox150\" width=\"150\" height=\"150\" \/><br \/>\nThe SCS Labs have VirtualBox installed that gives users the ability to run virtual operating systems. There are a number of virtual operating systems that have been specifically built for a course.<\/p>\n<p><span style=\"color: #ff0000;\"><strong>WARNING:<\/strong><\/span> The SCS Labs&#8217; Virtual Machines <strong>RESET<\/strong> after you shut them down (or log out of windows). So changes to the VM, assignment files, etc. will be LOST if they are saved directly on the VM&#8217;s disk. However, you <em>CAN<\/em> save files in your SCS Windows Z: drive which is accessible within your Virtual Machine. The desktop of your Virtual Machine has a <em>Shared Folders<\/em> icon, which will have a link inside to your Z: drive. You can use this to save your files permanently. And your Z: drive can be accessed from any Windows PC and from the <a title=\"SCS NextCloud\" href=\"https:\/\/carleton.ca\/scs\/tech-support\/nextcloud\/\">SCS NextCloud Service<\/a>.<\/p>\n<p>See the <a href=\"http:\/\/carleton.ca\/scs\/technical-support\/virtual-machines\/\">SCS Course Virtual Machine site<\/a> for more information on Virtual Machines.<\/p>\n<h3 id=\"remote-access\">Remote Access to SCS Windows Lab Machines<\/h3>\n<p>You can access lab machines remotely using this remote access service. Please make sure you have created\/updated your SCS account: <a href=\"https:\/\/carleton.ca\/scs\/tech-support\/accounts\/\">SCS Account Management<\/a><\/p>\n\n<div class=\"u-center-text\">\n\t<p>\n\t\t<a class=\"button__red button__red--outline\" href=\"https:\/\/webrdp.scs.carleton.ca\/#\/\" target=&quot;_blank&quot; rel=\"noopener noreferrer\">SCS Windows Labs Remote Access<\/a>\n\t<\/p>\n<\/div>\n\n<h3 id=\"windows-z-drive\">Windows Z:\\ Drive<\/h3>\n<p>Students have access to the Windows Z:\\ drive which is a dedicated backed-up server space (hard disk quotas are in place). The Z-drive is accessible on all the SCS Windows lab computers and is a place where you can safely store your files.<\/p>\n<p>The SCS Windows network is behind a firewall and cannot be accessed remotely. However, you can access your Z-drive remotely. There are two ways to do this: one is using SCS Nextcloudthe other is using a Linux script on the command line:<\/p>\n<p>1. Access the Z-drive via <a href=\"https:\/\/carleton.ca\/scs\/tech-support\/scs-nextcloud-documentation\/\">SCS Nextcloud<\/a>. SCS Nextcloud should be configured to mount your Windows Z-drive, log in and look for Windows Home.<\/p>\n<p>2. Access your files using your <a href=\"https:\/\/carleton.ca\/scs\/technical-support\/linux\/\">SCS Linux account<\/a>:<\/p>\n<ol>\n<li>ssh to <strong>access.scs.carleton.ca<\/strong><\/li>\n<li>ssh to <strong>vmicron01.scs.carleton.ca<\/strong> &#8211; <em>this server has access to the Z-drives<\/em><\/li>\n<li>run the program <strong><code>winftp<\/code><\/strong> (which uses <em>smbclient<\/em>) and log in using your windows account name and password<\/li>\n<li>When connected, you will see an <strong><code>smb: \\&gt;<\/code><\/strong> prompt. Type the <strong><code>help<\/code><\/strong> command to display all the commands available in <strong>smbclient<\/strong>. Some quick commands:\n<ul>\n<li><strong><code>ls<\/code><\/strong> &#8211; list files in the Z-drive folder<\/li>\n<li><strong><code>get <em>filename<\/em><\/code><\/strong> &#8211; download <em>filename<\/em> to your Linux account<\/li>\n<li><strong><code>mget <em>file-matching-pattern<\/em><\/code><\/strong> &#8211; download all matching files.<br \/>\neg: <strong><code>mget *.java<\/code><\/strong> to get all .java files<\/li>\n<li><strong><code>!ls<\/code><\/strong> &#8211; list files in the local Linux account folder (the folder you were in when you ran <strong><code>winftp<\/code><\/strong>)<\/li>\n<li><strong><code>put <em>filename<\/em><\/code><\/strong> &#8211; upload <em>filename<\/em> from your Linux account<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<h3 id=\"lab-basics\">Lab Basics<\/h3>\n<div class=\"slideme\"><dl class=\"slideme__list\"><dt class=\"slideme__term\"><a href=\"#slideme-temporary-local-disk-space\" aria-expanded=\"false\" aria-controls=\"slideme-temporary-local-disk-space\" class=\"slideme__heading slideme__trigger\">Temporary Local Disk Space<\/a><\/dt><dd class=\"slideme__description\" id=\"slideme-temporary-local-disk-space\" aria-hidden=\"true\"><p><\/p>\n<p>If you require large &#8216;fast&#8217; temporary space while on lab computers, you can use the <strong>C:\\temp<\/strong> and <strong>D:\\temp<\/strong> directories on the system&#8217;s local disk.<\/p>\n<p><strong>WARNING:<\/strong> These temporary directories are cleared periodically based on disk space requirements. It is important to remember that any user that places data in these locations is also responsible for removing it when they are finished with it. Remember, other users of the system can access this data.<\/p>\n<p><\/p><\/dd><dl><\/div>\n<div class=\"slideme\"><dl class=\"slideme__list\"><dt class=\"slideme__term\"><a href=\"#slideme-usb-drive-backups\" aria-expanded=\"false\" aria-controls=\"slideme-usb-drive-backups\" class=\"slideme__heading slideme__trigger\">USB drive Backups<\/a><\/dt><dd class=\"slideme__description\" id=\"slideme-usb-drive-backups\" aria-hidden=\"true\"><p><br \/>\nWe recommend that users buy USB drives (or pen drives) and use them to store their personal data. USB drives are fast, have a large capacity (compared to the Z-drive), relatively inexpensive, and allow you to backup, carry and transfer your data to computers running virtually any operating system.<\/p>\n<p><\/p><\/dd><dl><\/div>\n<div class=\"slideme\"><dl class=\"slideme__list\"><dt class=\"slideme__term\"><a href=\"#slideme-linux-remote-desktop\" aria-expanded=\"false\" aria-controls=\"slideme-linux-remote-desktop\" class=\"slideme__heading slideme__trigger\">Linux Remote Desktop<\/a><\/dt><dd class=\"slideme__description\" id=\"slideme-linux-remote-desktop\" aria-hidden=\"true\"><p><\/p>\n<p>There are Linux machines available for student use. The SCS Linux Network is available remotely by using the Linux remote desktop software called x2go. The SCS Windows lab machines are set up with x2go that connect directly to the linux network. Once connected, you will have a choice of any of the linux hosts.<\/p>\n<p>In order for you to access the SCS linux network, you must have one of the following:<\/p>\n<ul>\n<li>Taking a course that requires linux<\/li>\n<li>Be a B.C.S. student<\/li>\n<li>Be a graduate student<\/li>\n<\/ul>\n<p><\/p><\/dd><dl><\/div>\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Getting Started SCS Lab Virtual Machines Remote Access to SCS Windows Lab Machines Windows Z:\\ Drive Lab Basics SCS Windows Introduction The SCS lab machines are running the Windows operating system. Basic things you need to know: The windows-image is not configurable, which means that you cannot install any software on it. Only SCS students [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":6535,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_relevanssi_hide_post":"","_relevanssi_hide_content":"","_relevanssi_pin_for_all":"","_relevanssi_pin_keywords":"","_relevanssi_unpin_keywords":"","_relevanssi_related_keywords":"","_relevanssi_related_include_ids":"","_relevanssi_related_exclude_ids":"","_relevanssi_related_no_append":"","_relevanssi_related_not_related":"","_relevanssi_related_posts":"","_relevanssi_noindex_reason":"","_mi_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":"","_links_to":"","_links_to_target":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>SCS Windows - School of Computer Science<\/title>\n<meta name=\"description\" content=\"Getting Started SCS Lab Virtual Machines Remote Access to SCS Windows Lab Machines Windows Z: Drive Lab Basics SCS Windows Introduction The SCS lab\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/carleton.ca\/scs\/tech-support\/scs-windows\/\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/carleton.ca\/scs\/tech-support\/scs-windows\/\",\"url\":\"https:\/\/carleton.ca\/scs\/tech-support\/scs-windows\/\",\"name\":\"SCS Windows - School of Computer Science\",\"isPartOf\":{\"@id\":\"https:\/\/carleton.ca\/scs\/#website\"},\"datePublished\":\"2016-05-24T15:43:35+00:00\",\"dateModified\":\"2022-09-21T14:47:56+00:00\",\"description\":\"Getting Started SCS Lab Virtual Machines Remote Access to SCS Windows Lab Machines Windows Z:\\\\ Drive Lab Basics SCS Windows Introduction The SCS lab\",\"breadcrumb\":{\"@id\":\"https:\/\/carleton.ca\/scs\/tech-support\/scs-windows\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/carleton.ca\/scs\/tech-support\/scs-windows\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/carleton.ca\/scs\/tech-support\/scs-windows\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/carleton.ca\/scs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Technical Support\",\"item\":\"https:\/\/carleton.ca\/scs\/tech-support\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"SCS Windows\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/carleton.ca\/scs\/#website\",\"url\":\"https:\/\/carleton.ca\/scs\/\",\"name\":\"School of Computer Science\",\"description\":\"Carleton University\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/carleton.ca\/scs\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SCS Windows - School of Computer Science","description":"Getting Started SCS Lab Virtual Machines Remote Access to SCS Windows Lab Machines Windows Z: Drive Lab Basics SCS Windows Introduction The SCS lab","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/carleton.ca\/scs\/tech-support\/scs-windows\/","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/carleton.ca\/scs\/tech-support\/scs-windows\/","url":"https:\/\/carleton.ca\/scs\/tech-support\/scs-windows\/","name":"SCS Windows - School of Computer Science","isPartOf":{"@id":"https:\/\/carleton.ca\/scs\/#website"},"datePublished":"2016-05-24T15:43:35+00:00","dateModified":"2022-09-21T14:47:56+00:00","description":"Getting Started SCS Lab Virtual Machines Remote Access to SCS Windows Lab Machines Windows Z:\\ Drive Lab Basics SCS Windows Introduction The SCS lab","breadcrumb":{"@id":"https:\/\/carleton.ca\/scs\/tech-support\/scs-windows\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/carleton.ca\/scs\/tech-support\/scs-windows\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/carleton.ca\/scs\/tech-support\/scs-windows\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/carleton.ca\/scs\/"},{"@type":"ListItem","position":2,"name":"Technical Support","item":"https:\/\/carleton.ca\/scs\/tech-support\/"},{"@type":"ListItem","position":3,"name":"SCS Windows"}]},{"@type":"WebSite","@id":"https:\/\/carleton.ca\/scs\/#website","url":"https:\/\/carleton.ca\/scs\/","name":"School of Computer Science","description":"Carleton University","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/carleton.ca\/scs\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}},"acf":{"banner_image_type":"upload","banner_uploaded_image":{"ID":482,"id":482,"title":"win","filename":"win.jpg","filesize":165266,"url":"https:\/\/carleton.ca\/scs\/wp-content\/uploads\/win.jpg","link":"https:\/\/carleton.ca\/scs\/tech-support\/scs-windows\/win\/","alt":"","author":"7","description":"","caption":"","name":"win","status":"inherit","uploaded_to":476,"date":"2016-05-24 17:19:16","modified":"2016-05-24 17:19:16","menu_order":0,"mime_type":"image\/jpeg","type":"image","subtype":"jpeg","icon":"https:\/\/carleton.ca\/scs\/wp\/wp-includes\/images\/media\/default.png","width":1600,"height":700,"sizes":{"thumbnail":"https:\/\/carleton.ca\/scs\/wp-content\/uploads\/win-160x70.jpg","thumbnail-width":160,"thumbnail-height":70,"medium":"https:\/\/carleton.ca\/scs\/wp-content\/uploads\/win-240x105.jpg","medium-width":240,"medium-height":105,"medium_large":"https:\/\/carleton.ca\/scs\/wp-content\/uploads\/win-768x336.jpg","medium_large-width":768,"medium_large-height":336,"large":"https:\/\/carleton.ca\/scs\/wp-content\/uploads\/win-400x175.jpg","large-width":400,"large-height":175,"gallery-thumb":"https:\/\/carleton.ca\/scs\/wp-content\/uploads\/win.jpg","gallery-thumb-width":300,"gallery-thumb-height":131,"1536x1536":"https:\/\/carleton.ca\/scs\/wp-content\/uploads\/win.jpg","1536x1536-width":1536,"1536x1536-height":672,"2048x2048":"https:\/\/carleton.ca\/scs\/wp-content\/uploads\/win.jpg","2048x2048-width":1600,"2048x2048-height":700,"banner":"https:\/\/carleton.ca\/scs\/wp-content\/uploads\/win.jpg","banner-width":1600,"banner-height":700,"people":"https:\/\/carleton.ca\/scs\/wp-content\/uploads\/win-200x200.jpg","people-width":200,"people-height":200,"post-thumb":"https:\/\/carleton.ca\/scs\/wp-content\/uploads\/win-300x230.jpg","post-thumb-width":300,"post-thumb-height":230,"rotator-image":"https:\/\/carleton.ca\/scs\/wp-content\/uploads\/win.jpg","rotator-image-width":800,"rotator-image-height":350,"video-thumb":"https:\/\/carleton.ca\/scs\/wp-content\/uploads\/win-360x158.jpg","video-thumb-width":360,"video-thumb-height":158}},"banner_opacity":"default","banner_button":"no"},"_links":{"self":[{"href":"https:\/\/carleton.ca\/scs\/wp-json\/wp\/v2\/pages\/476"}],"collection":[{"href":"https:\/\/carleton.ca\/scs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/carleton.ca\/scs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/carleton.ca\/scs\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/carleton.ca\/scs\/wp-json\/wp\/v2\/comments?post=476"}],"version-history":[{"count":5,"href":"https:\/\/carleton.ca\/scs\/wp-json\/wp\/v2\/pages\/476\/revisions"}],"predecessor-version":[{"id":15563,"href":"https:\/\/carleton.ca\/scs\/wp-json\/wp\/v2\/pages\/476\/revisions\/15563"}],"up":[{"embeddable":true,"href":"https:\/\/carleton.ca\/scs\/wp-json\/wp\/v2\/pages\/6535"}],"wp:attachment":[{"href":"https:\/\/carleton.ca\/scs\/wp-json\/wp\/v2\/media?parent=476"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}