👩💻 Join our community of thousands of amazing developers!
(openwpm) root@ubuntu:/home/majd/openwpm/OpenWPM# history 1 yum -y install conda 2 apt install yum 3 yum -y install conda 4 clear 5 python --version 6 python3 --version 7 pwd 8 ls 9 mkdir conda 10 mv Miniconda2-latest-Linux-x86_64.sh conda/ 11 cd conda/ 12 ls 13 chmod 777 Miniconda2-latest-Linux-x86_64.sh 14 ls 15 bash Miniconda2-latest-Linux-x86_64.sh 16 ls 17 cd .. 18 ls 19 mkdir openwpm 20 cd openwpm/ 21 ls 22 git clone https://github.com/mozilla/OpenWPM 23 apt...