Caleb McKee
0bbd1b1f1b
Update modules/ROOT/pages/upgrading-fedora-online.adoc
...
Removed "unreviewed" admonition that I left by mistake.
2020-10-12 10:22:25 +00:00
Caleb McKee
b1268bef02
Update modules/ROOT/pages/autoupdates.adoc
...
Removed the "unreviewed" admonition that I left by mistake.
2020-10-12 10:22:25 +00:00
FloH
8de281aeac
removing ununsed screenshot file
2020-10-08 13:43:37 +00:00
Flo H
2c629043e2
Update modules/ROOT/pages/upgrading.adoc
...
Publishing a new screenshot for release upgrade from Gnome Software
2020-10-08 13:43:37 +00:00
florianh
468dcd6705
uploaded new screenshot for Gnome Software dist-upgrade notification
2020-10-08 13:43:37 +00:00
Flo H
96c80312ec
Update modules/ROOT/pages/create-hello-world-rpm.adoc
...
corrected directory name: `~/rpmbuild/SOURCES` (insted of SOURCE)
2020-10-08 13:43:37 +00:00
Brandon Nielsen
1d31b29924
Change Macros link to point to docs.fedoraproject.org.
2020-10-07 10:12:24 +00:00
Caleb McKee
e00d51d9bd
Update modules/ROOT/nav.adoc
...
Uncommented "//FIX ME" from updated pages
2020-10-05 05:43:37 +00:00
Caleb McKee
2a758cb505
Update modules/ROOT/pages/autoupdates.adoc
...
Grammatical edits, populated missing commands, formatted commands in writing for consistency, etc.
2020-10-05 05:42:36 +00:00
Caleb McKee
bbdc947d9f
Update modules/ROOT/pages/upgrading-fedora-online.adoc
...
Populated missing commands that didn't transfer, grammatical edits, added admonitions that didn't transfer, etc.
2020-10-05 05:41:08 +00:00
Akshata Khedekar
37fd0734da
made changes
2020-10-02 14:59:00 +05:30
Akshata Khedekar
2b23d1ce91
Fixed the recommended changes.
2020-10-02 14:54:57 +05:30
Akshata Khedekar
98c99ca158
Made corrective Changes
2020-09-30 13:56:08 +05:30
Akshata Khedekar
81aace8c1e
Add Zoom Document
2020-09-24 17:50:50 +05:30
Akshata Khedekar
8d6bcf9731
Update version for f33(pre-release)
...
Updated fedora33(pre-release) version of Wine.
2020-09-16 12:54:58 +00:00
Christopher Engelhard
ad1d0f96f4
minor fixes
2020-09-04 14:31:31 +00:00
Christopher Engelhard
81d6340f4d
more rewording, minor fixes
2020-09-04 14:31:31 +00:00
Christopher Engelhard
c61ac7d00a
more consistency fixes
2020-09-04 14:31:31 +00:00
Christopher Engelhard
27b4eba318
minor reword, capital letters for program names
2020-09-04 14:31:30 +00:00
Christopher Engelhard
7154a779e1
minor reword
2020-09-04 14:31:30 +00:00
Christopher Engelhard
c8b80f55ea
functionally complete quickdoc
2020-09-04 14:31:30 +00:00
Christopher Engelhard
53fec295e2
add dnf-apt doc
2020-09-04 14:31:30 +00:00
Alex Laurie
ae56c6c9fc
Update modules/ROOT/pages/create-hello-world-rpm.adoc
...
Spelling correction
2020-08-27 23:26:38 +00:00
Petr Bokoc
4b9db90d3d
Issue 260 - don't badmouth other docs directly
2020-08-26 16:47:11 +02:00
Christopher Engelhard
d01f0c9b8c
add missing links
2020-08-07 19:17:56 +00:00
Christopher Engelhard
b3bb6f0087
add TOC
2020-08-07 19:17:56 +00:00
Christopher Engelhard
6aa26015a1
various fixes in layout & formatting
2020-08-07 19:17:56 +00:00
Christopher Engelhard
928e5e2049
fix list indices
2020-08-07 19:17:56 +00:00
Christopher Engelhard
d9ad490d8b
add link to navigation
2020-08-07 19:17:56 +00:00
Christopher Engelhard
ddb16d0625
add quickdoc page
2020-08-07 19:17:55 +00:00
Christopher Engelhard
f3bb4a5faa
fix literal * being interpreted as markup
2020-08-07 06:09:10 +00:00
Christopher Engelhard
ac8c154d2a
uppercase Systemd at sentence beginning
2020-08-07 06:09:10 +00:00
Christopher Engelhard
9ded02053a
use systemctl edit to modify units
2020-08-07 06:09:10 +00:00
Christopher Engelhard
625e746763
formatting, small errors, minor rewords & clarifications
2020-08-07 06:09:10 +00:00
Christopher Engelhard
84a7031ee7
fix links in Additional Resources
2020-08-07 06:09:10 +00:00
Christopher Engelhard
db52519d03
remove review-needed
2020-08-07 06:09:10 +00:00
Christopher Engelhard
363b51c427
exclude repeated headings from TOC
2020-08-07 06:09:10 +00:00
Christopher Engelhard
98ad2b7901
add TOC
2020-08-07 06:09:10 +00:00
Christopher Engelhard
a5e5afb89d
reformat headings
2020-08-07 06:09:10 +00:00
Christopher Engelhard
7a9fd50cac
format subsection headers
2020-08-07 06:09:10 +00:00
Christopher Engelhard
1b3bc29409
use unordered lists
2020-08-05 21:02:47 +02:00
Christopher Engelhard
65f35fdd31
fix subtitle formatting
2020-08-05 20:59:59 +02:00
Kevin Locke
7ed450f0c4
Quote command substitution which may have spaces
...
If $(pwd) or $(uname -s) contain spaces, their output will undergo word
splitting and be passed as multiple arguments, which would cause the
programs receiving them to misbehave. Avoid this by quoting.
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2020-07-28 18:01:38 +00:00
Kevin Locke
9c1c2c7394
Replace test == operator with =
...
The == operator of test (invoked as [) is a Bash extension.
Use the = operator of [POSIX test] for string equality.
[POSIX test]: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2020-07-28 18:01:38 +00:00
Kevin Locke
713855862c
Warn about virtio-win Secure Boot limitations
...
So that users can configure their VMs appropriately and are not caught
by surprise if they encounter driver signature errors on boot.
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2020-07-28 06:05:04 -06:00
James Elford
1da22f2df2
Fixup formatting error on ref_jdk_cools.adoc
...
Looks like part of the description of `policytool` got shifted to the next line with `VisualVM`
2020-06-27 08:07:30 +00:00
alciregi
fbdc8d4ccd
I placed Switching between Java Versions paragraph outside of the Installing Oracle Java SE one.
2020-06-22 16:14:07 +00:00
alciregi
13ff192165
How to install JDK development tools.
...
Better examples on how to install openjdk.
2020-06-22 16:14:07 +00:00
alciregi
bf8758afdd
Added Installing OpenJDK for development (how to install java-{1.8.0|11|latest}-openjdk-devel)
...
Modified dnf commands to include "sudo" instead of the "#" character in front of each command.
Minor aesthetic change (* instead of . for the lists).
2020-06-22 16:14:07 +00:00
Ankur Sinha (Ankur Sinha Gmail)
d86ec822fe
Add information on using FAS to log in to rhbz
2020-06-08 16:09:47 +01:00