Xρήστης ελεύθερου λογισμικού
Τετάρτη 5 Μαρτίου 2025
Πώς προσθέτουμε γραμματοσειρά [fonts]
Κυριακή 1 Δεκεμβρίου 2024
how install new kernel under antiX
terminal command:
sudo apt install linux-image-6.6.62-antix.1-amd64-smp linux-headers-6.6.62-antix.1-amd64-smp
and then reboot
Πέμπτη 28 Νοεμβρίου 2024
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:
Παρασκευή 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
Τετάρτη 20 Νοεμβρίου 2024
how fix an old usb and turn it into a bootable OS
1. fix the usb with gparted
[some info
https://www.perplexity.ai/search/how-format-a-usb-using-gparted-vGpoqcGRQmOeDy7q3_64AA ]
2. make the bootable usb with impression
[under linux mint 22 "wilma"]
Τρίτη 19 Νοεμβρίου 2024
how to create a live DVD to install your favorite distro in an old computer (where usb pens don't work)
I used Xfburn, a lightweight burning software designed for Xfce
which also works well across different environments.
Voila, after about 15 minutes (on a 17-year-old laptop)
the ISO image was burned
and the live DVD was ready to use!
The funny thing is that installing antiX 23.2 64-bit full
on another antediluvian laptop with the live DVD
didn't take more time than a live usb pen.