logo

System Administrators or Security Administrators -

This assignment consists of 3 questions related to common tasks required of a system administrator. Some questions require the use of a supplied virtual machine.

13 Pages1583 Words22 Views
   

Added on  2022-08-25

System Administrators or Security Administrators -

This assignment consists of 3 questions related to common tasks required of a system administrator. Some questions require the use of a supplied virtual machine.

   Added on 2022-08-25

ShareRelated Documents
Running head: REPORT ON SYSTEM AND SECURITY ADMINISTRATION
By
Academic Year: 2019-20
Module: System and Security Administration
System Administrators or Security Administrators -_1
1
Introduction
Git is the adaptation control tech of decision for fundamentally everyone at this moment,
from engineers to originators. GitHub is the social code-facilitating stage that is as of now
utilized more than some other. It's where you can play and investigation. It's where you can
discover (and mess with) the most extraordinary open-source data, rising innovations,
highlights, and structures. It's a spot to learn and it's a spot to get included. You can keep
code there for work or for school, and you can snatch some sweet code that you need to
investigate further.
Question 1
Sign up and Installation
Visit the sign up page and sign up for the new account. Install git with the command below;
sudo apt-get install git
How to initialise Git repository for an existing git base
To initialise the github repository type the command (Baltes, Diehl, 2019)
git init .
System Administrators or Security Administrators -_2
2
Create the repository through the github login page as shown below;
Clone the github repository to the local machine so that you can push changes to the
repository as shown below;
git clone https://github.com/denis254/ktransit.git
System Administrators or Security Administrators -_3
3
So as to clone an archive onto your PC, go to the store on the GitHub site and snap the large
green catch that says "Clone or download." (You can download the storehouse in that spot
and avoid the terminal stuff on the off chance that you can't manage it. However, I have faith
in you, so continue onward!) Make sure it says "Clone with HTTPS." Now click the
clipboard symbol to reorder it to your clipboard (or feature that connection and duplicate it)
(Vendome et al., 2017).
To check the status of the repository run the following command;
git status
To add a file type the command below;
got add filename
To add all the filse in the repository type the command below;
git add -all
How to recover a particular version of a file from the local user Git repository
The sysntax for completing the above is;
git show object
git show $REV:$FILE
git show somebranch:from/the/root/myfile.txt
git show HEAD^^^:test/test.py
System Administrators or Security Administrators -_4

End of preview

Want to access all the pages? Upload your documents or become a member.