Posts

Download Avengers: Infinity War in hindi

Avengers: Infinity War Avengers: Infinity War Released Year 2018 Genres: ['Action', 'Adventure', 'Sci-Fi'] Rating: 8.4 Movie: The Avengers and their allies must be willing to sacrifice all in an attempt to defeat the powerful Thanos before his blitz of devastation and ruin puts an end to the universe. Story line: As the Avengers and their allies have continued to protect the world from threats too large for any one hero to handle, a new danger has emerged from the cosmic shadows: Thanos. A despot of intergalactic infamy, his goal is to collect all six Infinity Stones, artifacts of unimaginable power, and use them to inflict his twisted will on all of reality. Everything the Avengers have fought for has led up to this moment, the fate of Earth and existence has never been more uncertain. Download : Here

How to fix onionshare is not working in linux ?

Image
 fix onionshare is not working in linux  Your version of Tor is too old, stealth onion services are not supportedYour version of Tor is too old, stealth onion services are not supported.       To fix this issue. Open your terminal and type :            pip install cepa   And press enter. Now again run onionshare.

how to install Windscribe VPN in Kali Linux

Image
how to install Windscribe VPN in Kali Linux As a popular penetration testing and ethical hacking operating system, Kali Linux requires advanced security measures to keep its user's data safe. One such measure is using a VPN (Virtual Private Network) that encrypts your internet traffic and establishes a secure connection between your device and the internet. Windscribe is an excellent VPN service that offers secure and private internet browsing. In this article, we will discuss how to install the Windscribe VPN on Kali Linux. Step 1: Sign up for Windscribe VPN Before installing Windscribe VPN on your Kali Linux machine, you need to sign up for a Windscribe account. Head over to the Windscribe website, and create a free account by providing your email address and password. Step 2: Download Windscribe for Linux After signing up, you'll be redirected to the downloads page. There, you'll find the download link for the Windscribe Linux client. Click on the link to start downloadi

shadowsocks client for linux

Image
        shadowsocks client for linux   First install shadowsocks-pro from pypi.org. Run command      pip3 install shadowsocks-pro   Now create your config.json file. Here is an example : {     "server":"server-ip",     "server_port":8000,     "local_address": "127.0.0.1",     "local_port":1080,     "password":"your-password",     "timeout":600,     "method":"aes-256-cfb" } Now run command :     sslocal -c config.json This provide a proxy : 127.0.0.1:1080  Set this proxy as socks5 in your firefox browser. Now you can surf internet anonymously .      

How to create Wifi QR code and scan with connected wifi in linux

Image
 How to create Wifi QR code and scan with connected wifi in linux   You need to download wifi-qr . For downloading it go to  Release section in repo. Open your in terminal in download folder. Run this command in terminal         sudo sudo dpkg -i wifi-qr_0.2-1_all.deb If you got any dependency error. Just run           sudo apt install -f this command will fix dependency errors.Now just type 'wifi-qr' in terminal. You will get qr code in terminal for connected wifi.