Τετάρτη 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