레이블이 mac인 게시물을 표시합니다. 모든 게시물 표시
레이블이 mac인 게시물을 표시합니다. 모든 게시물 표시

2021년 2월 8일 월요일

WINE + ida pro status

  • archlabs
    • working(?)
  • endeavouros(fresh install)
    • wine 6.1?
      • not working
    • wine 6.2-1
      • working
  • mx linux 19.3
    • wine-staging 5.18
    • working
  • pop!os 21.04
    • wine 5.0.3
    • wine-development 5.6.2
      • ryzen issue?
  • radare2
    • endeavouros로!
  • debian 11
    • wine 5.0.4
      • working fine
  • macOS Big Sur
    • PlayOnMac 4.4.3
      • run
        • /Applications/PlayOnMac.app/Contents/Resources/unix/wine/bin/wine64 PlayOnMac\'s\ virtual\ drives/ida_pro_test/drive_c/Program\ Files/IDA\ 7.3/ida.exe
  • python plugin missing
    • https://hex-rays.com/blog/ida-and-common-python-issues/
    • https://stackoverflow.com/questions/42603257/ida-ida-python-on-wine-linux
      • curl -O https://www.python.org/ftp/python/2.7.18/python-2.7.18.amd64.msi
      • wine msiexec /i python-2.7.18.amd64.msi

2018년 7월 26일 목요일

맥 초기화 MacOSX

배터리 충전 안될때 PRAM reset
구름 입력기
http://macnews.tistory.com/2038
한글에서 2벌식, 영어에서 쿼티 추가
모니터 해상도 간단 조정 https://github.com/Eun/DisableMonitor

markdown editor 비교

  • texts
    • pandoc not enough 어쩌구...
  • haroopad
    • html export 시 짤림
  • sublime + markdown plugin
    • html export 시 짤림
  • texts에서 다른 이름으로 저장 하면 안짤리네...
  • haroopad에서 다른 이름으로 저장하면 여전히 짤림.
  • solved!
    • 문제는 내가 작성한 markdown이 github-flavored markdown이어서
    • node의 플러그인 markdown-to-html을 사용...
    • markdown이 생성했던 header와 </body></html>를 잘라 붙임
    • markdown이 생성했던대로 :copyright:, :feet:와 :exclamation:을 치환
      • 변환 후 효과 없음..
    • unicode emoji사용
      • :copyright:는 &#xa9;
      • :feet: &#x1f463;
      • :exclamation: &#x2757;
  • 문제점
    • iBooks - sigil이나 calibre 모두 epub으로 만들면 softwrap이 안먹은 상태 같다. 글꼴을 줄여도 안보이는 글자가 있음
    • calibre
      • device 를 ipad로 했더니 가로모드 형태로 뽑아 놓음
        • -> 출력 옵션에서 letter로.
        • 예쁘게 안 뽑힘. 글꼴이 구림
    • http://jbt.github.io/markdown-editor/
  • wkhtmltopdf
    • zoom을 주면 크기가 커진다. 글꼴을 이미지화 시킴!
    • "C:\Program Files\wkhtmltopdf\bin\wkhtmltopdf.exe" --zoom 3 --encoding utf-8 --run-script "setInterval(function(){if(document.readyState=='complete') window.status='done';},100)" --window-status done Hello.html hello.pdf
    • 워닝 방지용
  • markdown 수정
  • md to html
  • replace emoji
    • :copyright: &#xa9;
    • :feet: &#x1f463; ??
    • :exclamation: &#x2757;
  • html to pdf
    • mac safari
    • export as pdf

xcode8 bug keyboard shortcuts

http://stackoverflow.com/questions/38712365/xcode-8-beta-4-comment-shortcut-disabled

제나다

맥미니2009 램 업그레이드

http://neoadam.egloos.com/3653320

한글 세팅


* 딜레이 없이 빠르게 OS X에서 한글-영어 입력기 전환하기
* http://macnews.tistory.com/178
* 별도의 소프트웨어 설치없이 OS X 시스템 한영 전환을 Shift + Space 단축키로 변경하는 방법
* http://macnews.tistory.com/297
* OS X의 한자 변환 기능을 마스터(完璧征服)해봅시다!
* http://macnews.tistory.com/429

mac app

  • alfred 2
  • caffeine
  • cooviewer
  • dropbox
  • evernote
  • filezilla
  • firefox
  • keepassx
  • mplayerx
  • skim
  • transmission
  • unrarx
  • virtualbox
  • vlc
  • sublime text
  • graphics converter (?)

맥 한글 글꼴 설치

1080p모니터에서 흐릿하게 보이는게 짜증나서 시작

~~(http://blackturtle.tistory.com/711488)~~

글꼴 설치

http://hangeul.naver.com/2014/nanum


http://macnews.tistory.com/2854

2018년 7월 25일 수요일

hdd benchmarks for mac

1. 회사 imac 2011

Jung-Jib-ui-iMac:archeadeSvr atalpo$ time mkfile 4g ~/Downloads/test

real 1m0.842s
user 0m0.803s
sys 0m13.744s

Jung-Jib-ui-iMac:archeadeSvr atalpo$ time cp -p ~/Downloads/test ~/Downloads/test.2

real 2m27.601s
user 0m0.006s
sys 0m3.011s

Jung-Jib-ui-iMac:archeadeSvr atalpo$ time rm ~/Downloads/test ~/Downloads/test.2

real 0m0.635s
user 0m0.000s
sys 0m0.112s

2. 집 맥미니 2009

Kims-Mac-mini:~ kimjung-jib$ time mkfile 4g ~/Downloads/test

real 1m8.600s
user 0m1.892s
sys 0m31.199s
Kims-Mac-mini:~ kimjung-jib$ time cp -p ~/Downloads/test ~/Downloads/test.2

real 2m31.973s
user 0m0.019s
sys 0m7.798s
Kims-Mac-mini:~ kimjung-jib$ time rm ~/Downloads/test ~/Downloads/test.2

real 0m0.435s
user 0m0.002s
sys 0m0.125s

3. 회사 맥미니 2012 ssd 256G ram 16G
$ time mkfile 4g ~/Downloads/test

real 0m15s
user 0m0.7s
sys 0m14s

Retina 맥북 4k

15 inch macbook pro retina / lg 32ud59 / displayport 4k@60hz 된다함.
맥북 썬더볼트2 - md 1.2

하지만 apple. 9to5mac 에 따르면 mid 2014 이후여야 한다고?

elecom deft mouse driver mac os x 2016

global 5.0.3.100 macOS Sierra 설치 안됨
japanese 5.0.6.000 설치는 되나 실행시 에러

monogame 2017

설치
yaourt -Ss monodevelop
yaourt -Ss monogame-git
(ubuntu)
monodevelop
monogame-sdk.run


xamarin studio 설치
monogame 설치
add-in manager -> gallery-> game development -> monogame

con
ios+android는 있는데, ios+android+mac+pc는 없나?

만자로
monogame-bin 3.5.1 이라서
홈페이지의 monogame-sdk.run 으로 설치해야 monodevelop에서 app 만들 수 있음

http://community.monogame.net/t/installing-monogame-3-6-on-linux/8811/31

https://namu.wiki/w/Xamarin#fn-1 게임에는 xamarin.form보다는 xamarain.native 추천

문서화가 잘 안되어 있음. 리눅스에서 안드로이드 빌드 불가능 한 듯?

2018년 7월 23일 월요일

open torchlight 2 console on mac

주소가 바뀌었지만 테스트해 보지 않았음, 참고용

To open the console for Torchlight II on Mac, please do the following:

    From Steam, right click on Torchlight II in your game library and choose Properties.
    Open the Local Files tab and select Browse Local Files...
    In the Finder window that opens up, go to my games/runic games/torchlight 2/save/[NUMERIC STEAM USER ID] (or modsave if applicable); locate and open settings_sdl2.txt.
    Change the line that says Console :0 to say Console :1. Save the file and close it.
    Launch Torchlight II and get in a game. Opt-R opens the console.


(Windows users: the console key is still Insert, but you'll need to enable Console :1 in your settings.txt file before it will work)

reference

broken

void vscode/firefox open dialog not working

 install nautilus