lemonheim note
2020년 2월 20일 목요일
mac 에서 linux처럼 ll command 사용하기
~/.bash_profile 을 찾아 아래 command 추가
alias ll='ls -lG'
option
-l List in long format.
-G Enable colour output.
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
mitmproxy 설치(mac), iPhone Proxy 연결
mitmproxy 설치(mac), iPhone Proxy 연결
mitmproxy( man in the middle proxy) 설치 메모 https://mitmproxy.org/ 에서 설치 방법 확인 brew를 사용해서 설치 진행 - $ brew install mitmproxy - 설치후...
IOS Private api - detect airplane mode
- ( BOOL ) isAirplainMode { NSBundle *bundle = [ NSBundle bundleWithPath : @"/System/Library/PrivateFrameworks/AppSupport.fr...
Unity3d에서 Rust함수 호출
Unity3d에서 Rust 라이브러리를 생성하여 rust함수를 호출해 보기 Rust를 사용하여 라이브러리를 생성/빌드 한 뒤 유니티에서 Plugin으로 dll import하여 함수 사용 -- Rust -- 숫자 2개를 더해 리턴하는 간단한 ...
댓글 없음:
댓글 쓰기