Showing posts with label Yellowdog Updater Modified. Show all posts
Showing posts with label Yellowdog Updater Modified. Show all posts

Monday, July 18, 2016

CentOS: Installing Sysstat

Command:

# yum install sysstat

Result:

Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: ftp.jaist.ac.jp
 * extras: ftp.jaist.ac.jp
 * updates: ftp.jaist.ac.jp
Resolving Dependencies
--> Running transaction check
---> Package sysstat.x86_64 0:10.1.5-7.el7 will be installed
--> Processing Dependency: libsensors.so.4()(64bit) for package: sysstat-10.1.5-7.el7.x86_64
--> Running transaction check
---> Package lm_sensors-libs.x86_64 0:3.3.4-11.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

==============================================================================================================
 Package                        Arch                  Version                       Repository           Size
==============================================================================================================
Installing:
 sysstat                        x86_64                10.1.5-7.el7                  base                296 k
Installing for dependencies:
 lm_sensors-libs                x86_64                3.3.4-11.el7                  base                 40 k

Transaction Summary
==============================================================================================================
Install  1 Package (+1 Dependent package)

Total download size: 336 k
Installed size: 1.1 M
Is this ok [y/d/N]: y
Downloading packages:
(1/2): lm_sensors-libs-3.3.4-11.el7.x86_64.rpm                                         |  40 kB  00:00:01    
(2/2): sysstat-10.1.5-7.el7.x86_64.rpm                                                                                                       | 296 kB  00:00:06    
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                55 kB/s | 336 kB  00:00:06    
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : lm_sensors-libs-3.3.4-11.el7.x86_64                                                                                                              1/2
  Installing : sysstat-10.1.5-7.el7.x86_64                                                                                                                      2/2
  Verifying  : sysstat-10.1.5-7.el7.x86_64                                                                                                                      1/2
  Verifying  : lm_sensors-libs-3.3.4-11.el7.x86_64                                                                                                              2/2

Installed:
  sysstat.x86_64 0:10.1.5-7.el7                                                                                                                                    

Dependency Installed:
  lm_sensors-libs.x86_64 0:3.3.4-11.el7                                                                                                                            

Complete!

CentOS: Installing OpenSSH Server

Command:

# yum -y install openssh-server

Result:

Failed to set locale, defaulting to C
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: ftp.jaist.ac.jp
* extras: ftp.jaist.ac.jp
* updates: ftp.jaist.ac.jp
Package openssh-server-6.6.1p1-25.el7_2.x86_64 already installed and latest version
Nothing to do

Monday, May 16, 2016

CentOS: Installing net-tools

List of programs in net-tools package:
  1. arp
  2. hostname
  3. ifconfig
  4. ipmaddr
  5. iptunnel
  6. mii-tool
  7. nameif
  8. netstat
  9. plipconfig
  10. rarp
  11. route
  12. slattach

Command to install:

$ sudo yum install net-tools