12.2.19

installation popcorntime sur linux mint

*************************************************************************
mkdir /opt/popcorn-time
wget https://get.popcorntime.sh/build/Popcorn-Time-0.3.10-Linux-64.tar.xz
tar -xf Popcorn-Time-0.3.10-Linux-64.tar.xz -C /opt/popcorn-time/
*************************************************************************
sudo ln -sf /opt/popcorn-time/Popcorn-Time /usr/bin/popcorn-time
*************************************************************************
sudo vi /usr/share/applications/popcorntime.desktop
[Desktop Entry]
Version = 1.0
Type = Application
Terminal = false
Name = Popcorn Time
Exec = /usr/bin/popcorn-time
Icon = /opt/popcorn-time/src/app/images/popcorntime.png
Categories = Application;
*************************************************************************
sudo apt-get update
sudo apt-get install libgconf-2-4

11.2.19

meilleures applications sécurisées pour Android

NordVPN : https://play.google.com/store/apps/details?id=com.nordvpn.android&hl=fr
Signal Private Messenger : https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms
DuckDuckGo Browser : https://play.google.com/store/apps/details?id=com.duckduckgo.mobile.android
ProtonMail : https://play.google.com/store/apps/details?id=ch.protonmail.android
LastPass Password Manager : https://play.google.com/store/apps/details?id=com.lastpass.lpandroid
Find My Device : https://play.google.com/store/apps/details?id=com.google.android.apps.adm
Telegram : https://play.google.com/store/apps/details?id=org.telegram.messenger

1.2.19

supprimer virtualbox de linux lite (slow boot)

sudo apt purge virtualbox*
sudo systemctl stop vboxadd.service
sudo systemctl stop vboxadd-service.service
sudo systemctl disable vboxadd.service
sudo systemctl disable vboxadd-service.service