From Fedora Project Wiki

(Editorial pass)
No edit summary
(42 intermediate revisions by 11 users not shown)
Line 1: Line 1:
== Server Tools ==
== 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.


This section highlights changes and additions to the various GUI server and system configuration tools in Fedora {{Template:DocsDict/BeatsVer}}.
Refer to each utility's manpage for full usage details.
 
=== First Aid Kit ===


Firstaidkit is a fully automated recovery application that makes subsystem recovery easier for technical and non-technical users. Firstaidkit is designed to automatically fix problems while focusing on maintaining user data integrity. It is available in rescue mode, on the Fedora Live CD, and on running systems.
{{header|docs}}{{Docs_beat_closed}}
 
[[Category:Docs Project]]
=== Bacula 2.4.3 ===
[[Category:Draft documentation]]
 
[[Category:Documentation beats]]
The Bacula multi-platform network backup and recovery system has been updated to 2.4.3.  Changes since the 2.2.x series can be viewed here:
 
http://bacula.org/en/?page=news
 
No special steps or precautions need to be taken prior to or after upgrading, but please test and submit bugs as needed.
 
* Project site -- https://fedorahosted.org/firstaidkit/

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.