Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Computer Engineering Expert

Instructions

This assignment consists of 3 questions each of equal value. They con- sist of common tasks required of a system administrator-tasks I have had to do at some time in the past.

Be aware that some questions require that you use the Virtual Machine supplied for the course. The question will clearly state that the course Virtual Machine must be used, if it doesn't then you are free to use your favourite flavour of Unix.

Question 1

A research group at your institution wants to incorporate revision control into their project so they can track the user changes made to their research code.

The main software package they use is "rebound"5, a high precision inte- grator for studying the long-term stability of planetary systems, the or- bital evolution of comets, asteroids or meteoroids, and simulating plan- etary accretion.

The revision control system they wish to use is Git6, as it is employed by their collaborators (and is used by the software developer).
They have come to you to write a Git HOWTO using the Linux Git command-line interface and with explicit examples using the Rebound code base. All work on the code will be done on the institution's Linux HPC, so all user repositories will be local to that machine. The "master" repository for the local version of the rebound code will be on the HPC in the directory /home/Planets/rebound7. This directory is read- able and writeable by the Unix group "rebound". All researchers using the code are in that group.

The HOWTO needs to cover the following topics:
- A basic description of Git and how it differs from other revision control systems, such as Mercurial, SVN, rcs, darcs, etc.
- A short description of the user's basic work-flow when using a Git repository.
- How to initialise a Git repository for an existing code base. In this case the master code in the directory /home/Planets/rebound.
- How to clone an existing master Git repository to a local user Git repository.
- How to add new files and modified files to the local user Git repos- itory.
- How to recover a particular version of a file from the local user Git repository.
- How to check the status of the local user Git repository.
- How to view the change history of the local user Git repository.
- How to push local user Git repository changes back to the master Git repository.
- How to pull changes from the master Git repository into the local user Git repository.
- What to do if a pull or a push fail because Git cannot merge your changes with the master Git repository.
- Permissions that must be set on the master Git repository so that it can be cloned by users in the research group.

Question 2

Authentication under modern Unix systems is handled by the Pluggable Authentication Module (PAM) system. In about a page and in your own words explain the PAM system as it is implemented on a Linux distri- bution and why it was introduced.

Using the login service file found in the course virtual machine as an example, explain how a service is configured and discuss the implications of each configuration line. Your explanation should include discussions on the following:
- what is the module-type parameter,
- what is the control flag,
- what does it mean that the service file is a stack,
- what is a PAM module.

a. Be aware that there are subtle differences between different Unix distributions-the question explicitly states discuss the Linux ver- sion only!

b. The topics above are linked to each other and the question, they are not independent of each other. They are provided as a minimal guide only. Do not simply write an unconnected paragraph on each without linking the concepts together. Marks will be lost if your answer appears to be cut and pasted from the Internet.

c. List all resources used in answering this question.

d. Please do not fall into the trap of answering the question by us- ing unexplained technical terms-you must explain all technical terms used especially if they have not been used anywhere else in the course. Assume you a writing for someone who knows nothing about PAM.

Question 3

Your users require standardised syncing software, but due to security constraints and possible intellectual property rights, syncing to off-site private servers is not an option. The software must also be supported under Windows, macOS, Linux, Android and iOS.

The software being mooted is "syncthing". You have been asked to test the latest version of syncthing (ver- sion 0.4.44 or 0.4.45) and write an evaluation report.

The report must contain the following:
- A discussion of the syncthing application: how it is different from other syncing software, how it is configured, what informa- tion is required for configuration, how it actually synchronises data, what data is synchronised.

- Included with your discussion of syncthing you must include examples of syncthing being installed, configured and used.

- The environment used for the examples must be the course virtual machine and its host. This is important, as the guest machine does not have a windowing environment and the host will. So your discussion must include how to install, configure and use syncthing in a non-windowing environment (such as a server).

- Discuss, with examples, the system and user systemd configu- ration required on the virtual machine, so that the user's instance of syncthing will start running when the user logs in (or the system boots) and continue running after the user has logged out.

- The report with examples should be approximately two pages.

a. Do not use any package manager, but download the compiled binaries from the syncthing Web site. You have been asked to test the latest version - different distributions will have older and different versions. For stability you want to run the same version across all systems.

b. For this question syncthing must be installed on the course virtual machine and its host.

c. To "bring-up" the host-only interface (the network that links the guests to the host) see the man-pages ifup(8) and inter- faces(5)

d. It is important to understand how "syncthing" can use port 8384 for both configuration and data transfer. You need to understand which interface handles configuration and which handles data transfer.

Once you understand how "syncthing" communicates for configuration and for data transfer, manually changing the "syncthing" configuration file so that the "virtual" machine syncthing can be configured via a web client on the host, is straight forward.

In the syncthing configuration file only the tag need be modified by hand.

Computer Engineering, Engineering

  • Category:- Computer Engineering
  • Reference No.:- M92718378
  • Price:- $120

Guranteed 48 Hours Delivery, In Price:- $120

Have any Question?


Related Questions in Computer Engineering

The ages of commercial aircraft are normally distributed

The ages of commercial aircraft are normally distributed with a mean of 13.5 years and a standard deviation of 8.3821 years. What percentage of individual aircraft have ages between 10 years and 16 years? Assume thata ra ...

Question interface design guidelines please respond to the

Question: "Interface Design Guidelines" Please respond to the following: • Imagine you are leading a team of designers for a new software product. During the kickoff meeting, the team starts to discuss design guidelines. ...

Recall that the cpu execution time of a program is given by

Recall that the CPU execution time of a program is given by CPU time = IC times CPI times T. Suppose two different processors P 1 and P 2 execute the same number of instructions for a given benchmark. If P 1 is a 2 Ghz p ...

Question suppose that an organization did not use processes

Question : Suppose that an organization did not use processes that were designed and built to be agile, particularly when it comes to IS / IT technologies. Predict the impact of environmental changes on an organization f ...

Question 1 select a specific activity or responsibility of

Question: 1. Select a specific activity or responsibility of the systems analyst. Define the purpose of the systems analyst and why it is important in the overall systems analysis process. Write this post to an audience ...

On microsoft word what would be the advantage of using the

On Microsoft word, what would be the advantage of using the dialog box over setting various tabs directly on the ruler line? In what types of typing tasks would you find using the ruler line helpful?

Assignmentshalene kolchek bought a great lakes spa from val

Assignment Shalene Kolchek bought a Great Lakes Spa from Val Porter, a dealer who was selling spas at the state fair. Kolchek signed an installment contract. Porter then handed her the manufacturer's paperwork and arrang ...

Suppose you have two sorted arrays of n integers x01n and

Suppose you have two sorted arrays of n integers: X0[1..n] and X1[1..n]. Devise and analyze an efficient algorithm for finding the median of all numbers in arrays X0 and X1. Now, suppose you have not two, but three such ...

When you respond to others discuss ways in which technology

When you respond to others, discuss ways in which technology has changed your outlook on your career of choice.

Question sometimes when we visit super markets we may share

Question : Sometimes when we visit super markets, we may share our personal details to get (for example) "Loyalty cards" and other benefits. Do you think sharing such details is a good approach? Give arguments for both c ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As