사용자 도구

사이트 도구


linux:ubuntu:after_install

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linux:ubuntu:after_install [2022/07/20 23:23]
kwon37xi
linux:ubuntu:after_install [2023/05/09 09:26]
kwon37xi
줄 26: 줄 26:
 gsettings set org.gnome.desktop.interface locate-pointer false gsettings set org.gnome.desktop.interface locate-pointer false
 </code> </code>
 +
 +===== grub theme / 해상도 변경 =====
 +  * [[linux:grub|Linux Grub]] 참고
 +
 ===== 성능 튜닝 ===== ===== 성능 튜닝 =====
   * [[linux:performance|Linux Performance]] ''/etc/sysctl.conf''   * [[linux:performance|Linux Performance]] ''/etc/sysctl.conf''
줄 47: 줄 51:
 sudo systemctl stop ModemManager.service sudo systemctl stop ModemManager.service
 sudo systemctl disable ModemManager.service # 다시는 실행 안되게. sudo systemctl disable ModemManager.service # 다시는 실행 안되게.
 +</code>
 +
 +===== 노트북 전원 설정 등 =====
 +  * [[linux:laptop|Linux &amp; Laptop(Notebook)]] 설정 참조.
 +  * 특히 노트북 덮개 닫아서 ''suspend'' 시에 다시 못살아나는 현상이 있다면 ''suspend''->''nothing'' 전환할 것.
 +
 +===== Flatpak =====
 +  * [[https://flatpak.org/setup/Ubuntu|Flatpak—the future of application distribution]]
 +<code sh>
 +sudo apt install flatpak
 +flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
 +sudo reboot
 +</code>
 +
 +===== AppImage =====
 +  * [[linux:appimage|AppImage]]
 +  * Ubuntu 의 기본 fuse 라이브러리가 3으로 변경되었는데 AppImage 는 2 버전을 필요로 함.
 +<code sh>
 +sudo apt install libfuse2
 </code> </code>
  
줄 62: 줄 85:
 ===== Screen Tearing ===== ===== Screen Tearing =====
   * [[linux:nvidia|Linux Nvidia Graphic Card]] 사용시 ''Screen Tearing'' 발생 여부 확인하고 해결할 것.   * [[linux:nvidia|Linux Nvidia Graphic Card]] 사용시 ''Screen Tearing'' 발생 여부 확인하고 해결할 것.
 +
 +===== snixembed =====
 +  * [[linux:snixembed|snixembed]] 설치 설정. [[linux:gnome|Gnome]]의 경우 Tray Icon 이 안나오는 케이스가 있어서 설치함.
  
  
줄 67: 줄 93:
   * [[https://mutschler.eu/linux/install-guides/ubuntu-post-install/|Ubuntu Desktop: Things to do after installation (Apps, Settings, and Tweaks) | Willi Mutschler]]   * [[https://mutschler.eu/linux/install-guides/ubuntu-post-install/|Ubuntu Desktop: Things to do after installation (Apps, Settings, and Tweaks) | Willi Mutschler]]
   * [[https://www.youtube.com/watch?v=MNX7HgcWqHc&ab_channel=AverageLinuxUser|50 Things to Do After installing Ubuntu 20.04 - YouTube]]   * [[https://www.youtube.com/watch?v=MNX7HgcWqHc&ab_channel=AverageLinuxUser|50 Things to Do After installing Ubuntu 20.04 - YouTube]]
 +  * [[https://www.youtube.com/watch?v=ele2zhL6CY0&ab_channel=SkillsBuildTraining|💥 25 Things You MUST DO After Installing Ubuntu 22.10 - YouTube]]
linux/ubuntu/after_install.txt · 마지막으로 수정됨: 2023/05/09 09:26 저자 kwon37xi