Pages : 1
#1 Le 17/08/2019, à 10:55
- viloque
[Résolu] Arnaque grupocubaza
Bonjour.
Je reçois ce message sur Thunderbird
Je n'ai cliqué nulle part bien-sûr; ce nom lorsque je passe la souris sur le lien proposé.
C'est mon adresse principale, j'ai aussitôt changé le mot de passe, et réalisé ce nettoyage que je pratique de temps en temps.
dpkg -l | awk '/^rc/{next} ; / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3 | column -t"}'
Suppression des noyaux
apt-mark showmanual | grep -E "linux-.*[0-9]" | grep -v "hwe" | xargs sudo apt-mark auto
sudo apt-get autoremove --purge
sudo apt-get clean
echo "Cleaning Up" && sudo apt-get -f install && sudo apt-get -y autoremove && sudo apt-get autoclean && su -c "echo 3 >'/proc/sys/vm/drop_caches' && swapoff -a && swapon -a && printf '\n%s\n' 'Ram-cache and Swap Cleared'" root
[[ $(dpkg -l | grep ^rc) ]] && sudo dpkg -P $(dpkg -l | grep ^rc | tr -s " " | cut -d " " -f 2
rm -rf
Est-ce suffisant ?
Merci.
Dernière modification par viloque (Le 17/08/2019, à 15:27)
Acer Aspire 9412 ZWSMI 2007 32 bits DD160 Go Ram 2 Go Vista
Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
Ubuntu 18.04.2 LTS Mate 1.20.1 32 bits en dual boot Vista
Acer Aspire V3-771G 64 bits Windows 8.1, Mint 20.2 Cinnamon, Debian facile11.1, MX Linux 19, Xubuntu 20.04
Hors ligne
#2 Le 17/08/2019, à 12:02
- bruno
Re : [Résolu] Arnaque grupocubaza
Bonjour,
La surpression du courriel en question était amplement suffisante
#3 Le 17/08/2019, à 12:59
- viloque
Re : [Résolu] Arnaque grupocubaza
Ok merci
Acer Aspire 9412 ZWSMI 2007 32 bits DD160 Go Ram 2 Go Vista
Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
Ubuntu 18.04.2 LTS Mate 1.20.1 32 bits en dual boot Vista
Acer Aspire V3-771G 64 bits Windows 8.1, Mint 20.2 Cinnamon, Debian facile11.1, MX Linux 19, Xubuntu 20.04
Hors ligne
#5 Le 17/08/2019, à 15:26
- viloque
Re : [Résolu] Arnaque grupocubaza
dpkg -l | awk '/^rc/{next} ; / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3 | column -t"}'
Suppression des noyaux
apt-mark showmanual | grep -E "linux-.*[0-9]" | grep -v "hwe" | xargs sudo apt-mark auto
sudo apt-get autoremove --purge
sudo apt-get clean
echo "Cleaning Up" && sudo apt-get -f install && sudo apt-get -y autoremove && sudo apt-get autoclean && su -c "echo 3 >'/proc/sys/vm/drop_caches' && swapoff -a && swapon -a && printf '\n%s\n' 'Ram-cache and Swap Cleared'" root
[[ $(dpkg -l | grep ^rc) ]] && sudo dpkg -P $(dpkg -l | grep ^rc | tr -s " " | cut -d " " -f 2
rm -rf
Merci.
Mais j'avais fait ça car il y avait une ligne qui n'était pas une commande
Acer Aspire 9412 ZWSMI 2007 32 bits DD160 Go Ram 2 Go Vista
Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
Ubuntu 18.04.2 LTS Mate 1.20.1 32 bits en dual boot Vista
Acer Aspire V3-771G 64 bits Windows 8.1, Mint 20.2 Cinnamon, Debian facile11.1, MX Linux 19, Xubuntu 20.04
Hors ligne
Pages : 1