from https://support.apple.com/en-us/HT204149

10. What is the difference between an active adapter and a passive adapter?

An active adapter can convert a signal from one connector to another. The Apple Mini DisplayPort to Dual-Link DVI and Apple Mini DisplayPort to VGA adapters are active adapters. A passive adapter acts as a pass-through from one connector type to another and does not convert a signal. The Apple Mini DisplayPort to DVI adapter is an example of a passive adapter.

11. Should I use a passive or active adapter?

On some Apple computers, like the Mac Pro (Mid 2010), you can connect three displays to a single graphics card. In this scenario—to connect to three display to use three ports—use active adapters to connect the Mini DisplayPort ports to your external displays. Two displays can connect via Mini DisplayPort and one via DVI. Note: Learn more about supported display configurations for the Mac Pro. 




2019. 4. 19. 

아래 글은 예전에 쓰긴했는데... 요즘은 또 curl 말고  httpie 를 쓴다.





curl .. wget 대용으로 가능하네.


curl 이라는 툴이 네트웍 request 가능한 툴이다. wget 이 하는것 이상의 것이가능하다. 즉 wget 의 기능도 당연히 가능하다는 소리


curl 주소 -o 저장하기원하는파일명   


-o 는 당연히 output 이라는거 알테고 위의 명령으로 간단히 wget 을 대치 가능하다. 





우분투 서버를 설치하고 데스크탑을 최소로 설치한경우 ... gui 로 로그인이 뜨는데 이를 변경하기 위해서 런레벨을 바꿔도 소용 없었다.


아래와 같이 바꾸더라.


from http://superuser.com/questions/310978/starting-ubuntu-without-the-gui


I got a simple method to disable XFCE from this blog post: How to disable X at boot time in Ubuntu 11.10.  Note: the post has a heading in some non-English language, possibly Portuguese, but the body of the post is in English.

With LightDM (lightdm) being the new graphical user login in Ubuntu, users will need to find a way to disable it to boot into text mode.  Fortunately, the people behind LightDM have made that really easy to do.

Edit /etc/default/grub with your favorite editor,

sudo nano /etc/default/grub

Find this line:

GRUB_CMDLINE_LINUX_DEFAULT="<doesn’t matter what you find here>"

Change it to:

GRUB_CMDLINE_LINUX_DEFAULT="text"

Update Grub:

sudo update-grub

No need to remove / disable LightDM upstart conf; it already does that for you.

lightdm.conf

# Check kernel command-line for inhibitors, unless we are being called manually.
for ARG in $(cat /proc/cmdline); do
        if [ "$ARG" = "text" ]; then
                plymouth quit || :
                stop
                exit 0
        fi
done

You will still be able to use X by typing startx after you logged in.

shareimprove this answer





http://sourcedigit.com/14787-install-albert-quick-launcher-ubuntu-14-10-ubuntu-14-04-linux-mint/


sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install albert




ipconfnig /flushdns





찾아보면 많이 나오는데.. 예전에 글을 올린것 같은데 안보여서 다시 적는다.

1. 우선 패키지 패키지 컨트롤러 창을 띄운다.

2. install package 선택

3. ConvertToUTF8  설치한다.

4. 그리고 euc-kr 파일을 열어보면... 에러가 나오는걸 볼 수 있다.

그 에러내용을 보면 Codecs33 을 설치하라고 나온다.

2번까지 다시 진행후 Codecs33 을 입력하면 나오는게 하나 있다. 설치한다.

5. 다시 파일을 열어보면 잘 열린다. 정확히는... euckr 파일을 열었을때 깨져보이지만 조금뒤에 바로 컨버팅된 내용으로 바뀔것이다. 



'IT > tools' 카테고리의 다른 글

wireshark 옵션....  (1) 2016.11.16
맥의 toad 가 파일을 못열때...  (3) 2016.04.04
typinator 에서 한글 이용하기.  (7) 2014.11.26
sublime text 3 package install  (0) 2014.11.23
폰트,사이즈별 화면 row 수 in osx (retina macbook )  (0) 2014.08.27



stacksocial 에서 번들앱을 팔길래.. 그중 전에 봤던 호기심가는 앱이 있어서 구입했다. 문제는... 그 호기심 가는 상용구? 앱이 한글이 안된다는걸 ... 구입하고나서야 알았다 orz

해서 개발사에게 메일을 보내봤다. 몇번의 피드백으로 해결방안을 받았다.

메일 전문을 공개해도 되는지 모르겠고.. 해서 해결책만 올린다.

크게 2가지 방법이 있다. 

1. ctrl + enter 로 팝업을 띄울 수 있는데 거기서는 한글 축약어가 잘 먹는다.

당연히 1번을 기대하진 않았을것이다. 편의성이 많이 떨어진다.


2. 이 방법을 메일을 주고 받는 과정중에 알았는데, 

순서는

2.1 우선 앱을 종료한다. (상단 바에 있는 앱에 마우스 오른쪽 버튼을 누르면 종료 메뉴가 보인다)

2.2 아래의 스크립트를 콘솔에서 실행한다. (그냥 일반유도모드로)

defaults write com.macility.typinator2 allowAllSources 1

2.3 이제 앱을 다시 실행한다.

이렇게 하면 거짓말처럼 잘 되더라. 아마 typinator 가 모든 입력소스를 허용하게(1) 해서 해결한듯 하다.


이방법으로 아무튼 돈을 날리지 않게 됐다! 




2015-05-15 17:02:49 아래내용대로 되지 않으면 아래의 링크로 이동해서 그 명령으로 해라.

https://packagecontrol.io/installation#st3

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Sublime Text 3 가 공개되었다. 물론 베타지만...


패키지 설치가 좀 바뀌었다. 정확히는 스크립트가 바뀌었다. 방식은 2와 동일하다.

(from https://sublime.wbond.net/installation )


1. ctrl+` 로 콘솔열기

2. 아래 내용을 붙여넣고 엔터

import urllib.request,os,hashlib; h = '7183a2d3e96f11eeadd761d777e62404' + 'e330c659d4bb41d3bdf022e94cab3cd0'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)


3. 완전 종료하고 .. 즉 리스타트하면 preference 에 패키지 컨트롤이 보일것이다. 그럼성공



+ Recent posts