Monthly Archive: November 2019

Ransomware: How to decrypt your data which is encrypted by ransomware attack.

Ransomware is a type of malware that locks and encrypt your computer data and drop a demand file in text or html format with contact details and id and bitcoin id for paying. When this happens, you can’t get to… (READ MORE)

How to Enable SSH on Ubuntu OS

Open your terminal either by using the Ctrl+Alt+T keyboard shortcut or by search the terminal  and install the openssh-server package by typing: $sudo apt update $sudo apt install openssh-server When the installation is completed, to check and start ssh service and running $Sudo service… (READ MORE)