All public logs
Combined display of all available logs of Soma-notes. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:43, 6 January 2023 Lianyingzhao talk contribs created page File:Select-flavor-w23.jpg
- 03:43, 6 January 2023 Lianyingzhao talk contribs uploaded File:Select-flavor-w23.jpg
- 03:25, 6 January 2023 Lianyingzhao talk contribs created page File:Select-image-w23.jpg
- 03:25, 6 January 2023 Lianyingzhao talk contribs uploaded File:Select-image-w23.jpg
- 03:06, 6 January 2023 Lianyingzhao talk contribs created page File:Select-project-w23.jpg
- 03:06, 6 January 2023 Lianyingzhao talk contribs uploaded File:Select-project-w23.jpg
- 18:31, 30 December 2022 Lianyingzhao talk contribs created page COMP3000 Operating Systems W23: Connecting to SCS Openstack (Created page with "If you want to access the openstack environment during a video call (or when watching a movie online), please do not leave the Carleton VPN connected. You may also want to avoid your personal online activities going through the VPN or just simply . The instructions below assume you have created your VM instance with the VPN. ==Linux== <span style="color:#0000ff;font-weight:bold">ssh -J CarletonUserName@access.scs.carleton.ca VMUserName@VMIP</span> This above is the ea...")
- 23:51, 29 December 2022 Lianyingzhao talk contribs created page COMP3000 Operating Systems W23: Openstack Instructions (Created page with "You can create a VM instance on the [https://carleton.ca/scs/tech-support/scs-open-stack/ SCS openstack] cluster for the tutorials, by doing the following: (obvious steps are skipped) # [https://carleton.ca/its/help-centre/remote-access/ Connect to Carleton's VPN]. # Log in to [https://openstack-stein.scs.carleton.ca/ https://openstack-stein.scs.carleton.ca/] # Most of you would need to refresh your SCS account to have the right entitlements for our course (or you may...")
- 06:19, 28 December 2022 Lianyingzhao talk contribs created page COMP3000 Operating Systems W23: Tutorial 1 (Created page with "This first tutorial will prepare you for all subsequent tutorials. You will familiarize yourself with the OS environment and, in particular, learn the basics of command-line interaction in Linux (Ubuntu). When source files are needed, you can download them by clicking on the hyperlink. {{Collapse top}} Tutorials are graded based on participation and effort ('''so no need to try to have the “correct” answers — what matters is the process'''), but you should still t...")
- 09:01, 22 December 2022 Lianyingzhao talk contribs created page COMP3000 Operating Systems 2023W (Created page with "'''Note: this page's purpose is to host publicly available material linked from Brightspace. Please use Brightspace as the primary source of information to stay updated.''' ==Course Outline== Aside from in Brightspace, you can also find it here. ⚠️ For all submissions (regardless of whether collaboration is allowed), the answers must be your own words. Any answers copy-pasted or rephrased from someone else with high resemblance are identified in your submission, yo...")
- 15:49, 25 March 2022 Lianyingzhao talk contribs created page COMP3000 Operating Systems W22: Tutorial 9 (Created page with "By the end of this tutorial, you will have a basic familiarity with the Docker platform and be able to run, operate, and customize containers, and create simple containers of your own. You will see how kernel building blocks like namespaces make containers possible. Tutorials are graded based on participation and effort ('''so no need to try to have the “correct” answers — what matters is the process'''), but you should still turn in your work. Even if you have no...")
- 04:35, 18 March 2022 Lianyingzhao talk contribs created page COMP3000 Operating Systems W22: Tutorial 8 (Created page with "In this tutorial, you’ll be learning about how virtual addresses are mapped to physical addresses (the address translation) and continue to use kernel modules to extract information that only the kernel has access to. In particular, the kernel module performs a 5-level page table walk to find out the physical address corresponding to a userspace virtual address. In addition to what was discussed in the class, You can also read [https://en.wikipedia.org/wiki/Intel_5-lev...")
- 17:31, 12 March 2022 Lianyingzhao talk contribs created page COMP3000 Operating Systems W22: Tutorial 7 Not Using SCSOpenStack (Created page with "If you are not using our course VM for some reason, you might encounter the following problems. Although they are by no means comprehensve to solve the problems, they can in many cases and serve as pointers about where to look. ==Modules fail to build== If you see errors (not just warnings) after running <tt>make</tt> and no .ko file is produced, you may have installed a version of Ubuntu that is too minimal. But you can fix it by installing the right packages. Do the fo...")
- 04:43, 11 March 2022 Lianyingzhao talk contribs created page COMP3000 Operating Systems W22: Tutorial 7 (Created page with "In this tutorial you'll be learning about special files and Linux kernel modules. You’ll create several kernel modules and see how to interact with them using special files (e.g., character device) and their file operations as an interface. Tutorials are graded based on participation and effort ('''so no need to try to have the “correct” answers — what matters is the process'''), but you should still turn in your work. Even if you have no idea about certain task...")
- 04:07, 24 February 2022 Lianyingzhao talk contribs created page COMP3000 Operating Systems W22: Tutorial 6 (Created page with "In this tutorial you will be learning about two implementations of the [https://en.wikipedia.org/wiki/Producer%E2%80%93consumer_problem producer-consumer problem], a classic e...")
- 21:06, 2 February 2022 Lianyingzhao talk contribs created page COMP3000 Operating Systems W22: Tutorial 5 (Created page with "In this tutorial you will be learning about files and filesystems by experimenting with and extending 3000test.c, and creating and manipulating local filesystems. '''WARNING:'...")
- 05:34, 27 January 2022 Lianyingzhao talk contribs created page COMP3000 Operating Systems W22: Tutorial 4 (Created page with "In this tutorial, you will learn about how user accounts and logging in work through exploring [https://people.scs.carleton.ca/~lianyingzhao/comp3000/w22/tut4/3000userlogin.c...")
- 04:11, 27 January 2022 Lianyingzhao talk contribs created page COMP3000 Operating Systems W22: Downloading files from your Openstack VM (Created page with "You will need to transfer files between the Openstack VM and your own PC from time to time, for example, when submitting your tutorial/assignment work. As your laptop/desktop...")
- 05:39, 17 January 2022 Lianyingzhao talk contribs created page COMP3000 Operating Systems W22: Tutorial 3 (Created page with "In this tutorial, you will be experimenting with and extending 3000shell.c, a proof-of-concept program to show you how a Linux shell works. Also, you will be learning to read...")
- 06:19, 13 January 2022 Lianyingzhao talk contribs created page COMP3000 Operating Systems W22: Tutorial 2 (Created page with "In this tutorial, you will revisit the lifecyle of a program, from source code, to an executable (binary image), and further to being loaded into the address space. Then from...")
- 16:06, 12 January 2022 Lianyingzhao talk contribs created page COMP3000 Operating Systems W22: Connecting to SCS Openstack (Created page with "If you want to access the openstack environment during a video call (e.g., the lecture), please avoid streaming through the Carleton VPN. You can also use these alternatives t...")
- 07:00, 6 January 2022 Lianyingzhao talk contribs created page COMP3000 Operating Systems W22: Openstack Instructions (Created page with "You can create a VM instance on the [https://carleton.ca/scs/tech-support/scs-open-stack/ SCS openstack] cluster for the tutorials, by doing the following: (this is not step-...")
- 06:57, 6 January 2022 Lianyingzhao talk contribs created page File:Floating-ip.jpg
- 06:57, 6 January 2022 Lianyingzhao talk contribs uploaded File:Floating-ip.jpg
- 06:51, 6 January 2022 Lianyingzhao talk contribs created page File:Security-group.jpg
- 06:51, 6 January 2022 Lianyingzhao talk contribs uploaded File:Security-group.jpg
- 06:47, 6 January 2022 Lianyingzhao talk contribs created page File:Select-flavor.jpg
- 06:47, 6 January 2022 Lianyingzhao talk contribs uploaded File:Select-flavor.jpg
- 06:43, 6 January 2022 Lianyingzhao talk contribs created page File:Select-image.jpg
- 06:43, 6 January 2022 Lianyingzhao talk contribs uploaded File:Select-image.jpg
- 06:40, 6 January 2022 Lianyingzhao talk contribs created page File:Boot-source.jpg
- 06:40, 6 January 2022 Lianyingzhao talk contribs uploaded File:Boot-source.jpg
- 06:32, 6 January 2022 Lianyingzhao talk contribs created page File:Select-project.jpg
- 06:32, 6 January 2022 Lianyingzhao talk contribs uploaded File:Select-project.jpg
- 04:59, 3 January 2022 Lianyingzhao talk contribs created page COMP3000 Operating Systems W22: Tutorial 1 (Created page with "In this first tutorial you will be learning the basics of command-line interaction in Linux (Ubuntu) and how to find out information about the OS environment. When source file...")
- 17:25, 31 December 2021 Lianyingzhao talk contribs created page COMP3000 Operating Systems 2022W (Created page with "'''Note: this page is only used to host publicly available material linked from Brightspace. Do NOT visit it directly for staying updated.'''")