Steps: connect to "unplug.eee.upd.edu.ph" port: doesnt matter. use default Prompt for username: eee13_200746363 Prompts for password: (this cant be seen by user) (alam mo na toh) Commands: ls - similar to dir in command prompt cd (folder) - similar to cd in cmd prmpt rm (filename) - similar to delete vi (filename) - open file(dont forget extension) Compiling: gcc (file to be compiled) -o (name of result compiled file you want) -Wall Running executable: ./(filename) = example -- ./exer3 Notes: While inside Vi Editor, these are commands in console :wq (quit and save) :q! (quit and dont save) dd (delete line) i (insert) x (similar to backspace) To paste from external program i.e. notepad, just copy then alt+tab to putty, insert (command is "i") then right click to paste.