Gérer les cookies utilisés pour la publicité, tels que la personnalisation des annonces, le remarketing et l’analyse des performances des annonces.
2.11.9. Configure displaying Cyrillic characters in console editors (nano, vim)
To configure the display of Cyrillic characters in console text editors (nano, vim), set the encoding for the bash shell by executing the commands:
echo "export LANG=en_US.UTF-8" >> ~/.bashrc
source ~/.bash_profile