News for August 2011

CentOS6 and scp

หลังจากที่ลง CentOS6 แบบ minimal จะพบว่า เราใช้คำสั่ง scp ไม่ได้ ….

bash: scp: command not found
lost connection

แก้ไขโดยการ ติดตั้ง openssh-clients

yum install openssh-clients

Posted: August 31st, 2011
Categories: how-to, tech
Tags: ,
Comments: No Comments.

yui hatano

so cute …

Posted: August 27th, 2011
Categories: babe
Tags: ,
Comments: No Comments.

rpm oldpackage

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.

Posted: August 14th, 2011
Categories: how-to, linux
Tags: , ,
Comments: No Comments.