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

hmailserver: Notes from the field

hmailserver is one of free open source mail servers running on Microsoft Windows operating system.

stegseek: Notes

StegCracker has been retired following the release of StegSeek, which will blast through the rockyou.txt wordlist within 1.9 second as opposed to StegCracker which takes ~5 hours.

VMware ESXi host loads ipmi_si_drv too long

Workaround: remove ipmi_si_drv esxcli software vib remove --dry-run --vibname ipmi-ipmi-si-drv esxcli software vib remove --vibname ipmi-ipmi-si-drv ~ # esxcli software vib remove --dry-run --vibname ipmi-ipmi-si-drv Removal Result    Message: Dryrun only, host not changed. The following installers will be applied: [BootBankInstaller]    Reboot Required: true    VIBs Installed:    VIBs Removed: VMware_bootbank_ipmi-ipmi-si-drv_39.1-4vmw.550.0.0.1331820    VIBs Skipped: ~ # ~ # esxcli software vib remove --vibname ipmi-ipmi-si-drv Removal Result    Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.    Reboot Required: true    VIBs Installed:    VIBs Removed: VMware_bootbank_ipmi-ipmi-si-drv_39.1-4vmw.550.0.0.1331820    VIBs Skipped: ~ #