공지사항
- 유투-부에 요즘 재미가 붙어서 글을 최신화하는게 더딥니다
- 도메인 이름을
jeonality.com
, 이메일은jeon@jeonality.com
으로 변경합니다! - 본 블로그는 현재 시점의 제 의견이나 지식을 반영합니다. 특히, ‘제 의견’에 해당하는 파트는 매우 변덕스럽습니다.
- 본 블로그는 세미-위키 스타일로 제작합니다. 이는 포스트의 양만 무작정 늘려나가지 않음을 의미합니다. 따라서 내용이 자주 바뀔 수 있으며 별도 공지 없이 글이 삭제되거나 다른 글에 통합될 수도 있습니다.
- 본 블로그의 복사, 수정, 활용과 관련한 라이선스는 여기에서 확인하시기 바랍니다. 번역된 글의 경우는 본 블로그의 라이선스를 따르지 않고 원문의 라이선스를 따릅니다.
Things I do after rebooting the fresh installed Fedora 36.
DNF settings
Fedora devs claim that DNF lib version 5 will be significantly faster. Hope these options will not be necessary soon.
Currently, only nano
is available.
$ sudo nano /etc/dnf/dnf.conf
Add below at the end of file.
max_parallel_downloads=10
defaultyes=True
deltarpm=True
-
max_parallel_downloads
→ default: 3, max: 20
- fastestmirror=True
→ controversialSystem upgrade
$ sudo dnf upgrade
Under the
man dnf
> Upgrade Command
section, Fedora cleary states that dnf update
is deprecated alias
.$ sudo reboot
Hostname
$ sudo hostnamectl set-hostname "NEW_HOST_NAME"
Gnome tweaks
$ sudo dnf install gnome-extensions-app (gnome-tweaks)
[Personal Preferences]
- Dash to Panel
- Extension List
- Caffeine
- Transparent Shell
Change shell to zsh
$ sudo chsh -s $(which zsh)