ref site : http://c-nergy.be/blog/?p=897&cpage=1#comment-998


1. Copy Proxmox ISO image file into PVE Bootable USB stick.

2. Boot from USB on debug mode
(Type 'debug' when PVE boot: prompt)


3. Check Your USB Stick mount status

Normally, you'll see boot prompt ('#') with 'no cdrom found' message.

fdisk -l 


You can see mount status.


4. mount iso image.

mount /dev/sdb1 /mnt 

(note: the /dev/sdb1 represent my stick on my system — Please change this value to reflect your settings)


mount -o loop -t iso9660 /mnt/proxmox_1-7.iso /mnt
(again change accordingly based the name of your iso file… )


5. Install VE

chroot /mnt  sbin/unconfigured.sh



이전글 : [PogoPlug] E02 복구기 1부 - 벽돌이 된 포고를 살리다.


에서 일단 접속이 되었지만 시리얼 콘솔을 통해서 보니 부팅중 뭔가 모를 nand 메모리 에러가 올라왔다. 검색결과 다시한번 초기화를 위해 아치리눅스를 설치하기로 했다. 



1. Uboot 설치

아치리눅스를 설치할 USB 메모리를 꽂고 아치설치때와 마찬가지로 최초에 Uboot을 설치하여 아치리눅스가 작동할 수 있는 환경을 만든다. 


$ wget http://projects.doozan.com/uboot/install_uboot_mtd0.sh   #파일 다운로드

$ chmod a+x install_uboot_mtd0.sh        # 실행권한 부여 

$./install_uboot_mtd0.sh     #스크립트 실행

!!!!!!  DANGER DANGER DANGER DANGER DANGER DANGER  !!!!!!

If you lose power to your device while running this script,
it could be left in an unusable state.

This script will replace the bootloader on /dev/mtd0.

This installer will only work on the following devices:
 Seagate Dockstar
 Seagate GoFlex Net
 Seagate GoFlex Home
 Pogoplug v1
 Pogoplug Pink (v2)
Do not run this installer on any other device.

By typing ok, you agree to assume all liabilities and risks 
associated with running this installer.

If you agree, type 'ok' and press ENTER to continue: ok
# checking for /usr/sbin/nandwrite...
# checking for /usr/sbin/nanddump...
# checking for /usr/sbin/flash_erase...
# checking for /usr/sbin/fw_printenv...
# checking for /etc/fw_env.config...

# Validating existing uBoot...
Block size 131072, page size 2048, OOB size 64
Dumping data starting at 0x00000000 and ending at 0x00080000...
Connecting to jeff.doozan.com (50.116.34.13:80)
valid-uboot.md5      100% |*******************************|  1133  --:--:-- ETA
## Valid uBoot detected: [pinkpogo davygravy-2012-02-20-current]
## The newest uBoot is already installed on mtd0.


You are already running the latest uBoot.
# 본인에게만 해당되는 특별한 경우로, 아래 [N/y]로 이미 설치되어 있는 uBoot을 건드리지 않았다.

Your current uBoot environment should be reasonable.  However, if you're having
any probems booting, you can reset the environment variables to know good values.
Would you like to reset the uBoot environment? [N/y] 

# uBoot installation has completed successfully.


2. fdisk

USB메모리에 아치리눅스를 설치할 수 있도록 파일시스템생성(포멧)

Pogoplug:/tmp$ fdisk /dev/sda


The number of cylinders for this disk is set to 1603.

There is nothing wrong with that, but this is larger than 1024,

and could in certain setups cause problems with:

1) software that runs at boot time (e.g., old versions of LILO)

2) booting and partitioning software from other OSs

   (e.g., DOS FDISK, OS/2 FDISK)


Command (m for help): p               # p옵션 : 현재 디스크 분할 상태를 본다


Disk /dev/sda: 8004 MB, 8004304896 bytes

212 heads, 46 sectors/track, 1603 cylinders

Units = cylinders of 9752 * 512 = 4993024 bytes


   Device Boot      Start         End      Blocks  Id System

/dev/sda1               1        1604     7815680   b Win95 FAT32    #현재 윈도우용 Fat32로 구성되어 있음.


Command (m for help): t               # 파일시스템 타입을 변경한다.

Selected partition 1                         # 변경할 파티션 선택 (1번)

Hex code (type L to list codes): 83   # 리눅스 기본 파일시스템으로 변경

Changed system type of partition 1 to 83 (Linux)


Command (m for help): p               # p옵션 : 현재 디스크 분할 상태를 본다


Disk /dev/sda: 8004 MB, 8004304896 bytes

212 heads, 46 sectors/track, 1603 cylinders

Units = cylinders of 9752 * 512 = 4993024 bytes


   Device Boot      Start         End      Blocks  Id System

/dev/sda1               1        1604     7815680  83 Linux       # 리눅스 파일시스템으로 변경되었음


Command (m for help): w             # 변경사항을 저장

The partition table has been altered!


Calling ioctl() to re-read partition table


3. 파일시스템 생성

Pogoplug:/tmp$ wget http://archlinuxarm.org/os/pogoplug/mke2fs  # 포멧툴 다운로드

Connecting to archlinuxarm.org (50.116.36.110:80)

mke2fs               100% |*******************************|   799k 00:00:00 ETA

Pogoplug:/tmp$ chmod a+x mke2fs                             #실행권한 부여

Pogoplug:/tmp$ ./mke2fs /dev/sda1                            #USB 포멧

mke2fs 1.41.9 (22-Aug-2009)

Filesystem label=

OS type: Linux

Block size=4096 (log=2)

Fragment size=4096 (log=2)

488640 inodes, 1953920 blocks

97696 blocks (5.00%) reserved for the super user

First data block=0

Maximum filesystem blocks=2004877312

60 block groups

32768 blocks per group, 32768 fragments per group

8144 inodes per group

Superblock backups stored on blocks: 

32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632


Writing inode tables: done  

Writing superblocks and filesystem accounting information: done


This filesystem will be automatically checked every 36 mounts or

180 days, whichever comes first.  Use tune2fs -c or -i to override.

Pogoplug:/tmp$ 


4. 파일복사

Pogoplug:/tmp$ mkdir usb                                              #usb 마운트를 위한 디렉토리 생성

Pogoplug:/tmp$ mount /dev/sda1 /tmp/usb/            #usb 메모리 마운트

Pogoplug:/tmp$ cd usb

Pogoplug:/tmp/usb$ wget http://archlinuxarm.org/os/ArchLinuxARM-armv5te-latest.tar.gz  #아치리눅스 다운로드


Connecting to archlinuxarm.org (50.116.36.110:80)

ArchLinuxARM-armv5te 100% |*******************************|   155M 00:00:00 ETA


Pogoplug:/tmp/usb$ tar xzvf ArchLinuxARM-armv5te-latest.tar.gz  #압축해제


5. 리부팅

압축 해제 후  리부팅하면 특별한 이상이 없다면 정상적으로 아치 리눅스 부팅이 된다. 


아치리눅스의 기본 root 비밀번호는 root 이다. 



참조 사이트 : 


USB-TTL케이블을 사용한 PogoPlug E02 벽돌 복구기

Restore working Pogoplug to factory settings
Archilinux 설치하기



3부 및 그 이후에서는..


새로운 개인 클라우드 시스템 소개 예정. 











1.배경
  • 포고에 클라우드 셋팅을 위해 Debian을 설치하려고 인터넷을 뒤져 스크립트를 받다.
  • SSH로 접속하여 스크립트 를 다운로드 하고 실행 중 에러가 났다.
  • 연결은 되어 있으나 직감적으로 ' 이 연결이 떨어지면 벽돌이 되는구나'라고 직감
  • 수단 방법을 가리지 않고 난리를 쳐보다가 결국 리붓. 예상대로 벽돌 ㅠㅠ

2.복구

  • 시리얼 젠더(USB to TTL) 연결을 위한 포고 분리 및 납땜
    • 참고 포고플러그 E02 분해 방법
    1. 포고 본체를 싸고 있는 투명 플라스틱을 뒤에서 당겨 벗겨낸다
    2. 뒷쪽 이음새 부분을 드라이버 등으로 벌려서 뚜껑을 딴다.


인터넷에 TX,RX가 바뀌어서 한참 고생을 했다. 위 설정이 맞다. 

  • 준비된 USB to TTL 젠더를 연결한다. 
    (이후에 사용할 량으로 본체 뒤에 구멍을 내어 선을 뚫었다)



  • 터미널 연결(리눅스 버전)

작업전 판 벌려놓은 사진


  • 시리얼포트 접속

리눅스에서는  minicom이라는 툴을 이용하여 접속한다.

 Windows기반으로 Putty를 사용할 경우, 해당 매뉴얼을 참조. 


   i. minicom 설정


$sudo minicom -s


         +-----[configuration]------+

            | Filenames and paths      |

            | File transfer protocols  |

            | Serial port setup        |

            | Modem and dialing        |

            | Screen and keyboard      |

            | Save setup as dfl        |

            | Save setup as..          |

            | Exit                     |

            | Exit from Minicom        |

            +--------------------------+

   

   +-----------------------------------------------------------------------+

    | A -    Serial Device      : /dev/ttyUSB0                              |

    | B - Lockfile Location     : /var/lock                                 |

    | C -   Callin Program      :                                           |

    | D -  Callout Program      :                                           |

    | E -    Bps/Par/Bits       : 115200 8N1                                |

    | F - Hardware Flow Control : No                                        |

    | G - Software Flow Control : No                                        |

    |                                                                       |

    |    Change which setting?                                              |

    +-----------------------------------------------------------------------+


   설정값 : 속도 115200, 패리티 8, 흐름제어(HW, SW) : 없음  


            +-----[configuration]------+                                     

            | Filenames and paths      |                                     

            | File transfer protocols  |                                     

            | Serial port setup        |                                     

            | Modem and dialing        |                                     

            | Screen and keyboard      |

            | Save setup as dfl        |

            | Save setup as..          |

            | Exit                     |

            | Exit from Minicom        |

            +--------------------------+


  Exit로 minicom 메인화면으로 나감



 시리얼케이블이 연결된 상태




   * 리눅스 USB 시리얼 포트 연결상태 확인 (ttyUSB로 확인됨)

$dmesg |grep tty

[    0.000000] console [tty0] enabled

[    0.489512] 0000:00:16.3: ttyS4 at I/O 0x60b0 (irq = 19) is a 16550A

[    0.000000] console [tty0] enabled

[    0.489512] 0000:00:16.3: ttyUSB0 at ...


  • 복원

참조한 블로그대로 작동하는 명령어가 없어 나름 머리를 굴려 다음과 같이 작업 


  i. ip할당

-sh-3.2# ifconfig eth0 192.168.0.244 netmask 255.255.255.0 broadcast 192.168.0.255 up     

ip할당 

-sh-3.2# route add default gw 192.168.0.1          

기본게이트웨이 설정


-sh-3.2# netstat -a                                                             

Active Internet connections (servers and established)                           

Proto Recv-Q Send-Q Local Address           Foreign Address         State       

tcp        0      0 (null):22               (null):*                LISTEN      

네크워크 상태 확인

다행스럽게도 ssh 서비스가 열려있었다. 


  ii. 원격접속

로컬(내 노트북) 시스템에서 포고로 ssh로 접속    

$ssh -l root 192.168.0.244

PW는 벽돌이 되기전에 설정해 두었던 ssh 비밀번호로 접속이 되었다. 만약, 이과정에서 문제-ssh 로그인시 루트 로그인이 안된다든지-가 발생한다면 root 패스워드를 재설정해야 하는데, 내 경우 파일 시스템이 읽기전용으로만 마운트 되는 상황이 발생했다. 무슨 말인고 하니, 포고에 접속하여 /etc/아래 설정파일을 열어볼 수는 있으나 수정이 불가. 


나와 같은 문제로 읽기전용으로 마운트된 시스템에 대해 편집을 하려 한다면, 다음과 같은 명령을 수행한다. 

$mount -o remount,rw /

위와 같이하면 시스템내 파일을 편집 가능한 상태로 마운트 할 수 있다. 


이어서 루트 패스워드를 변경한다. 

-sh-3.2# passwd root                                                            

Changing password for root                                                      

New password:                                                                   

Retype password:                                                                

-sh-3.2# 



일단 이렇게 하여...


살렸다. 

















6.25 CyberTerror Report

TechNote/Etc. 2013. 6. 26. 08:21 Posted by harim~♥

6.25 BLUE HOUSE CyberTerror Report



20130625_625_사이버테러_최종본.pdf


[Dokuwiki] DW2PDF - Export PDF multibye language

TechNote/Etc. 2013. 6. 21. 16:16 Posted by harim~♥

Edit config.php for mPDF.


-bash-4.1$ cd $Dokuwik_Base/lib/plugins/dw2pdf/mpdf

-bash-4.1$ vi config.php


2. Change parameter 'false' to 'true' at line 43 ;

$this->useAdobeCJK = true;  


3. All done.





1. Get USB to TTL Convertor



2. Connect COM line


3. Install USB to TTL Driver on PC


Successful install;




4. Connect PP



5. Connection Setup


Connection type : Serial


Check COM Port No. Speed : 115200 Data bits : 8 (Default) Stop bits : 1 (Default) Parity : None (Default) Flow control : None



* How to get assinged COM port NO. : See 'Device Manager'


6. Save Session and click 'Open'





 7. Finish






Open Source CRM/ERP - EPESI

TechNote/Etc. 2013. 2. 22. 15:05 Posted by harim~♥

How to Install


Requirement.


Server with Linux, Windows or any other operating system configured already to serve web pages (HTTP). We develop and test epesi on Windows, Linux and OS X with IIS and Apache or other http server configured with PHP support.

PHP 5.1.3 (recommended 5.2.2 or newer, because of memory leak in OB functions set in previous PHP versions)

PEAR installed with valid include_path in PHP config.ini

MySQL 4 or newer or PostgreSQL 7 or newer database


* See more information


1. Downlaod

http://www.epe.si/free-crm



2. Install

  - Copy downloaded file to directory 'www' [ or apache directory] & unzip

$ sudo unzip epesi-1.4.2-rev10136.zip

$ sudo ln -sf /var/www/epesi-1.4.2-rev10136 /var/www/epesi


  - Change 'data' dir in epesi permission.

$ sudo chmod a+w data/


3. Download setup.php follow link

http://forum.epesibim.com/viewtopic.php?f=3&t=1277&p=4356&hilit=blank+page#p4341



                                                                     or

setup.zip



4. Replace setup.php file to newly.


5. Setup Process
































Start -> Run -> 'cmd'


C:\Users\User\Downloads>VirtualBox-4.2.6-82870-Win.exe -x -p [DestDir]


C:\Users\User\Downloads>cd [DestDir]


C:\Users\User\Downloads\DestDir>dir

 C2013-02-22  오전 11:14    <DIR>          .

2013-02-22  오전 11:14    <DIR>          ..

2013-02-22  오전 11:14        55,360,781 common.cab

2013-02-22  오전 11:14        21,743,104 VirtualBox-4.2.6-r82870-MultiArch_amd64.msi

2013-02-22  오전 11:14        19,158,528 VirtualBox-4.2.6-r82870-MultiArch_x86.msi





'TechNote > Etc.' 카테고리의 다른 글

[POGOPLUG] HOW TO RECOVER PP S4 VIA SERIAL CONNECTION.  (2) 2013.04.24
Open Source CRM/ERP - EPESI  (0) 2013.02.22
[Windows] Convert mpp to xls - xProject.exe  (0) 2013.02.06
2012 4/4분기 주요 공개SW 목록  (0) 2013.01.22
O'Reily e-book s.  (0) 2012.12.20

[Windows] Convert mpp to xls - xProject.exe

TechNote/Etc. 2013. 2. 6. 18:02 Posted by harim~♥

출처 : http://blog.naver.com/betheparagon/60107833068



1. How to Run

 Download attached files.

 

Down



2. Just Run .exe



3. Trouble shootings

  3-1. If you see popup below ;



  3-2. Copy DLL files on your system


XP - C:\WINDOWS\System32

Win 7, Vista 32bit - C:\WINDOWS\System32

Win 7, Vista 64bit - C:\WINDOWS\SysWOW64

 

  3-3. Run CMD as Administrator.Start (Programs - Accessories - Prompt)

          (It must run cmd as Administrator privilege)

       

regsvr32 c:\Windows\SysWOW64\comdlg32.ocx


  3-4. Run again




File Downloads.


COMDLG32.OCX


DLL1.zip


DLL2.zip


MSCOMCT2.OCX


VB6KO.DLL


VBRunTimesR7.zip


xProject.exe


xProject_NoCommondialogbox.exe






xProject.zip





'TechNote > Etc.' 카테고리의 다른 글

Open Source CRM/ERP - EPESI  (0) 2013.02.22
VirtualBox Intstall Error - Installation failed! Error:  (0) 2013.02.22
2012 4/4분기 주요 공개SW 목록  (0) 2013.01.22
O'Reily e-book s.  (0) 2012.12.20
Window 8 - 윈도우8 초보탈출 가이드  (0) 2012.11.18

2012 4/4분기 주요 공개SW 목록

TechNote/Etc. 2013. 1. 22. 17:53 Posted by harim~♥

2012 4/4분기 주요 공개SW 목록


출처 : 공개SW포털


2012년 4/4분기 (12월 말) 기준 주요 공개SW 솔루션 리스트가 갱신되었습니다.

서버용, 데스크탑용, 비즈니스용, 임베디드분야, 클라우드분야, 품질검증분야로 구분됩니다.

사이트에서 표를 보실 수 있고, 각 분야별로 PDF 파일을 무료로 다운받으실 수 있습니다.



O'Reily e-book s.

TechNote/Etc. 2012. 12. 20. 22:44 Posted by harim~♥


http://ebooks.elportal.info/


http://eduunix.ccut.edu.cn/index2/pdf/


http://aleria.info/temp/


언제 짤릴지 모르니..

Window 8 - 윈도우8 초보탈출 가이드

TechNote/Etc. 2012. 11. 18. 08:28 Posted by harim~♥

출처 : IDG 코리아


다운로드링크 : 요기



ITW_Howto_win8.PDF


How to download private videos from facebook.

TechNote/Etc. 2012. 9. 25. 13:25 Posted by harim~♥

다쓰고 나니.. 한국어는 귀찬.. -_-...


페북 비공개 영상(친구공개) 다운로드 방법.


Sometimes you see a video on Facebook you want to download it and you just don’t know how to. You try these websites such as


There are a lot of movie download sites, such as ;

http://www.downfacebook.com

http://www.keepvid.com

http://www.keep-tube.com

http://savevideo.me/


But facebook private videos is not available for download.


So, I will tell you how to download. Do not need anything.Just only need Google Chrome. Chrome Add-ons are not needed, too.


Let's following;


1. Search for the video you want download on Facebook.

2. In the page, open (Google Chrome's)Settings - Tools - developer tools.


The video on the right side of the page, and the under the Developer Tools appears.




3. Play the Video you want to download, and watch the developer tools window. It start busy. At this time, video is playing or buffering should be ended(cached).


4. Find a 'mp4' keyword using text box developer tools(on the right upper side)



5. Right-click the item and choose "Open link in new tab '.




6. When link is open in a new tab, by right-clicking on Video and click 'Save As'.




참조 : http://www.mr-chuleria.com/tutorials/download-videos-from-facebook




'TechNote > Etc.' 카테고리의 다른 글

O'Reily e-book s.  (0) 2012.12.20
Window 8 - 윈도우8 초보탈출 가이드  (0) 2012.11.18
How to activation Windows XP after 30days  (0) 2012.08.29
[Util] Windows Media Plugin for Google Chrome  (0) 2012.06.30
Anoymous Proxy -  (0) 2012.06.29

How to activation Windows XP after 30days

TechNote/Etc. 2012. 8. 29. 03:12 Posted by harim~♥
그냥 영어로.

If you use more than 30 days without activation, you'll not able to logon any more. like this,



In this case, you can activation period (30 days)be initialized.

How to initalize WindowsXP activation period.
 - To enter 'Safe mode' , press F8 key during the boot process.
 - In 'Safe Mode' option, select 'safe mode (prompt).

After boot up type at Command window, following.
rundll32.exe syssetup,SetupOobeBnk
   * SetupOobeBnk 'Oo' both alphabets. (Not a number, each of uppercase and lowercase letters)
Then press Enter. Wait a few seconds, Windows Activation(for 30 days) will reset.

After reboot, using keygen to activation.

간단하게, 정품인증 경고 30일을 넘겨 로그온이 되지 않을 경우

안전모드(프롬프트) 부팅해서 저 명령어 치면 30일이 다시 초기화 되니 다시 재부팅해서 키젠등을 사용하여 인증받음 됨.

'TechNote > Etc.' 카테고리의 다른 글

Window 8 - 윈도우8 초보탈출 가이드  (0) 2012.11.18
How to download private videos from facebook.  (0) 2012.09.25
[Util] Windows Media Plugin for Google Chrome  (0) 2012.06.30
Anoymous Proxy -  (0) 2012.06.29
This is Zimbra  (0) 2012.06.11

[Util] Windows Media Plugin for Google Chrome

TechNote/Etc. 2012. 6. 30. 13:09 Posted by harim~♥



http://www.interoperabilitybridges.com/wmp-extension-for-chrome



wmpChrome.crx


'TechNote > Etc.' 카테고리의 다른 글

How to download private videos from facebook.  (0) 2012.09.25
How to activation Windows XP after 30days  (0) 2012.08.29
Anoymous Proxy -  (0) 2012.06.29
This is Zimbra  (0) 2012.06.11
[Windows] How to make Symbolic link on Windows7  (0) 2012.06.06