04 2010 档案

摘要:在A机器上有database目录,需要传输到B机 A机器IP:10.204.3.175A机器: tar -cf - /home/database | nc -l 5677B机器: nc 10.204.3.175 5677 | tar -xf -经测试 750M的Oracle安装文件目录,经压缩传输,居然只用了8秒左右时间,在公司内网。 阅读全文
posted @ 2010-04-16 10:33 Hello! Linux 博客 阅读(2028) 评论(0) 推荐(0)
摘要:公司的USB光驱坏了,我也懒得每次插个外置光驱装系统,麻烦。遵领导指示,写点文档。==Create a usb-disk for Install Centos==*My Test Environment is CentOS,I found the grub in ubuntu is harder to use.1. Plugin the usb-disk,using fdisk to create... 阅读全文
posted @ 2010-04-14 14:21 Hello! Linux 博客 阅读(1329) 评论(0) 推荐(0)