This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
linux:linux_install_centos7 [2023/06/29 13:39] manu |
linux:linux_install_centos7 [2023/11/07 21:04] (current) manu |
||
---|---|---|---|
Line 59: | Line 59: | ||
===== Install additional packages ===== | ===== Install additional packages ===== | ||
+ | Some alternatives commands exists natively | ||
+ | tracepath ==> traceroute | ||
+ | | ||
Adapt the yum repositories in /etc/yum.repos.d/ to be able to reach the right repositories\\ | Adapt the yum repositories in /etc/yum.repos.d/ to be able to reach the right repositories\\ | ||
Add ntp and net-tools (for ifconfig command), and other utilities | Add ntp and net-tools (for ifconfig command), and other utilities | ||
Line 78: | Line 81: | ||
yum -y install gmp # copy/paste using mouse (in terminal) | yum -y install gmp # copy/paste using mouse (in terminal) | ||
yum -y install screen # start a terminal in background (in terminal) | yum -y install screen # start a terminal in background (in terminal) | ||
+ | yum -y install cloud-utils-growpart # growpart | ||
| | ||
Also for NTFS USB keys you can download and install **ntfs-3g** package from EPEL | Also for NTFS USB keys you can download and install **ntfs-3g** package from EPEL |