Need screenshots in word doc for all steps. Linux Server Install (Fedora) INFO 472 Linux Server installation: 1. Use the disk one and reboot the machine. 2. Enter at the prompt to boot from CD. 3....

1 answer below »


Need screenshots in word doc for all steps.



Linux Server Install (Fedora)
INFO 472
Linux Server installation:


1. Use the disk one and reboot the machine.
2. Enter at the prompt to boot from CD.
3. You can verify the integrity of media if you like or you can skip if you are confident the media is ok.
4. Select 'Boot Fedora-Live-i686'
5. Click on Fedora Live to login as Fedora User (or wait till the system logs in automatically as Fedora User)
6. Launch 'Install to Hard Disk' from the desktop
7. Select the appropriate keyboard setting.
8. On the Disk partitioning screen, select “ Remove all partitions on selected drives and create default layout'”
a. In the partitioning information review the partitions and modify if necessary so that :
There are no LVM volume groups; (and create the rest if necessary)


Mount pt. type Size (Mb)
/boot ext3 100 Mb (atleast)
/ ext3 3000 Mb (atleast)
swap 1000 Mb (atleast)


9. Use GRUB Boot Loader. Make sure default is selected. Do not use any GRUB password
10. Edit the network device


a. Uncheck Configure using DHCP & Check Activate on boot.
b. Manually enter an available IP address that you find free. Enter the netmask as 255.255.255.0
c. Manually Set the hostname (machine name) of your choice.
b. Gateway as 192.168.x.x
c. Primary DNS: 192.168.x.x


11. Selected the correct time zone
12. Set root password
13. After the file system has been created and post-installation filesystem changes are made, shut down the system and remove the CD media.
14. Remove the CD from the drive and reboot.
15. Proceed with the wizard and agree to the license
16. Make sure firewall is enabled for FTP, SSH, Samba, HTTPS and WWW.
17. Disable SELinux setting.
18. Create users for everyone in your group


You can also create users later from


a. System -> Administration -> Users and Groups or
b. by using the command shell. # useradd –d /home –c ‘jdoe’ jdoe
i. # passwd jdoe (to change a user passwd)
ii. # useradd (for all possible options)




19. Reboot if prompted.
20. Log back in as root.
21. From System - Administration - Services, enable sshd.
a. Save and start the service.


If you make changes to the network setting, you have to reactivate the network. To do this:
System -> Administration -> Network
Devices Tab -> Deactivated and Activate.
21. From the client windows workstation log in as each user using putty. You will need ssh client to do this if it is not already on the windows workstation.


a. You can download the secure client (putty.exe) to a disk from http://www.isy.vcu.edu:8080/home.jsp?s=resources&p=software
The putty.exe file should fit on a diskette if you need to download the software outside the lab.
b. Copy the putty.exe to the windows machine and specify the server ip address. (Ensure you can ping the machine before you try to use putty.exe)
c. Yes to the finger print message and you should get the linux login.


Turn in screen dumps of


a. # whoami (one for everyone).
b. # more /etc/passwd
c. # network information (#ifconfig)
d. disk usage information (df -h).
e. firewall settings.

Answered Same DayApr 08, 2021

Answer To: Need screenshots in word doc for all steps. Linux Server Install (Fedora) INFO 472 Linux Server...

Ria answered on Apr 09 2021
137 Votes
Linux Server Install (Fedora)
Section A: Installation of Linux
Installing Linux means that we have to install an operating system. In this assignment, we are installing Fedora Workstat
ion. But the installation is to be done on a virtual machine. And here we choose Oracle VM VirtualBox as a virtual machine.
Installing Oracle VM VirtualBox:
A virtual machine, known as a guest, is created within a computing environment, called a host. Multiple virtual machines can exist in one host at one time. Oracle VM VirtualBox is an example of virtual machine.
1. Download Oracle VM VirtualBox executable file and start installing it.
2. Installation is finished successfully and Oracle VM VirtualBox is opening.
3. Virtual machine is opened.
4. There are many options. But we have to click ‘new’ and create a virtual machine for Linux. Name it fedora, choose default machine folder, type: Linux, version: Fedora (64-bit).
5. Allocated 2GB for the virtual machine’s memory.
6. Choose Storage on physical hard disk as Dynamically allocated that it’ll automatically free the space.
7. Allocated 25GB to the virtual machine’s hard disk.
8. Get the virtual machine ready for Feroda installation.
9. Allocated 2 processor cores to the virtual machine.
10. Configured NAT for IP Address conservation.
Installing Fedora Workstation:
Fedora Workstation is a polished, easy to use operating system for laptop and desktop computers, with a complete set of tools for developers and makers of all kinds.
1. Select Fedora ISO file which was installed from Fedora download website.
2. Fedora is installing…
3. Choose ‘install to hard drive’.
4. Choose manual partition.
a. 2 GiB swap
b. 10 GiB root
c. 500 MiB boot
d. 12.5 GiB home
5. Installing software…
6. The installation has been completed.
Section B:
ahsan@linux:~$ whoami
ahsan
ahsan@linux:~$ cat...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here