0% found this document useful (0 votes)
21 views2 pages

Brief Summaries (Linux+PowerShell)

The document discusses a case study project involving Linux distributions and remote PowerShell. For the Linux portion, the student will create 3 Fedora virtual machines with unique hostnames and network adapters. OpenSSH will be installed to enable SSH connections between machines. NFS will be set up to share directories between clients and servers. For the PowerShell portion, the student will use 2 Windows 10 virtual machines to execute remote commands. A scenario will be created to demonstrate using remote PowerShell practically. Security logs will be filtered to check login data.

Uploaded by

maan ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views2 pages

Brief Summaries (Linux+PowerShell)

The document discusses a case study project involving Linux distributions and remote PowerShell. For the Linux portion, the student will create 3 Fedora virtual machines with unique hostnames and network adapters. OpenSSH will be installed to enable SSH connections between machines. NFS will be set up to share directories between clients and servers. For the PowerShell portion, the student will use 2 Windows 10 virtual machines to execute remote commands. A scenario will be created to demonstrate using remote PowerShell practically. Security logs will be filtered to check login data.

Uploaded by

maan ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Linux case study topic 1 (brief summary)

i would like to write hte brief summary of my case study of the operating system here.

i chose topic number 1 which is an project that involves the following content:

the introduction of the project decribes the beuty of linux distributions and because linux has
i general has somehting to be happy about. we must of explore its whole enviroment and not
just ubuntu. the arrangements containt the following: working alone while providing personal
info about myself. at the end of everything, a presentaition must be given. part 1 of the
project itself consist of the following; i must create 3 fedora machines which i will use
instead of ubuntu. each with its unique hostname. i must not let the repetitions of the
intellation of the machines happen, thereby removing .iso file. and then i gonna have to give
two adapters to each machine (host-only adapter and a NAT network adapter). after doing
that, creation of a virtual machine is required. also i must connect host-only adapter to host-
only adapter (locale pc). otherwise i wont be able to use it for SSH connection. speaking of; if
i was operating the network services over an unsecured network; solution: SSH. which i must
install for each of my fedora machines using:

sudo yum install openssh-server

sudo systemctl enable sshd

sudo systemctl start sshd

sudo systemctl status sshd

service activity required.

next step is Use Putty to provide your local machine (Windows) as an SSH client.

After all of that I start with the set up of the project. I have to first set up NFS Server
(FEDORA1) which after that I setting up NFS clients is necessary. After that I should be
ready to set up the host side. Firstly installing the NFS server and then creation of NFS share
requires me to create a specific folder to share. As a third and last step, i am gonna Configure
the /etc/exports file to define permissions for NFS directories. Of coarse a specific syntax
with option is payed out for me to use. As the next part of the project, I must Install NFS
client on my own Fedora client machines (e.g., FEDORA1, FEDORA2 and FEDORA3).
After that I should be able to create a mount point using a specific syntax. Next step on the
list is sharing Directories on NFS Server, for that I must first make Directories Accessible,
edit /etc/exports, export directories and lastly having access to NFS client. The last part of the
the project is fulfilling a task called (Apache Webserver Task). How to fulfil it? Well, I am
gonna need the apache itself so I have to install it first. Then, creating my own website, lastly
deploying the apache itself on my network.
5.3 Option 3 : remote powershell

PowerShell (brief summary)

My case study in PowerShell involves Remote PowerShell which for I need 2 virtual
machines with windows 10 to be able to use it. Also connecting the 2 machines which each
other is required to execute commands. apparently I must invent a scenario to use Remote
PowerShell, preferably a practical one. Apart from my scenario, I must filter the login data
that I can find in the security log. As a tip, I was given a way to check the connectivity
between 2 virtual machines that I have.how: selecting network card. Besides I mest be able to
recognise the working of “bridged network cards” in my own virtual box & making sure that
virtual machine number 1 has a distinctively different IP address than virtual machine
number 2. As a second tip, I can then disable my firewall to make my test environment
smoother and easier. As a third tip, if my system is protected then I must remove my security
or trusting another device. As a fourth tip, I must then not clone my own vm or I might have
security issues like working with two devices with the exact same SID number.

You might also like