반응형 전체 글376 HP Procurve Networking Initial Setup HP Procurve Networking Initial Setup Note: HP Procurve Networking Configuration will be done via the CLI and assumes you have a console connection to the switch and are in configure mode. Enter configure mode by typeing configure. Setting a hostname hostname “Coreswitch” (Include quotations”) Setting an ip address to the default vlan vlan 1 ip address 192.168.1.1 255.255.255.0 exit Setting a def.. 2017. 3. 23. SHOUTcast 서버설정 이 안내서에서는 SHOUTcast 서버 및 SHOUTcast 트랜스로 스트리밍 라디오 서버를 설정하는데 필요한 단계를 하나씩 진행합니다.Contents [hide] 1 SHOUTcast 서버 설정1.1 파일 설치1.2 SHOUTcast 서버 설정1.3 필수 옵션1.4 네트워크 설정1.5 서버 설정1.6 접근 설정1.7 매스 설정1.8 최적화 설정1.9 설정 마무리2 SHOUTcast 서버 시작하기2.1 주문형 스트리밍 설정3 SHOUTcast 트랜스 설정3.1 SHOUTcast Trans 도입부3.2 SHOUTcast 트랜스 설정3.3 SHOUTcast 트랜스 설정 마무리4 SHOUTcast 트랜스 시작하기4.1 SHOUTcast 트랜스 시작4.2 SHOUTcast 트랜스 스트림 감상5 고급 SHOUTc.. 2017. 3. 23. SHOUTcast Distributed Network Audio Server configuration file ; ; Modified By - Kulbir Saini ; Home - http://saini.co.in/ ; ; SHOUTcast Distributed Network Audio Server configuration file ; Copyright (C) 1998-2004 Nullsoft, Inc. ; All Rights Reserved. ; Last modified Mar 17 2004 ; If you want to manage multiple configurations, just copy ; this file to another name, and run sc_serv with that name ; such as: ; sc_serv.exe sc_leet.conf ; *********************.. 2017. 3. 23. PHP and ASP Dynamically presents collections of mp3s as streaming web sites. home page | free evaluation | purchase info | search & supportDownload Free EvaluationPurchase Full Version"A way-groovy app that allows you to stream your MP3 library over the Internet.""It doesn't get much simpler than Andromeda. If you have a basic Web site and are capable of copying MP3s and the Andromeda script (PHP or ASP) into a folder on your server, you can offer streaming or downloadab.. 2017. 3. 22. 워드프레스 utf8mb4_unicode_520_ci 를 utf8_general_ci로 변경 MYSQL 5.5.3 이상에서는 워드프레스 설치하면 콜레이션 기본값으로 utf8mb4_unicode_520_ci 로 설치가 되는데, 낮은 버젼과 호환되려면 utf8_general_ci 로 변경할 필요가 있다. 아래는 편리하게 변환할 수 있게 php 프로그램으로 만들어져있다. db-convert.php 파일 내용이다. utf8_general_ci DB로 변환 dbname: dbuser: dbpass: 2017. 3. 13. 엑셀 줄바꿈 문자 제거 엑셀 줄바꿈 제거 방법 Alt+Enter 키를 이용해서 Excel에서 여러줄 문자열을 입력하는 경우나, 특정 프로그램에서 문자열을 복사해왔을때 줄바꿈이 포함되어 있는 경우가 있다. 1. 엔터키 코드 치환 방법 ㅇ 홈 - 찾기및 선택 - 바꾸기[편집-바꾸기(ctrl+H)]를 이용한 방법 같이 찾을 내용에 Ctrl+J 또는 Alt+10 (Alt키를 누른상태에서 10을 입력)하면 보이지 않는 특수 문자 엔터키가 입력된다. 바꿀 내용에는 그냥 입력하지 않고, 모두 바꾸기를 클릭하면, 줄바꿈이 제거되어 한줄로 보여진다. 2. 함수 사용방법 1) 함수를 이용한 방법 예) 가. =SUBSTITUTE(A1,CHAR(10),"") 나. =clean(A1) 2017. 3. 10. Download FFmpeg Download FFmpeg Downloadffmpeg-3.2.4.tar.bz2 More releasesIf you find FFmpeg useful, you are welcome to contribute by donating. More downloading options Get the packagesLinux PackagesDebian – Official packages for Stable-Backports, Testing, UnstableDebian – deb-multimedia packages for Oldstable, Stable, Testing, UnstableUbuntu – Official packages for Vivid, Wily, XenialUbuntu – Ubuntu Multimedia.. 2017. 3. 7. php 에서 mp3 태그 읽어 오기 getID3() getID3() “As to reward, my profession is its own reward; but you are at liberty to defray whatever expenses I may be put to, at the time which suits you best.” -- Sherlock Holmes in “The Speckled Band”homedownloaddemoproject pagesupportbugsforumsgCL Download getID3()pingx.net contains the largest IRC software related logs archive. Latest 1.x stable version: 1.9.12 (released Mar 02, 2016 :: chang.. 2017. 3. 7. LAME and MP3-related Links LAME and MP3-related LinksQuick Links:Free (open source) software which supports or uses LAMEMultiplatformPosix (UNIX-like)MacOS ClassicWindowsFree (closed source) software which supports or uses LAMECommercial software which supports or uses LAMELAME Binaries (for Windows, *nix, Amiga...)Alternative MP3 encodersComparisons based on listening testsMP3 encoding web sitesGeneral MP3 Web SitesMP3 R.. 2017. 3. 7. 리눅스 공백 파일 변경하기 리눅스에 공백으로 시작하는 파일명이 있는데, 쉽게 변경을 할 수 있다. 명령어rename " " "_" * 첫번째 공백문자만 변경이 된다. 두번째 공백문자도 변경하려면, 한번더 실행하면 된다. 리눅스에서 대문자로 된 파일 확장자를 소문자로 변경하는것도 간단하다. rename ".MP3" ".mp3" * 2017. 3. 7. 리눅스에서 mp3 파일 깨진 태그 수정하기 mp3파일 태그가 깨져서 보일때가 있는데 태그를 수정하는 프로그램이 있다. 프로그램 설치yum install python-mutagen 인코딩mid3iconv -e cp949 *.mp3 여러가지 음악파일 처리 find -type f -iregex ".*/.*\.\(ogg\|mp3\|flac\)" -print0 | xargs -0 mid3iconv -e cp949 2017. 3. 7. 리눅스에서 Apache 설치후 페이지 접근시, 권한 에러 # 리눅스에서 Apache 설치후 페이지 접근시, 권한 에러 계정 초기 생성시 일반 사용자의 접근 권한이 없을 경우 발생 > 웹 페이지 상의 에러 메시지(Firefox) Forbidden You don't have permission to access / on this server. > Apache 에러 로그 메시지 위치 : APACHE_HOME/logs/localhost-error_log [Thu Sep 26 17:02:51.401841 2013] [core:error] [pid 29603:tid 140488246032128] (13)Permission denied: [client 211.222.111.123:62022] AH00035: access to / denied (filesystem path .. 2017. 2. 28. 이전 1 ··· 27 28 29 30 31 32 다음 반응형