From Fedora Project Wiki

No edit summary
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{header|docs}}
== coreutils ==
{{Docs_beat_open}}
* `dd` has a new option, "status=progress" to periodically display transfer statistics.
    sudo dd of=/dev/null if=/dev/zero status=progress
    28185678848 bytes (28 GB) copied, 16.000002 s, 1.8 GB/s^C
    56045121+0 records in
    56045120+0 records out
    28695101440 bytes (29 GB) copied, 16.2878 s, 1.8 GB/s
* `numfmt` now works with fields in a way similar to `cut`, and allows output to be filtered with a "--format" option.
* `split` has gained a "--separator" option to define a record separator other than the default newline character.
* `sync` can now be passed arguments to specify syncing a specific file or path, or the `--file-system` to flush the entire filesystem associated with a given file.
* `tee` accepts a new "--output-error" option to control error handling behavior.


Refer to each utility's manpage for full usage details.
{{header|docs}}{{Docs_beat_closed}}
[[Category:Docs Project]]
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]
[[Category:Documentation beats]]
= dnf greets Fedora =
'''dnf''' is a fork of the venerable '''yum''' package manager. It is build on '''hawkey''',  a library allowing clients to query and resolve dependencies of RPM packages based on the current state of RPMDB and yum repositories.
'''dnf''' in Fedora 18 is a technical preview, and is installed alongside yum. It should not yet be used on critical production machines, but early adopters are promised a more efficient, faster package management utility.
= systemctl assumes it works with services =
systemctl, the utility used to administer services and other systemd targets, will now assume that it is working with a service. Administrators will no longer have to append '.service' to the name of the daemon they are administering. For example, `systemctl restart dhcpd` will now just work, but previous releases required `systemctl restart dhcpd.service`.
= Terminals get more colorful =
Fedora now enables supporting terminal emulators to use 256 colors. With new  environment variables, applications such as gnome-terminal, konsole, and screen will automatically be enabled with 256 color support. Other applications can display 256 colors but must be configured.
= Remote management gets better with Agent-Free Systems Management =
On systems that contain IPMI compliant Service Processors, it is now possible to have closer integration of OS and Service Processor without the need for 3rd party software. This will enable better management of the system remotely.
= WBEM and CIF management tools extended =
'''WEBM''' and '''CIF''' are two of the DTMF standards for enterprise system management. With Fedora 18, this class of software is greatly expanded manage as well as monitor remote systems.
Administrators can use these utilities to administer network interfaces, storage objects, services, power state, users, and software packages. They can also monitor system load, usage, and more. 
All of this functionality can be accessed through a web or command line interface that efficiently handles large numbers of systems. Documentation is provided with '''sblim-cmpi-*''' or  '''cura-*''' packages.

Revision as of 05:22, 9 September 2015

coreutils

  • dd has a new option, "status=progress" to periodically display transfer statistics.
   sudo dd of=/dev/null if=/dev/zero status=progress
   28185678848 bytes (28 GB) copied, 16.000002 s, 1.8 GB/s^C
   56045121+0 records in
   56045120+0 records out
   28695101440 bytes (29 GB) copied, 16.2878 s, 1.8 GB/s
  • numfmt now works with fields in a way similar to cut, and allows output to be filtered with a "--format" option.
  • split has gained a "--separator" option to define a record separator other than the default newline character.
  • sync can now be passed arguments to specify syncing a specific file or path, or the --file-system to flush the entire filesystem associated with a given file.
  • tee accepts a new "--output-error" option to control error handling behavior.

Refer to each utility's manpage for full usage details.

DocsProject Header docTeam1.png
Warning.png
Beat Closed on Wiki
Work on beats has now moved to git at https://pagure.io/fedora-docs/release-notes. If you have changes or additions, please contact the docs team via #fedora-docs, docs@lists.fedoraproject.org, or with the release-notes BZ component.