Skip to main content

Fedora Workstation: Notes

Fedora Linux 35

Fedora Workstation is an operating system for laptop and desktop computers, with a complete set of tools for developers and makers of all kinds.

Keep updating

November 2nd, 2021: Worth the wait: Fedora Linux 35 is here!

April 27th, 2021: Fedora Linux 34 is officially here!

October 27th, 2020: Fedora 33 is officially here!

April 28th, 2020: Fedora 32 is officially here!

October 29th, 2019: Fedora 31 is officially here!


sudo dnf upgrade --refresh
sudo dnf install dnf-plugin-system-upgrade
sudo dnf system-upgrade download --releasever=32
sudo dnf system-upgrade reboot

Fedora Workstation 32

Fedora 32
[tuyen@g73jh ~]$ lsb_release -a
LSB Version:    :core-4.1-amd64:core-4.1-noarch
Distributor ID: Fedora
Description:    Fedora release 32 (Thirty Two)
Release:        32
Codename:       ThirtyTwo
[tuyen@g73jh ~]$

Check startup applications

[tuyen@g73jh ~]$ ls -la ~/.config/autostart/
total 16
drwxrwxr-x.  2 tuyen tuyen 4096 Sep 30  2019 .
drwx------. 43 tuyen tuyen 4096 Oct 13 15:07 ..
-rw-r--r--.  1 tuyen tuyen  192 Sep 30  2019 remmina-applet.desktop
-rw-rw-r--.  1 tuyen tuyen  199 Nov  2 08:26 skypeforlinux.desktop
[tuyen@g73jh ~]$ 

Popular posts from this blog

Powershell: Test-NetConnection

PS C:\Users\tuyen> get-help Test-NetConnection NAME     Test-NetConnection SYNTAX     Test-NetConnection [[-ComputerName] <string>] [-TraceRoute] [-Hops <int>] [-InformationLevel {Quiet |     Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] [-CommonTCPPort] {HTTP | RDP | SMB | WINRM}     [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -Port <int> [-InformationLevel {Quiet | Detailed}]     [<CommonParameters>]     Test-NetConnection [[-ComputerName] <string>] -DiagnoseRouting [-ConstrainSourceAddress <string>]     [-ConstrainInterface <uint32>] [-InformationLevel {Quiet | Detailed}]  [<CommonParameters>] ALIASES     TNC REMARKS     Get-Help cannot find the Help files fo...

Powershell: Get-ChildItem

List, search/find files and directories with Get-ChildItem cmdlet.

Viber: Notes