Sunday, January 26, 2020

Fedora 30 Workstation installation screen capture

Just an itch, wanted to see how Fedora 30 Workstation looks like.
For other versions see here.
Startup Screen
Install to Hard Drive
Welcome and Language Selection
Installation Summary
Local Standard Disk and Storage Configuration
Begin Installation
Installation Complete, reboot and eject ISO/DVD
Welcome
Privacy
Online Accounts
About You
Set Password
Ready to Go
Gnome Shell
Desktop
Gnome Shell: 3.32.1

Kernel: 5.0.9-301.fc30.x86_64

No comments:

Hello world assembly on x86 Linux

Hello world assembly on x86 Linux Save code below as hello.asm global _start section .data message: db 'hello, world!', 10 secti...