Topic outline

  • Linux Basics course will be arranged twice in Fall 2022:

    • Period I course is teach in English and period II course will be in Finnish. This course is mainly for new Communications Engineering students who have note yet done Linux basics course.  This MyCourses workspace is used in period I course.
    • Please note: BSc students from Computer science and data science and masters students from CS, Game, HCI, Macadamia, Security and SSE majors cannot include this course to their curriculum.
    You will need an own laptop on which Linux will be installed as an virtual machine on the first exercise session.
    Also working Internet connection is needed to participate in exercises and exam.
    • First exercise session: Monday 12.9.2022, 16:15-19:00 in hall U3 (Otakaari 1). Guided instructions to install VirtualBox and Debian Linux as a virtual machine.
    • Second exercise session: Wednesday 14.9.2022, 16:15-19:00 in hall T2 (Konemiehentie 2, Tietotekniikka-talo) 
    • Other exercises: Mon and Wed at weeks 38-39
    • Course Exam 5.10.2022, 16:30-19:30 in hall T1. More Info will be sent via course announcements later.

    Instructions:


    During the exercise you will learn how to install Linux (Debian) as a virtual machine to your PC/Laptop. To speed up installation process please download following before exercise:

    Please also verify that your computer supports virtualization and that it's enable.  Check for example the following page:

    https://support.bluestacks.com/hc/en-us/articles/115003174386-How-can-I-enable-virtualization-VT-on-my-PC-

    If you're running Windows 10, check from Task Manager, from Performance tab that "Virtualization" is enabled.  If not, check the virtualization settings from BIOS.  See the following instructions on how to do it:

    https://support.bluestacks.com/hc/en-us/articles/115003174386-How-can-I-enable-virtualization-VT-on-my-PC-#%E2%80%9C3%E2%80%9D



    Course material:

    In case you need to ask about course practicalities (such as SISU registrations etc.), please email to mika.nupponen@aalto.fi.

    Requirements for the practical usage test of Linux Basics course:

    • Using commands and their parameters that are in the Linux command cheat sheet provided in Materials. The cheat sheet and man pages are available during the final practical test.
    • Usage of a text editor (e.g., Nano, Vim)
    • Knowledge of Linux directory structure (having an idea what is where) and moving around in directories (proc, etc, home)
    • Searching and manipulation and viewing data on command line (grep, awk, sort and less).
    • Installing and removing software through package management (Debian apt), resolving dependencies
    • Starting and stopping services
    • System logs: What logs are available, where are they and how are they used for checking the system and troubleshooting
    • Configuring network settings and using basic network diagnostics (ping, traceroute, traffic capture)
    • SSH: remote connections, file transfer, tunneling, public key authentication
    • Basic usage of Screen
    • Using programming tools, git (e.g., searching program code, changing a specific line of a simple program while following instructions, compilation and testing the result. Committing code to a local repository.)
    • Shell environment variables: listing & editing ( $PATH )
    • Knowing how to make script files with if/then/else and for loops