os:centos
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| os:centos [2020/02/02 15:03] – created lucid | os:centos [2021/06/18 16:36] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | # CentOS | + | ======CentOS |
| 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 I quickly | + | Weird issue, I tried did a ctrl+c and ctrl+z when to quickly |
| - | ## 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/ | ||
| - | 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/ |
| + | 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 | ||
| 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/ | + | |
| - | ## 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)