Til Home

2020-01-13

Facts

  • 오늘은 윈도 10을 밀고 리눅스 우분투를 설치를 했습니다.

Feelings

  • 리눅스는 거의 모든 게 터미널로 실행해서 명령어로 해야 돼서 그런지 너무나 어렵게 느껴졌습니다.

Findings

  • wi fi 설정

    • sudo rmmod ideapad_laptop 와이파이 hard blocked 풀어줍니다.
    • sudo chmod a+rwx /path/to/file /path/to/file에 읽기 쓰기 권한을 모든 유저한테 주기
  • 그래픽카드 설정

    • sudo add-apt-repository ppa:graphics-drivers/ppa
    • sudo apt update
    • apt-cache search nvidia
    • sudo apt-get install nvidia-driver-xxx
    • sudo reboot
  • wine + 카카오톡

Future Action

- 명령어들을 써 보면서 정리를 해봐야 할것 같습니다.

Feedback