728x90
반응형

2024/07/07 3

우분투에서 배터리 남은 시간 확인

그놈이 당연히 설치 되어 있어야한다.만약 설치 되지 않았다면 맨아래 링크에서 관련내용 확인후 설치결과는 아래와 같이 배터리의 남은 시간과 %가 뜬다. 배터리 시간은 당연히 사용량에 따라서 가변적이다.이렇게 화면에 우측상단에 https://extensions.gnome.org/extension/2929/battery-time-percentage-compact/ Battery Time (Percentage) Compact - 그놈 쉘 확장Show the remaining time until fully charged/discharged as well as percentage of battery charge in the panel. 확장 홈페이지 https://github.com/SaGrLand/gnome-sh..

우분투 노트북에서 cpu power 제한

윈도우에서 레지스트리를 통해서 가변클럭 설정을 할 수 있었지만우분투는 해당 설정을 기본 제공해주진 않는다.추천하는 오픈소스는 아래와 같다.(이블로그를 따라 할경우 구지 방문할 필요는 없다.)https://github.com/AdnanHodzic/auto-cpufreq GitHub - AdnanHodzic/auto-cpufreq: Automatic CPU speed & power optimizer for LinuxAutomatic CPU speed & power optimizer for Linux. Contribute to AdnanHodzic/auto-cpufreq development by creating an account on GitHub.github.com설치하기git clone https://g..

리눅스 우분투에 R과 R studio 설치

00. 들어가기 앞서터미널에서 apt 업데이트를 한번 해준다. 이과정을 생략하는 경우 R이나 R studio가 설치 안되는 이슈가 있다.sudo apt update01. R 설치터미널에서 입력한다. https://cran.yu.ac.kr/에 방문하면 설치법을 볼 수 있지만 아래 코드를 옮겨 왔으니 따라 치면된다.sudo apt update -qqsudo apt install --no-install-recommends software-properties-common dirmngrwget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | sudo tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.a..

728x90
반응형