Σάββατο 26 Απριλίου 2025

Fedora 42 xfce σε turbo X flexbook 360

 

ξαφνιάστηκα ευχάριστα με το πόσο καλά λειτουργεί το

FEDORA 42 XFCE

σ' αυτό το μικρό φορητό με τόσο περιορισμένους πόρους:

cpu intel atom x5-z8300

memory   2GB 

SSD 30 GB

 

η αναβάθμιση από την έκδοση 41 στην 42 συνολικά πήρε 1 ώρα & 40 λεπτά:

8 μόλις λεπτά για το κατέβασμα 1777 πακέτων λογισμικού

και το υπόλοιπο η εγκατάστασή τους 


Τρεις εντολές αρκούν, για τη διαδικασία:

1. sudo dnf upgrade --refresh

2.  sudo dnf  system-upgrade download --releasever=42

3. sudo dnf5 offline reboot

 

Στο μεταχειρισμένο αυτό μηχάνημα είχα δοκιμάσει manjaro, zorin & antiX,

πριν λίγες μέρες άλλαξα σε fedora.

Κάτι άλλο που παρατήρησα ήταν πως με το fedora

σαν να κάνει αισθητά λιγότερη κατανάλωση μπαταρίας.

Θυμάμαι πως με το antiX κράταγε 30-40 λεπτά,

τώρα πολύ περισσότερο από μία ώρα.

Δεν ξέρω αν είναι βελτίωση λόγω του λειτουργικό συστήματος 

ή λόγω του νέου πυρήνα λίνουξ  (σήμερα τον 6.14.3-300).

 

Τετάρτη 19 Μαρτίου 2025

How change keyboard language in LXDE (under trisquel mini 11.0.1 )

1. right click in the bottom horizontal bar 2. add remove panel items 3. mark spacer and choose Keyboard Layout Handler 4. add it 5. a flag appears , right click on it, choose Keyboard Layout Handler settings 6. erase the tick in keep system layouts 7. add the second language you prefer (in my case , I added Greek) then if you press the flag icon at the bottom horizontal bar you choose between English and Greek if you want your own keyboard shortcut to change the language 8. press change Change Layout option, and choose the combination you like useful sites https://trisquel.info/en/forum/how-change-keyboard-language#comment-179066 https://fahadahammed.com/how-to-add-and-switch-keyboard-layout-in-lxde/

Τετάρτη 5 Μαρτίου 2025

Πώς προσθέτουμε γραμματοσειρά [fonts]

Install font manager, sudo apt install font-manager , Launch it, click the “+” icon in the top left corner, select to install the .zip file you downloaded for the font, that's all, folks! try your new fonts using abiword or libreoffice writer! with a little help from https://www.antixforum.com/forums/topic/how-add-a-new-font-derveni-papyrus/#post-171759

Κυριακή 1 Δεκεμβρίου 2024

Πέμπτη 28 Νοεμβρίου 2024

To find the memory eater run

 

terminal cmmand:

ps -e -orss=,args= | sort -b -k1,1n | pr -TW$COLUMNS

how install seamonkey in linux mint

 You can use the Ubuntuzilla repository https://sourceforge.net/p/ubuntuzilla/, which repackages the Mozilla builds as .deb files and puts them in a repository so it's easy to install and upgrade.


To add their repository to your system and install SeaMonkey from it, run these 5 commands in a terminal:

sudo gpg --list-keys sudo gpg --no-default-keyring --keyring /usr/share/keyrings/ubuntuzilla.gpg --keyserver keyserver.ubuntu.com --recv-keys 2667CA5C echo 'deb [signed-by=/usr/share/keyrings/ubuntuzilla.gpg] https://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main' | sudo tee /etc/apt/sources.list.d/ubuntuzilla.list apt update apt install seamonkey-mozilla-build


info from

Παρασκευή 22 Νοεμβρίου 2024

installing midori 11.4.2_amd64.deb under crunchbang++

 

 

download the .deb file from

https://astian.org/midori-browser/linux/

and choose Debian64bit

 

in the terminal:

 

    cd downloads  

ή

cd Downloads

(σε μερικούς υπολογιστές είναι μικρό & σε άλλους κεφαλαίο το γράμμα d/D)


sudo apt-get install build-essential cmake libsoup2.4-dev webkit2gtk-4.0-dev  

sudo dpkg -i midori_11.4.2_amd64.deb 

sudo apt-get install -f