Documentation for a newer release is available. View Latest

시스템 유틸리티

와이어샤크에서 제거된 레거시 GTK+ 연결장치

출시 2.0 이후로, Wireshark 네트워크 통신규약 분석기는 두 가지 사용자 연결장치와 함께 제공됩니다 - GTK+에서 레거시 인터페이스와 Qt를 사용하는 새로운 연결장치. 이와 같은 출시에서, 레거시 GTK+ 연결장치가 제거되었으며 개발자는 새로운 최신화를 가져올 수 있도록 적극적으로 유지 관리되는 Qt-기반 연결장치에 집중하고 있습니다.

사용자는 프레임워크가 다를지라도 양쪽 연결장치가 동일하게 보이고 동작하므로 레거시 GUI를 제거해도 특별히 영향을 받지 않습니다.

추가 정보를 위해 ink:https://www.wireshark.org/docs/relnotes/[업스트림 출시 기록]을 참고하세요.

뱅가드(vanguard) 형식으로 tzdata 전이

페도라 29를 시작 할 때에, tzdata 꾸러미, 이는 기본으로 ` vangaurd` 자료 형식을 사용하는 세계 시간 대역을 위한 규칙을 포함합니다. 이와 같은 형식은 tzdata 버전 `2018d`에서 소개 되었고 페도라 29에서 기본 버전을 갖는 버전 `2018e`로 지정되었습니다. 이와 같은 형식은 이전에 Java와 ICU 구문 분석에 모두 문제였던 음수 DST 오프셋의 POSIX-호환 구현이 포함됩니다.

만약 tzdata 파일을 구문 분석하는 프로그램을 가지고 있다면, 새로운 형식을 구문 분석 할 수 있도록 최신화 하도록 해야 합니다. 만약 `zdump`로 시간대역 자료를 덤프하면, 당신은 이제 적용되는 경우 음수 DST 오프셋이 표시됩니다.

추가적으로, `tzdata-2018e`은 2018년 5월 5일 북한 시간 대역이 UTC+8:30에서 UTC+9으로 변경합니다.

기본설정으로 숨겨진 GRUB 메뉴

GRUB 부트로더는 이제 만약 페도라가 설치된 유일한 운영 체제이고, 이전 부트가 성공한 경우에 기본으로 부트 메뉴를 숨기도록 구성됩니다. 이는 이와 같은 시스템에서 더 부드러운 부트 경험을 갖도록 합니다.

이전 커널 또는 복구 커널로 부트하기 위해 부트 메뉴를 표시 하려면, 당신은 이제 다음 중 하나를 수행 할 수 있습니다:

  • Esc 키를 눌러주세요 (이는 또한 이 최신화 전에 사용 할 수 있었습니다).

  • F8을 눌러주세요 (윈도우 부트 메뉴도 표시하는 동일한 키 ).

  • 부팅 할 때에 Shift 유지 (키를 눌러야 할 올바른 시간을 찾는 대신에 키를 누르고 있을 수 있습니다; 추가적으로 우분투가 보다 발견 할 수 있도록 사용하다는 동일한 방식입니다).

The auto-hide functionality is automatically enabled on all new Fedora Workstation installations. Older installations will keep their original settings. To disable this function, use run the sudo grub2-editenv - unset menu_auto_hide command in a terminal.

추가 정보를 위하여, 공지글을 참고하세요.

스트라티스 저장소 1.0

Fedora 29 provides version 1.0 of Stratis Storage, a local storage management solution. This will allow further testing and user feedback that will guide the development and stabilization of Stratis, and let us consider future integration into Anaconda and other more critical aspects of Fedora.

Stratis is a local storage system akin to Btrfs, ZFS, and LVM. Its goal is to enable easier setup and management of disks and SSDs, as well as enabling the use of advanced storage features such as thin provisioning, snapshots, integrity, and a cache tier without requiring expert-level storage administration knowledge. Furthermore, Stratis includes monitoring and repair capabilities, and a programmatic API, for better integration with higher levels of system management software.

문서와 모든 출시 기록을 위하여 프로젝트 웹사이트를 참고하세요.

사용자 경로(PATH) 우선 순위

Fedora now prioritizes commands from $HOME/.local/bin and $HOME/bin over system-wide paths to allow to easily mask system binaries with newer versions. For example, pip install --user virtualenv will now work even when virtualenv from the package repositories is installed. The new behavior is only available for newly created user accounts.

If you have existing user accounts and you want to benefit from this change, edit file ~/.bash_profile and adjust the PATH definition to PATH=$HOME/.local/bin:$HOME/bin:$PATH (see /etc/skel/.bash_profile).