Skip to main content

Posts

kodi: how to install fusion repo on kali linux (PART - 2)

kali linux : first install kodi than follow these steps  steps to install kodi in kali linux given here :- how to install kodi in kali linux    How to Install Fusion Kodi (Jarvis & Krypton) Here is a guide for installing Fusion for Kodi. With Fusion installed you will have access to a wide range of repos from which you can install all the add-ons you need. To Install Fusion on Kodi: Open Kodi Select SYSTEM > File Manager Select Add Source Select None Type the following EXACTLY http://fusion.tvaddons.ag and select Done Highlight the box underneath Enter a name for this media Source & type fusion Select OK Basically that is all you need to do to get Fusion on your device. To use Fusion and install repos from it you need to do the following: Go back to your Home Screen Select SYSTEM Select Add-Ons Select Install from zip file Select fusion Select kodi-repos Select english/international/adult From here you can now c...

KODI - how to install kodi in kali linux / debian (PART-1)

What's Kodi? Kodi is a free, open-source media player. Kodi started off on the Xbox, where it was known as Xbox Media Center (or XBMC), but that feels a long time ago: the software is now available on a huge range of platforms and in more than 65 languages, and incorporates the work of hundreds of programmers. And it's now known as Kodi, of course - the name change happened in 2014. What does Kodi do? It plays digital media. TV (live and recorded), films, other video, music, podcasts, photos, slideshows. That sort of thing.( you can watch free latest  movie , tv , game etc etc..yaa kodi is everything lol.... Sounds fairly standard. Well, yes, but Kodi is designed to act as a media centre - the original idea was to install it on a PC that's connected to a big-screen TV - and has specific features for that role. Such as a '10-foot user interface', designed to be legible on a TV when sitting on a sofa, and compatibility with remote control hardware ...

steps to increase cracking speed in kali linux / debian / ubuntu /linux

 steps to increase cracking speed   if you have nvida graphic card than install driver to high speed your cracking  steps given here :- https://devilzlinux.blogspot.com/2017/03/prerequisites-first-youll-need-to.html Attack modes (speed increased in these attack) Brute-Force attack Combinator attack Dictionary attack Hybrid attack Mask attack Rule-based attack Toggle-Case attack   hashcat -b root@kali:~# hashcat -b OpenCL Platform #1: NVIDIA Corporation ====================================== * Device #1: Geforce GTX 970, 1009/4095 MB allocatable, 13MCU Hashtype: MD5 Speed.Dev.# 1 .....: 10443.1 MH / s Hashtype: SHA1 Speed.Dev.# 1 .....: 3349.8 MH / s Hashtype: SHA256 Speed.Dev.# 1 .....: 1321.8 MH / s There are a multitude of configurations to improve cracking speed, not  mentioned in this guide. However, we encourage you to take a look  at the hashcat documentation for you...

how to Install NVIDIA Drivers on Kali Linux (gtx. gt, nvida etc)

 how to Install gtx NVIDIA Drivers on Kali Linux   Prerequisites First, you’ll need to ensure that your system is fully upgraded and that your card supports CUDA . Note: GPUs with a CUDA compute capability > 5.0 are recommended, but GPUs with less will still work. apt update && apt dist-upgrade -y && reboot note - don't skip this command and please reboot . if u didnt reboot than your pc will stuck and there is no fix after that   Let’s determine the exact GPU installed, and check the kernel modules it’s using. root@kali:~# lspci -v 01: 00.0 VGA compatible controller: NVIDIA Corporation GM204 [ GeForce GTX 970 ] ( rev a1 ) ( prog-if 00 [ VGA controller ] )     Subsystem: ZOTAC International ( MCO ) Ltd. GM204 [ GeForce GTX 970 ]     Region 1 : Memory at e0000000 ( 64 -bit, prefetchable ) [ size =256M ]     Capabilities: [ 60 ] Power Management version 3     Capabiliti...

TorGhost - How to become anonymous online By Change IP on Kali Linux 2016.2 (Anonymouse Browsing) ✔

TorGhost - How to become anonymous online By Change IP on Kali Linux 2016.2 (Anonymouse Browsing) ✔ TorGhost – channel all traffic through tor network in kali linux       Tor is one of the best freely available network to protect your identity. Its considered safe because of its highly cryptographic data transfer methods.you can switch between exit nodes every 10 seconds manually with this script  TorGhost  for your ease. Two main features of TorGhost 1. Routes all traffic TorGhost can route all the network traffic through tor network i.e. every single application that tries to connect internet will go through tor network. No single ping will be leaked out, thus protecting your identity. Normally most of us use proxychain or similar application to route the traffic for a specific app. The problem is some application tends ignore proxy for much faster connection which can leak out sensitive information thus r...

how to install tor in kali linux 2016.2

TOR stands for The Onion Router.it allows us to surf internet anonymously.it protects your privacy on internet.  watch video for steps to install tor in linux   Tor Browser protects your privacy on internet by moving your traffic across different Tor servers . Disclaimer – Our tutorials are designed to aid aspiring pen testers/security enthusiasts in learning new skills, we only recommend that you test this tutorial on a system that belongs to YOU. We do not accept responsibility for anyone who thinks it’s a good idea to try to use this to attempt to hack systems that do not belong to you Why We need TOr Browser The Tor software protects you by bouncing your communications around a distributed network of relays run by volunteers all around the world. It prevents somebody watching your Internet connection from learning what sites you visit. it prevents the sites you visit from learning your physical location, and it lets you access sites which are block...

How To Install Python 3 and Set Up a Local Programming Environment on Ubuntu

How To Install Python 3 and Set Up a Local Programming Environment on Ubuntu Introduction This tutorial will get you up and running with a local Python 3 programming environment in Ubuntu 16.04. Python is a versatile programming language that can be used for many different programming projects. First published in 1991 with a name inspired by the British comedy group Monty Python, the development team wanted to make Python a language that was fun to use. Easy to set up, and written in a relatively straightforward style with immediate feedback on errors, Python is a great choice for beginners and experienced developers alike. Python 3 is the most current version of the language and is considered to be the future of Python. This tutorial will guide you through installing Python 3 on your local Linux machine and setting up a programming environment via the command line. This tutorial will explicitly cover the installation procedures for Ubuntu 16.04, but the general...

How To Install Python 3 and Set Up a Local Programming Environment on macOS

How To Install Python 3 and Set Up a Local Programming Environment on macOS Introduction Python is a versatile programming language that can be used for many different programming projects. First published in 1991 with a name inspired by the British comedy group Monty Python, the development team wanted to make Python a language that was fun to use. Easy to set up, and written in a relatively straightforward style with immediate feedback on errors, Python is a great choice for beginners and experienced developers alike. Python 3 is the most current version of the language and is considered to be the future of Python. This tutorial will guide you through installing Python 3 on your local macOS machine and setting up a programming environment via the command line. Prerequisites You will need a macOS computer with administrative access that is connected to the internet. Step 1 — Opening Terminal We’ll be completing most of our installation and set up on the comman...

How To Install Python 3 and Set Up a Local Programming Environment on CentOS 7

How To Install Python 3 and Set Up a Local Programming Environment on CentOS 7 Introduction Python is a versatile programming language that can be used for many different programming projects. First published in 1991 with a name inspired by the British comedy group Monty Python, the development team wanted to make Python a language that was fun to use. Easy to set up, and written in a relatively straightforward style with immediate feedback on errors, Python is a great choice for beginners and experienced developers alike. Python 3 is the most current version of the language and is considered to be the future of Python. This tutorial will guide you through installing Python 3 on your local CentOS 7 machine and setting up a programming environment via the command line. Prerequisites You will need a CentOS 7 computer with a non-root superuser account that is connected to the internet. Step 1 — Preparing the System We will be completing this installation throu...

How to Install Python on Windows 7

How to Install Python on Windows 7 How to Install Python on Windows If you are looking for a simple application to learn programming or if you are an experienced software author, you can benefit from using the highly versatile and functional programming tool called Python. About Python Python was originally conceived and developed by a Dutchman named Guido van Rossum in the early 90’s. Though he is widely credited with the creation of Python, he had a lot of help from other contributors. Over the years, Guido and his team continued to improve the software until May of 2000 when they officially made the transition to BeOpen.com and made the software much more readily available to the world. It was no more than a year later, in 2001, when the PSF (Python Software Foundation) was created. This non-profit organization was developed with a simple dream and sponsored by the Zope Corporation (then Digital Creations). That dream was and remains to this day, to: “...