Σάββατο 25 Ιουλίου 2026

Κυριακή 28 Ιουνίου 2026

Fedora 44 kde installation app crashes

 

 https://discussion.fedoraproject.org/t/installer-crashes-in-storage-editor-in-all-live-environments-except-workstation/192590
 
 In Fedora 44 Live images (all of them except Workstation, i.e. KDE, XFCE, LXDE, etc), the installer crashes when you enter the Storage Editor (available from the three-dots menu in top right) and interact with any drop-down lists.
 
 

Cause

A bug in QtWebView causes the crash.

 


Workarounds

Don’t start the installer (or quit it if you started it already). Start terminal (Konsole in KDE) and edit a config file:

sudo nano /etc/anaconda/profile.d/fedora.conf

Find this part:

# The default browser for the Web UI.
webui_web_engine = slitherer

and change it to:

# The default browser for the Web UI.
webui_web_engine = firefox

Close the editor (Ctrl+X → Y → Enter), and run the installer, either from a desktop launcher, or from a terminal:

liveinst

The installer should no longer crash when using drop-down lists.

 

 

 

 
 
 
 

 

 

Τρίτη 5 Μαΐου 2026

How delete older kernels

 

εντολή για να βρεις με ποιον πυρήνα λειτουργεί το σύστημά σου: 

uname -r


εντολή για να βρεις ποιους πυρήνες έχει αποθηκευμένους:

apt list --installed | grep linux-image | cut -d/ -f1 

 

εντολή για διαγραφή παλιού πυρήνα λίνουξ: 

 $ sudo apt purge linux-image-6.1.105-antix.1-amd64-smp linux-headers-6.1.105-antix.1-amd64-smp

 

μετά τη διαγραφή, ένα καθαρισματάκι:

 sudo apt autoremove

 

 

webliography

https://www.antixforum.com/forums/topic/how-delete-older-kernels/#post-203570  

 

 

 

 

 

 

 

Τετάρτη 29 Απριλίου 2026

αναβάθμιση σε Fedora 44 KDE

εντολές στο τερματικό:

 

sudo dnf upgrade --refresh

sudo dnf system-upgrade download --releasever=44 --allowerasing

sudo dnf5 offline reboot

 

και μία για περιποίηση του συστήματος

sudo dnf clean all

 

κατέβασμα 2922 πακέτων λογισμικού και εγκατάσταση 

του λειτουργικού συστήματος

σε περίπου 45 λεπτά 



 

Κυριακή 19 Απριλίου 2026

GhostBSD 26.1 does not connect to the internet automatically [solved]

PROBLEM: 

 after upgrade to version  26.1-R15.0p2 

(a major release moving GhostBSD to FreeBSD 15.0-RELEASE

the system didn't connect to the internet auitomatically via wifi

 

SOLUTION: 

1. connect via an Ethernet cable, 

2. run the command   sudo pkg install GhostBSD-firmware-iwm
3. reboot 

 


 

https://forums.ghostbsd.org/d/841-giostbsd-261-does-not-connect-to-the-internet-automatically