User Tools

Site Tools


os:centos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
os:centos [2020/02/02 15:03] – created lucidos:centos [2021/06/18 16:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
-CentOS+======CentOS 7======
  
 This is simply a documentation of my install experience with CentOS 7 when setting out to set it up as a VM server for testing. This is simply a documentation of my install experience with CentOS 7 when setting out to set it up as a VM server for testing.
Line 5: Line 5:
 Nothing is installed by default including sudo (why is the install image so large if this is the case?) I think that it may be due to the fact that you can choose to install much more than just the minimal install. The minimal install has the bare minimum installed by default which is nice, similar to arch and debian. Nothing is installed by default including sudo (why is the install image so large if this is the case?) I think that it may be due to the fact that you can choose to install much more than just the minimal install. The minimal install has the bare minimum installed by default which is nice, similar to arch and debian.
  
-Weird issue, I tried to ctrl+c and ctrl+z when quickly stopped a yum command that I did not mean to run. Immediately after I tried to run it again with the command that I wanted and yum refused to run, had to reboot.+Weird issue, I tried did a ctrl+c and ctrl+z when to quickly stop a yum command that I did not mean to run. Immediately after I tried to run it again with the command that I wanted and yum refused to run, had to reboot.
  
-## Installing htop+=====Installing htop======
 Since this is not included in the default repos, an additional repo needs to be added. Since this is not included in the default repos, an additional repo needs to be added.
-` 
-wget dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm 
-sudo rpm -ihv epel-release-7-11.noarch.rpm 
-sudo yum install htop 
-` 
  
-## ffmpeg is also not in the default repos, requires an additional repo to be added+  wget dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm 
 +  sudo rpm -ihv epel-release-7-11.noarch.rpm 
 +  sudo yum install htop
  
-## PCIutils is not installed by default+=====FFmpeg===== 
 +ffmpeg is also not in the default repos, requires an additional repo to be added 
 + 
 +=====PCIutils===== 
 +pciutils is not installed by default
 This means lspci does nothing, package manager does not suggest to install anything either. This means lspci does nothing, package manager does not suggest to install anything either.
-` 
-yum install pciutils 
-` 
  
-## SNMP v3 auth user info +  yum install pciutils
-username: user +
-password/passphrase: peanut+
  
-## semanage+=====semanage=====
 For some reason this is not included in any repo package that makes sense, instead you must install policycoreutils-python. For some reason this is not included in any repo package that makes sense, instead you must install policycoreutils-python.
-` + 
-yum install policycoreutils-python +  yum install policycoreutils-python 
-`+
os/centos.1580655805.txt.gz · Last modified: 2021/06/18 16:36 (external edit)