:TRICK-MAN:™ FOREVER, Since 2007  
Front Page
Tag | Location | Media | Guestbook | Admin   
 
Power Mockup 사용기#1

Poewer Mockup 사용기

 

여러 사람으로부터 강력한 추천이 있어서 사용해 보기로 했다.

신규 프로젝트를 진행할 때 GUI 개발은 하지않지만 화면 설계서까지는 만들어야 하기 때문에 적당한 툴이 필요한 시점이었다.

먼저 필요한 것은 다운로드를 받아서 설치하는 것이다.

https://www.powermockup.com/download

에 이동해서 체험판을 먼저 다운받아서 설치한다.


 

그냥 다음만 누르면 설치는 금방될 것이다.


설치가 완료되고, “Run PowerMockup”를 클릭한다.

 


파워포인트에서 리본바에 “POWERMOCKUP” 그룹이 새로 생겨났다.

우측 하단에 있는 “Download More Shapes”를 눌러 몇가지 항목들을 추가했다.


새로만들기를 한 후에 화면 디자인을 하나 해 보았다.

메인화면은 스토리보드 세이프로 만들고 안의 컴포넌트들은 Power Mockup을 사용하였다.


출력물이 나름 괜찮은듯하다.ㅋㅋ

시험판이라 많은 기능을 사용할 순 없었지만, 다양한 종류의 세이프들이 있어서 개발자들에게 많이 유용하리라 생각이 든다.




Laying the Foundations for Phase Timing
Laying the Foundations for Phase Timing

Phase Timing을 위한 설명을 포함하고 있습니다.ㅋㅋㅋ
 
 




Greenfield, Brownfield ?

In networking, a greenfield deployment is the installation and configuration of a network where none existed before, for example in a new office. A brownfield deployment, in contrast, is an upgrade or addition to an existing network and uses some legacy components. The terms come from the building industry, where undeveloped land (and especially unpolluted land) is described as greenfield and previously developed (often polluted and abandoned) land is described as brownfield.

Greenfield는 새로 구축하려고 하는 네트워크

Brownfield : 기존에 설치된 네트워크 

참조 : http://searchunifiedcommunications.techtarget.com/definition/greenfield-deployment




Ubuntu에서 LG-NAS 하드디스크 마운트시키기

Ubuntu에서 LG-NAS 하드디스크 마운트시키기


HDD를 리눅스 서버에 먼저 연결했다.

부팅 후 fdisk 명령으로 확인해 보니 해당 디스크가 GPT 라고 표시가 되어 있다.

물론 fdisk 명령으로는 GPT를 지원하지 못한다는 문구와 함께..ㅠㅠ


root@elf1:/mnt# fdisk -l


Disk /dev/sda: 500.1 GB, 500107862016 bytes

255 heads, 63 sectors/track, 60801 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk identifier: 0x00045baa


   Device Boot      Start         End      Blocks   Id  System

/dev/sda1   *           1       58336   468581376   83  Linux

/dev/sda2           58336       60802    19802113    5  Extended

/dev/sda5           58336       60802    19802112   82  Linux swap / Solaris


Disk /dev/sdb: 500.1 GB, 500107862016 bytes

255 heads, 63 sectors/track, 60801 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk identifier: 0x858f35f5


   Device Boot      Start         End      Blocks   Id  System

/dev/sdb1               1       60801   488384001   83  Linux


WARNING: GPT (GUID Partition Table) detected on '/dev/sdc'! The util fdisk doesn't support GPT. Use GNU Parted.



Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes

255 heads, 63 sectors/track, 121601 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

Sector size (logical/physical): 512 bytes / 512 bytes

I/O size (minimum/optimal): 512 bytes / 512 bytes

Disk identifier: 0x00000000


   Device Boot      Start         End      Blocks   Id  System

/dev/sdc1               1      121602   976762583+  ee  GPT

root@elf1:/mnt# 



그럼에도 불구하고 GPT를 마운트 하는 방법을 구글링해서 마운트를 시도해 보았다.

GPT는 NTFS 파일시스템으로 마운트하면 된다고 해서 아래처럼 마운트했다.



jskwak@elf1:~$ sudo blkid /dev/sdc1

[sudo] password for jskwak: 

/dev/sdc1: UUID="576fd8e9-c8ad-b1b5-bafa-a0fd3edaa250" TYPE="linux_raid_member" 


jskwak@elf1:~$ sudo mount -t ntfs-3g /dev/sdc1 /mnt

NTFS signature is missing.

Failed to mount '/dev/sdc1': Invalid argument

The device '/dev/sdc1' doesn't seem to have a valid NTFS.

Maybe the wrong device is used? Or the whole disk instead of a

partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?



그랬더니 위의 메시지 처럼 정상적인 NTFS가 아니라고 나오고 디바이스에 문제가 

있는 것처럼 보이다나....절망...

여기에서 좌절하지 않고 다시 구글링을 시도했다.

검색 : linux GPT mount NTFS signature is missing


어떤 사람의 대답이 "parted -l" 로 해보라는 것이다.

그래서 parted 명령으로 다시 확인했다.


root@elf1:~# parted -l

Model: ATA ST500NM0011 (scsi)

Disk /dev/sda: 500GB

Sector size (logical/physical): 512B/512B

Partition Table: msdos


Number  Start   End    Size    Type      File system     Flags

 1      1049kB  480GB  480GB   primary   ext4            boot

 2      480GB   500GB  20.3GB  extended

 5      480GB   500GB  20.3GB  logical   linux-swap(v1)



Model: ATA HUA722050CLA330 (scsi)

Disk /dev/sdb: 500GB

Sector size (logical/physical): 512B/512B

Partition Table: msdos


Number  Start   End    Size   Type     File system  Flags

 1      32.3kB  500GB  500GB  primary  ext4



Model: ATA Hitachi HDS72101 (scsi)

Disk /dev/sdc: 1000GB

Sector size (logical/physical): 512B/512B

Partition Table: gpt


Number  Start   End     Size    File system     Name     Flags

 1      1000MB  24.0GB  23.0GB  ext3            system   raid

 2      24.0GB  32.0GB  8001MB  linux-swap(v1)  primary  raid

 3      32.0GB  1000GB  968GB   ext4            primary  raid



오호!!!

/dev/sdc는 3개의 파티션으로 나누어져 있는 것을 알았다...빙고...

물론 NTFS 파일시스템도 아니었다. 내가 원하는 데이터가 있는 영역인

/dev/sdc3는 ext4 파일시스템임을 알았다..

ext4 파일시스템으로 해당 파티션을 마운트하고 데이터가 정상적으로

있는 것을 확인했다..ㅋㅋㅋ



root@elf1:~# mount -t ext4 /dev/sdc3 /mnt

root@elf1:~# cd /mnt

root@elf1:/mnt# ls -la

total 17392

drwxr-xr-x 14 root     root             4096 2015-11-20 21:09 .

drwxr-xr-x 25 root     root             4096 2015-03-16 17:21 ..

-rw-------  1 root     root             7168 2015-12-30 18:21 aquota.user

-rw-r--r--  1 root     root     429491220480 2015-12-30 14:21 backing_file

drwxrwxrwx  2 root     root             4096 2012-04-25 01:22 DRM

drwxrwxrwx  2 root     root             4096 2012-04-25 01:22 FamilyCast

drwxrwxrwx  5 root     root             4096 2013-11-20 15:08 Multimedia

drwxrwxrwx  2 root     root             4096 2031-01-11 13:58 MyDisc

drwxrwxrwx  3 couchdb  ssh              4096 2013-09-13 22:15 mysql

drwxrwxrwx  2 root     root             4096 2012-04-25 00:45 myweb

drwxrwxrwx  2 root     root             4096 2012-04-25 01:22 preload

drwxr-xr-x  6 root     root             4096 2031-01-11 13:58 service

drwxrwxrwx 10 root     root             4096 2015-04-06 11:41 Share

drwxr-xr-x  2 root     root             4096 2012-04-25 01:21 .sys

drwx------  2 www-data www-data         4096 2012-05-18 21:23 .webtmp

drwxrwxrwx  2 root     root             4096 2031-01-11 13:58 x-hdd




***[tip]***

이미 눈치 채신 분들도 있겠지만 LG-NAS의 OS 영역은 /dev/sdc1의 ext3파일시스템으로

되어 있다.

# mount -t ext3 /dev/sdc1 /nas

명령으로 해당 파티션을 마운트해서 /nas/etc/shadow 파일을 편집하면 

리모트에서 root 계정으로 들어갈 수 있다. ㅋㅋㅋ



Smallcells용 Grandmaster IGM 1100i 소개

Microsemi에서 smallcells용 grandmaster 솔루션인 IGM 1100i 제품을 출시했다.

LTE-Advanced features require tight frequency and phase timing to synchronise with other nearby cells and are far more demanding than 3G or even the initial LTE services. This is particularly difficult to achieve indoors where satellite GNSS signals are weak.


Often the deployment costs far exceed those of the equipment where external GPS antenna are used, such as negotiating rental of suitable roof space, cabling for external GPS antennas, installation and ongoing maintenance. Reliance on a single technology also raises availability concerns in case of outage.

This webinar reviews the importance of phase timing and how best that can be achieved for indoor small cells. Microsemi will also introduce an innovative solution that drastically reduces installation and deployment costs while achieving the high precision of frequency and phase synchronisation required.





BLOG main image
jskwak[@]gmail.com 또는 ♬♬♬ jskwak[@]trickman.net, ▷◁▷◁ http://about.me/jskwak
 Notice
반/갑/습/니/다
곽/자/섭 입니다...
 Category
분류 전체보기 (151)
전송기술 (53)
이더넷 (3)
시스코자격증 (7)
임베디드 (4)
책읽기 (8)
주절주절 (70)
MAC OS X Life (1)
 TAGS
대립해소도 CCNP UPSR 모공 1588 Telecom Profile FRT OTN ITU-T SDH toc BLSR OSX CDP CCNA CISCO 절체 코드검색 메모 ip 아이팟 구름 SONET CRT 구글 T-SDN Linux
 Calendar
«   2025/05   »
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
 Recent Entries
 Recent Comments
 Archive
 Link Site
[01] 지원,지민 놀이터
 Visitor Statistics
Total :
Today :
Yesterday :
rss