1 / 20

Intro to the CS Windows Machines

Intro to the CS Windows Machines ACM ( cs.pdx.edu/~psuacm ) CS Tutors ( www.cat.pdx.edu/tutors ) The CAT ( www.cat.pdx.edu ) Printing – Adding Printers 1. Start the Add Printer Wizard 2. Select to add a network printer

Faraday
Télécharger la présentation

Intro to the CS Windows Machines

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Intro to the CS Windows Machines ACM (cs.pdx.edu/~psuacm) CS Tutors (www.cat.pdx.edu/tutors) The CAT (www.cat.pdx.edu)

  2. Printing – Adding Printers 1. Start the Add Printer Wizard 2. Select to add a network printer 3. On Specify Printer dialogue box, select one of the first two options. If you select the second options, type \\frost\ and all the available printers will be displayed. • For more information, read this knowledge base article on Microsoft's web site.

  3. Printers – Checking Your Quota • Users get a $15 quota at the beginning of each term. To check your quota, log into https://intranet.cecs.pdx.edu/purr.

  4. Printing – Printer Names • All printers are named systematically to match the following pattern: • For a list of printers, see http://www.cat.pdx.edu/docs/misc/printer_list.php.

  5. Printing – Checking the Queue • You don't have to walk across the room to check the printer. • Click the printer icon that appears in the system tray. This isn’t very reliable. • Run lpq from a UNIX or Linux host. For example, to check the queue of printer fab5517clr1, run this command: lpq -P fab5517clr1

  6. Printing – More information • For more details see http://www.cat.pdx.edu/students/printing.php.

  7. E-mail – Mail Clients on Windows • Pegasus • Web mail • Read mail on a UNIX or Linux machines using pine, mutt, mh, elm, etc.

  8. E-mail – Forwarding Mail • Forward mail by creating a .forward file in your UNIX home directory. For detailed information, see http://www.cat.pdx.edu/unix/unixForwardMail.php • Forward mail using webmail's UI.

  9. Samba • Create a symbolic link to you home directory in Linux and UNIX cd ~ && ln -s . smb_files

  10. Samba – Accessing UNIX and Linux • UNIX home directory \\unix\cs\ • Linux home directory \\unix\linux\

  11. Samba – Mapping the Samba Share • From the command line net use U: \\unix\unix /user:cecs\user net use L: \\unix\linux /user:cecs\user • From the GUI

  12. VPN – Connecting • Change temporary password by logging into a Windows box on campus • Use domain name and user name (e.g., cecs\tspencer) • Make sure you have a directory called smb_files in your home directory • Detailed instructions can be found at http://www.cat.pdx.edu/windows/vpn.php

  13. VPN – Uses • Access your UNIX and Linux home directory from any Windows computer using samba. • Print to CECS printers from your Windows or Mac laptop. • Access your files and documents in the Windows home directory \\khensu\homedirs\StudentCS\spencer

  14. VPN – More Information • For more Information, see http://www.cat.pdx.edu/windows/vpn.php

  15. PuTTY PuTTY uses ssh to log you into a different computer over a network security. It can be downloaded from this site. It doesn't require any installation to be run.

  16. PuTTY – Things to Know • When connecting to a UNIX host, make sure and set the backspace key to C-h • To copy anything you see on the screen, just highlight it and it will be placed in the clipboard buffer. • PuTTY is located on the Windows systems in P:\programs\tools\putty\putty.exe

  17. PuTTY – Automatic Connection • Create a shortcut • Pass the password on the command line • Use a private key without a pass phrase • Use a private key and pageant

  18. PuTTY – X11 Forwarding • To enable X11 forwarding, in PuTTY's configuration dialogue box, select the Enable X11 forwarding option under Conection, SSH, Tunnels. See the screenshot. • For more information, see X11 Forwarding in the PuTTY documentation.

  19. Writing Code in Windows Once samba is set up, you can access your files in you UNIX or Linux home directly. With this in place, you can use a text editor or IDE to create, edit, and debug code. With PuTTY connected to a UNIX or Linux, you have an excellent working environment.

  20. Writing Code in Windows – Text Editors • Visual Studio .NET 2003 • TextPad • vim • gvim (P:\Programs\vim63\gvim.exe)

More Related