기타, 이것저것
-
윈도우 cmd에 들어가서 아래 명령어 입력 reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve taskkill /f /im explorer.exe explorer.exe
윈도우 11에서 윈도우 10 우클릭 메뉴 스타일 적용하기윈도우 cmd에 들어가서 아래 명령어 입력 reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve taskkill /f /im explorer.exe explorer.exe
2023.08.26 -
VScode에서 Anaconda 연동 안될 때 개요 보통 Anaconda를 먼저 설치하든, VScode를 먼저 설치하든 보통은 VScode에서 터미널과 Interpreter에 conda가 잘 연동된다. 그러나 특히, 윈도우에서 잘 연동이 안될때가 있는데 설치 순서를 바꿔보기도하고 anaconda3 다운받은 폴더 위치를 바꿔보기도 하였는데 Interpreter에는 연동이 되나 터미널에서는 아래와 같이 안될 때가 있다. 근데 또 Interpreter와 명령프롬프트에서는 연동이 잘된다. 이럴때 아래와 같이 해주자. 1. Terminal에서 Conda 명령어 사용 가능하게 하기위한 Extension 설치 만약 필자처럼 터미널에 conda 명령어를 쳤을때 경고 메세지가 나오지 않는다면 1. 섹션은 넘어가도 된다...
VScode에서 Anaconda 연동 안될 때VScode에서 Anaconda 연동 안될 때 개요 보통 Anaconda를 먼저 설치하든, VScode를 먼저 설치하든 보통은 VScode에서 터미널과 Interpreter에 conda가 잘 연동된다. 그러나 특히, 윈도우에서 잘 연동이 안될때가 있는데 설치 순서를 바꿔보기도하고 anaconda3 다운받은 폴더 위치를 바꿔보기도 하였는데 Interpreter에는 연동이 되나 터미널에서는 아래와 같이 안될 때가 있다. 근데 또 Interpreter와 명령프롬프트에서는 연동이 잘된다. 이럴때 아래와 같이 해주자. 1. Terminal에서 Conda 명령어 사용 가능하게 하기위한 Extension 설치 만약 필자처럼 터미널에 conda 명령어를 쳤을때 경고 메세지가 나오지 않는다면 1. 섹션은 넘어가도 된다...
2023.07.26 -
Ubuntu 22.04.1 LTS 기준2025년 3월 17일 업데이트 우분투 구글 드라이브 연결 sudo apt install gnome-online-accounts gnome-control-center online-accounts 아래 방법은 예전에는 됐는데 지금은 인증 해야해서 까다로움 Google Drive 연동해줄 패키지 설치sudo add-apt-repository ppa:alessandro-strada/ppasudo apt updatesudo apt install google-drive-ocamlfuse 폴더 생성 및 Google Drive 연동(My Drive에 연동할 local 폴더 만들기)mkdir ~/GoogleDrive google-drive-ocamlfuse ~/Google..
[리눅스/우분투] Google Drive 연동Ubuntu 22.04.1 LTS 기준2025년 3월 17일 업데이트 우분투 구글 드라이브 연결 sudo apt install gnome-online-accounts gnome-control-center online-accounts 아래 방법은 예전에는 됐는데 지금은 인증 해야해서 까다로움 Google Drive 연동해줄 패키지 설치sudo add-apt-repository ppa:alessandro-strada/ppasudo apt updatesudo apt install google-drive-ocamlfuse 폴더 생성 및 Google Drive 연동(My Drive에 연동할 local 폴더 만들기)mkdir ~/GoogleDrive google-drive-ocamlfuse ~/Google..
2023.07.13