หลังจากที่ลง CentOS6 แบบ minimal จะพบว่า เราใช้คำสั่ง scp ไม่ได้ ….
bash: scp: command not found
lost connection
แก้ไขโดยการ ติดตั้ง openssh-clients
yum install openssh-clients
หลังจากที่ลง CentOS6 แบบ minimal จะพบว่า เราใช้คำสั่ง scp ไม่ได้ ….
bash: scp: command not found
lost connection
แก้ไขโดยการ ติดตั้ง openssh-clients
yum install openssh-clients
so cute …
rpm -Uvh --oldpackage [filename]
--oldpackage allows you to install older versions, -U means “upgrade”, but in this case it will just replace the other version. If you use -i instead of -U you will end up with both versions installed.