camscape - for excellent IT solutions itkb.ro - IT knowledge base

knowledge base linux mint

Linux Mint https://linuxmint.com/ este o distributie Linux gandita pentru utilizarea pe laptop si desktop.

 

Este simplu de utilizat, rapida iar in varianta Cinnamon extrem de bine realizata grafic. Vine cu un repository plin de orice software necesar pentru lucrul de zi cu zi.

 

Display night color management

The same functionality as f.lux on Windows, there can be used redshift on Linux Mint.   There is no configuration needed, just install it, run redshift and then click on the icon in the taskbar and set Autorun .   [...] »detalii Display night color management

Linux Mint Whatsapp install

First step: enable snapd   sudo rm /etc/apt/preferences.d/nosnap.pref sudo apt update     Now, install snapd   sudo apt update sudo apt install snapd     And install Whatsapp client (Enes Hecan)   sudo snap install whatsapp-for-linux    

Linux Mint Brave install

Install dependencies:   sudo apt install apt-transport-https curl gnupg   As root, add Brave as a trusted package:   curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/brave-browser-release.gpg add -   Add Brave repository to the sources list:   echo "deb [...] »detalii Linux Mint Brave install

Linux Mint Zoom install

First step: enable snapd   sudo rm /etc/apt/preferences.d/nosnap.pref sudo apt update     Now, install snapd   sudo apt update sudo apt install snapd     And install Zoom client   sudo snap install zoom-client