Basic Linux Seminar: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
# Connecting to a linux machine via ssh. | # Connecting to a linux machine via ssh. | ||
# Using SCP to move items from your machine to the server, using sFTP, Filezilla | * hand out account credentials for non-math attendees | ||
* explain Linux vs. Unix, open source | |||
# Using SCP to move items from your machine to the server, using sFTP, Filezilla, SecureFX | |||
* Terminal on mac, linux | |||
* download and install SSH program (like SecureCRT) for Windows. | |||
# pwd | |||
* landing zone | |||
* where am I | |||
# Creating directories | # Creating directories | ||
# Moving around your home directory; pwd | # Moving around your home directory; pwd |
Revision as of 13:15, 15 January 2017
January 16, 2017 from 10am to 12pm, B107 Van Vleck
- Connecting to a linux machine via ssh.
- hand out account credentials for non-math attendees
- explain Linux vs. Unix, open source
- Using SCP to move items from your machine to the server, using sFTP, Filezilla, SecureFX
- Terminal on mac, linux
- download and install SSH program (like SecureCRT) for Windows.
- pwd
- landing zone
- where am I
- Creating directories
- Moving around your home directory; pwd
- Moving items in your home directory (2 methods); relative; absolute
- Listing items in your home directory; Listing with command line options.
- Removing directories and files (use caution!)
- Permissions; recursive, letter method, number method
- Touch command.
- Man command
- Printing items in your home directory to a printer via command line
- using lpq to see items in the print queue
- using lprm to remove items in the print queue.
- editing a file using nano
- more about file editors.
- make your own script
- quota command; du -s subdir
- locate command