1.SSH로 접속 후  sudo -i 를 통해 루트권한 획득

 

2.아래 명령어로 mutagen 설치

wget https://github.com/quodlibet/mutagen/releases/download/release-1.39/mutagen-1.39.tar.gz
tar -xvf mutagen-1.39.tar.gz
cd mutagen-1.39
sudo python setup.py install

 

마지막으로 아래의 커맨드를 통해 일괄 변경한다.

find -type f -iregex ".*/.*\.\(ogg\|mp3\|flac\)" -print0 | xargs -0 mid3iconv -e cp949



TVHeadEnd 셋팅을 위해서 찾아 놓았던 자료를 기록 차원에서 기재한다.

 

 통신사

Protocol

IP 

ETC 

U+ 

RTP

233.18.145.0

 

 233.14.202.0

 

 233.69.194.0

 

 233.14.202.41:60000

 

 SKB

UDP 

239.192.47.7:49220 

 

 239.192.40.26:49220

 

KT 

RTP 

233.18.158.78:5000 

 

 233.13.231.18

 

 233.15.200.19

 

 233.115.200.19

 

 233.14.173.109

 

 

 

 



SSMS에서 Table Design 항목에서 Description 함께 보기


퓨터\HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\14.0\DataProject 에 있는 


SSVPropViewColumnsSQL70


SSVPropViewColumnsSQL80


의 기본값인 1,2,6 값을 1,2,6,17 로 변경해주고 SSMS를 재구동 하면 위의 사진처럼 Description(설명) 항목이 보여진다.


위의 숫자가 의미하는 바는 아래와 같다.



1. Column Name

2. Data Type

3. Length

4. Precision

5. Scale

6. Allow Nulls

7. Default Value

8. Identity

9. Identity Seed

10. Identity Icrement

11. Row GUID

12. Nullable

13. Condensed Type

14. Not for Replication

15. Formula

16. Collation

17. Description

+ Recent posts