본문 바로가기

정보기술444

Plex Home Theater 폰트 수정 방법 Plex Home Theater (https://plex.tv/downloads) 는 XBMC 기반의 Plex 클라이언트로 미려한 인터페이스를 제공하지만 한글 폰트가 그다지 미려하지 못하다. Preference 메뉴를 통하여 subtitle 폰트를 지정할 수 있도록 되어 있으나, 기본적으로 설치되어 있는 세 가지 폰트 중에서 선택하는 것 만이 가능할 뿐 원하는 한글 폰트를 지정할 수 없다. 수동으로 폰트를 수정하고 싶다면 편법으로 아래와 같이 수정이 가능하다. 1. 자막폰트 수정 방법 /Applications/Plex Home Theater.app/Contents/Resources/XBMC/media/Fonts/ 폴더에 원하는 폰트를 복사해 넣는다. (.ttf 만 가능) Plex Home Theater .. 2015. 7. 2.
DigitalOcean Ubuntu VPS 에서 OpenVPN Access Server 설정 참고: https://www.digitalocean.com/community/tutorials/how-to-install-openvpn-access-server-on-ubuntu-12-04 참고: https://docs.openvpn.net/access-server/ Software Packages https://openvpn.net/index.php/access-server/download-openvpn-as-sw/113.html?osfamily=Ubuntu Installing OpenVPN Acess Server Let's begin by logging in as the root user. From here, download the OpenVPN AS package: sudo wget http://s.. 2014. 10. 11.
DigitalOcean Ubuntu VPS 에서 Squid Proxy Server 설정 Step 1. Install squidapt-get install squid Step 2. Configurationcp /etc/squid3/squid.conf /etc/squid3/squid.conf.original # 일단 설정백업 squid.conf 수정 Authenticationauth_param basic program /usr/lib/squid3/basic_pam_auth # basic_pam_auth 이용auth_param basic children 5 startup=5 idle=1auth_param basic realm Squid proxy-caching web server auth_param basic credentialsttl 2 hoursbasic_pam_auth 를 이용하면 unix.. 2014. 7. 19.
Mac OS X HiDPI 강제 활성화 Terminal 에서 다음 명령어 sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool YES 출처: https://apple.stackexchange.com/questions/45716/how-to-increase-the-size-of-the-os-x-user-interface-without-lowering-the-resolut/45719#45719 2014. 3. 24.