Posts

Showing posts with the label apt-get upgrade

Bypass As Most Any Website's Admin Panel

Image
For this you'll need only one add-on "noRedirect"

How To Install Perl

Image
open terminal and type these commands  # sudo apt-get update  # sudo apt-get install perl # sudo apt-get install libwww-mechanize-shell-perl # sudo apt-get install perl-mechanize how to perform a ddos attack:  

All About Zeronet

Image
Decentralized websites using Bitcoin crypto and the BitTorrent network - https://zeronet.io Why? We believe in open, free, and uncensored network and communication. No single point of failure: Site remains online so long as at least 1 peer is serving it. No hosting costs: Sites are served by visitors. Impossible to shut down: It's nowhere because it's everywhere. Fast and works offline: You can access the site even if Internet is unavailable. Features Real-time updated sites Namecoin .bit domains support Easy to setup: unpack & run Clone websites in one click Password-less BIP32 based authorization: Your account is protected by the same cryptography as your Bitcoin wallet Built-in SQL server with P2P data synchronization: Allows easier site development and faster page load times Anonymity: Full Tor network support with .onion hidden services instead of IPv4 addresses TLS encrypted connections Automatic uPnP port opening Plugin for multiuser (openpr...

How To Solve Error 302 " Permission Denied" In Linux

Image
To solve this error  follow the steps given below 1. open file explorer and navigate  to root/etc/fstab 2. Open this file and temporarily delete noexe 4. save this file and reboot your system and you are done now install any   software u want

How To Update Almost All Repositories In Kali Linux

Image
To edit repositories and update/upgrade/install almost all apps in kali linux follow the steps given below 1. open terminal 2. edit source.list          type: gedit /etc/apt/sources.list    and hit enter                                3. now add these line and save ## Source repositories deb-src http://http.kali.org/kali kali main non-free contrib deb-src http://security.kali.org/kali-security kali/updates main contrib non-free deb http://http.kali.org/kali kali-rolling main contrib non-free # For source package access, uncomment the following line deb-src http://http.kali.org/kali kali-rolling main contrib non-free deb http://http.kali.org/ /kali main contrib non-free deb http://http.kali.org/ /wheezy main contrib non-free  4. now open t...