이전 글의 18.1 에 이어 안드로이드 10을 쓰다가 오랫만에 새로운 빌드가 나왔길래 새롭게 올려 보았음

기존 버전이 GPS가 상당히 좀 튀는 것 같아서 찜찜 했었음

 

리니지OS 18 은 안드로이드 11 이고

기존에 설치 되어있던 대로 TWRP로 계속 함

 

준비물

작업하기

  • 노트3 USB 디버깅 허용
    • 설정 > 일반 > 디바이스 정보 > 빌드번호 7번호 터치 > 뒤로 가기 > 개발자 옵션 > USB 디버깅 활성화
  • 노트3 다운로드 모드 진입 = 볼륨 하 + 홈 + 전원
  • 오딘 실행
    • 옵션에서 Auto Reoot 설정 체크 해제
    • AP 에 TWRP 리커버리 이미지 넣고 Start
    • 완료 후
  • 노트3 리커버리 모드 진입 = 볼륨 상 + 홈 + 전원
    • WIPE > Advance Wipe > Dalvik / ART Cache, Syste, Data, Cache 체크 > Swipe to Wipe
  • 노트3 로 파일 복사
    • 위에서 다운 받은 lineageOS.zip, open_gapps.zip 파일을 노트3 Internal Storage 하위 특정 경로에 저장
    • SD 카드가 있다면 SD 카드에 복사해 놓고 하여도 됨
  • OS 설치
    • Install > Select Storage > 파일 복사 해 둔 곳 선택
    • lineage os 먼저 선택 후 > Add more Zips 선택 하여 open_gapps 선택
    • Swip to confirm Flash
    • 완료 후 TWRP 선택 설치 물어볼 때 Do Not Install 선택 하면 재부팅
  • 완료
    • 재부팅 후 정상적으로 부팅하면 완료

'IT' 카테고리의 다른 글

Jupyter running in the browser 주피터라이트 jupyterlite  (0) 2023.06.11
파일 공유, 문서공유 솔루션, 시놀로지 드라이브 Synology Drive  (0) 2023.06.03
kube shell  (0) 2023.02.04
Web Kubectl  (0) 2023.02.04
Udemy 강의 다운로드  (1) 2023.01.14

https://github.com/cloudnativelabs/kube-shell

 

GitHub - cloudnativelabs/kube-shell: Kubernetes shell: An integrated shell for working with the Kubernetes

Kubernetes shell: An integrated shell for working with the Kubernetes - GitHub - cloudnativelabs/kube-shell: Kubernetes shell: An integrated shell for working with the Kubernetes

github.com

Auto Completion of Commands and Options with in-line documentation

 

https://github.com/KubeOperator/webkubectl

 

GitHub - KubeOperator/webkubectl: Run kubectl command in Web Browser.

Run kubectl command in Web Browser. Contribute to KubeOperator/webkubectl development by creating an account on GitHub.

github.com

kubectl command in web browser

유트브 다운로더 처럼 udemy도 강의를 다운로드 하는 게 있더라

몇가지를 찾아보고 github에도 뒤져 보니

github 184개 중에 즐겨찾기 등록되어 몇만을 넘어가는 건 단 2개...

첫번째 두번째 둘다 크로스 플랫폼을 지원하는 것들 이었는데

첫번째 껀 GUI 이었으나 잘 안되는 물론 잘 몰라서 그럴수도 ;;

두번째 껀 Command line tool 이었는데 이게 좀 더 편한 느낌이 ?! ㅎㅎ

 

두번째 repo의 주소이고

https://github.com/r0oth3x49/udemy-dl

 

로그인 관련해서 쿠키를 캡쳐하는 방법도 친절히 안내 되어 있다

https://github.com/r0oth3x49/udemy-dl/issues/303#issuecomment-441354994

 

Useage로 나와 있는 python udemy-dl COURSE_URL 으로는 잘 되는지는 모르겠고

cookie 를 사용해서 하는 명령어로 하니 잘 되긴 한다.

 

 

맥북을 쓰면서 맥북의 키보드나 매직 키보드를 쓰지 않고 볼륨 조절 하는 방법은 없다.

모르는 걸 수도 있으나 아마 없는 걸로 안다.

 

이리저리 뒤져보니 관련해서 오픈 소스 앱이 있다.

https://github.com/MonitorControl/MonitorControl

 

GitHub - MonitorControl/MonitorControl: 🖥 Control your display's brightness & volume on your Mac as if it was a native Apple

🖥 Control your display's brightness & volume on your Mac as if it was a native Apple Display. Use Apple Keyboard keys or custom shortcuts. Shows the native macOS OSDs. - GitHub - MonitorCon...

github.com

앱 이름만 보면 모니터 컨트롤만 할거 같긴 한데... 원래의 목적은 모니터 밝기 컨트롤 앱 이긴 한데

설정의 키보드 부분에 볼륨 조절이 있어서 특수키를 매핑해서 사용 가능 하다.

 

다운로드

+ Recent posts