리눅스 터미널 연결 자동 종료

// Timeout if no input is given for 1 hour
TMOUT=3600

Linux에서 MP3 노래제목 UTF-8로 바꾸기. PC

m3tag.sh
#!/bin/sh
find . -name "*.mp3" -print0 | xargs -0 mid3iconv -e CP949 -d



SQL Server에서 UTF-8로 덤프하기 개발

bcp "[테이블]" out "c:\dump.txt" -w -S 서버 -U 아이디 -P 비번 -t ^K -r ^K
iconv -f utf-16le -t utf-8 dump.txt > utf8-dump.txt
중요한 것은 DOS에서 iconv를 해야 한다는 것이다.

My Market PC

My Market이 없어졌다.

아주 중요한 프로그램인데...

그래서...
com.socialtap.mymarket.apk

ubuntu active directory

https://help.ubuntu.com/community/ActiveDirectoryHowto
http://blog.daum.net/day10000/8

1 2 3 4 5 6 7 8 9 10 다음