Πέμπτη 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

 

 

Τρίτη 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.