Wednesday, May 17, 2017

installing u torrent on linux command by command in seven steps

1>first download the u torrent from their official site click here

2> once you downloaded it. Go to the downloaded folder.  default is Downloads 
by 
cd Downloads

3> extract the files 
sudo tar -xvzf utserver.tar.gz -C /opt/
 
4> Set Permission
sudo chmod -R 755 /opt/utorrent-server-alpha-v3_3/ 

5> create symbolic link 
sudo ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/bin/utserver
 
(if symbolic link is giving error that the link already exist type this command 
to remove the link 
  sudo rm /usr/bin/utserver
  and again try to create the link 
sudo ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/bin/utserver )
 
6>start u torrent 
utserver -settingspath /opt/utorrent-server-alpha-v3_3/
 
(if you are getting error libssl.o package missing try to download it 
sudo apt-get update 
sudo apt-get install libssl0.9.8:i386  
If libssl0.9.8:i386 isn't working, try libssl0.9.8, 
if that also doesn't work, you probably need libssl1.0.0 (Ubuntu 16.04) .)
 
7> open your browser and type   
localhost:8080/gui
 
it will ask about username which is admin and leave the password field empty  

Tuesday, May 16, 2017

how to hack whatsapp 2017

while hacking whass app is not an easy task after facebook bought the company but still you can do something about it.
Hacking whass app doesn't mean that we are going to get the password from their server but we are going to  access the device


easiest method 
 hacking thorugh mac address .  chat with them and try to analyse the packet that is coming from their computer
the computer has mac address and ip address .
after getting the mac address . change your mac address of your phone by using mac address changer.
 now you will have the exact replica of that whass app

Monday, July 18, 2016

Installing Matlab on ubuntu/linux the easiest way (without commands )



1> Download the matlab from matlab site / if you already have the software place it wherever you want to ...

2>  Suppose you placed it in X folder

3> open Terminal ... go to that location .. let's say the you placed Matlab on desktop  go to desktop by

cd Desktop

now you are in desktop type folder name of matlab let's say it matlab2016b type 
cd matlab2016b

now if you will type ls  it will show all the files inside it there would be install file ...

before going into that 

4> minimize the terminal and open your matlab folder let's say it is matlab2016b . after opening there would be install file . right click on it and then properties and then there would be permission click on permission and click on the checkbox of make program executable . 



5> open the folder bin and then glnxa64 and then there would be a file install_unix . right click on it and then properties and then there would be permission click on permission and click on the checkbox of make program executable .like above 

6>come back to matlab2016b (your folder )  click on it and  then sys then java then jre then glnxa64 then jre then bin then you will find a java file .right click on it and then properties and then there would be permission click on permission and click on the checkbox of make program executable .like above 

7> open the terminal which you have minimised i step 3 type ./install

now follow the instructions matlab screen will open