'2010/03/07'에 해당되는 글 2건

  1. 2010/03/07 When java applet loading is not working linix firefox
  2. 2010/03/07 Clone the linux box
아래 URL 을 참조하여 plugin 을 설치하면 되며 plugin 이 없는경우 디이엑토리을 만들면된다.
http://www.java.com/en/download/help/linux_install.xml#install

'I.T. Diary > Linux' 카테고리의 다른 글

LVM on centos  (0) 2010/03/08
When java applet loading is not working linix firefox  (0) 2010/03/07
Clone the linux box  (0) 2010/03/07
Using Quotes in shell script  (0) 2008/05/17
DansGuardian (web content filtering proxy)  (0) 2008/04/28
우분투 (ubuntu)을 맥처럼 꾸미기  (0) 2008/02/24
Posted by aboutnz
Linx dd command

Source disk  와 distination disk 을 hard disk cable 에 연결하고 linux rescue disk 로 부팅하여
dd if=/dev/hda of=/dve/hdc 을 하면 그대로 리눅스박스 가 clone 된다.
(참고 if=souce. of=ouptput)



'I.T. Diary > Linux' 카테고리의 다른 글

LVM on centos  (0) 2010/03/08
When java applet loading is not working linix firefox  (0) 2010/03/07
Clone the linux box  (0) 2010/03/07
Using Quotes in shell script  (0) 2008/05/17
DansGuardian (web content filtering proxy)  (0) 2008/04/28
우분투 (ubuntu)을 맥처럼 꾸미기  (0) 2008/02/24
Posted by aboutnz
TAG clone, dd, Linux