Skip to main content

Posts

How To Install Python 3 and Set Up a Local Programming Environment on Debian 8 / kali linux 2017.2

        Introduction A versatile programming language, Python can be used for many different programming projects. 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 and first published it in 1991. 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 and Debian 8, but the general principles apply to any other distribution of Debian Linux. Prerequisites You will need a computer with Debian 8 or another version of Debian Linux in...

how to install virtualbox on kali linux 2016.2

how to install virtualbox on kali linux 2016.2        SUBS LIKE AND SHARE  

how to install aptitude in kali linux

how to install aptitude in kali linux  PLZ DONT SKIP ANY STEPS SUBS SHARE & LIKIE  BY ROCKSTARDEVIL

steps to install genymotion in kali linux

                                    HOW  to install genymotion in kali linux SUBSCRIBE                                   SHARE                                                           AND                             ...

how to install adobe flash player in kali linux / ubuntu / arch linux (liinux)

watch video for steps to install adobe flash player in kali linux  YOUTUBE :- SUBSCRIBE, LIKE AND SHARE BY ROCKSTARDEVIL

how to install slack in kali linux / Linux Mint / Debian / Ubuntu / openSUSE / Fedora / CentOS

watch video :-  how to install slack in kali linux /  Linux Mint / Debian / Ubuntu / openSUSE / Fedora / CentOS youtube :- subscribe , share and like

how to change specific mac address in linux

how to change specific mac address in linux            

how to check and detail who is connected to my wifi (wireshark)

how to check and detail who is connected to my wifi (wireshark)   subscribe, share and like    how to get wireshark to detect other wireless devices using my network     wireshark find devices on network

How Many Devices Are Connected to Your Home WIFI Network (linux)

How Many Devices Are Connected to Your Home WIFI Network (linux)                       watch video and plz dont forgot to subscribe ....

how to setup webcam in kali linux / ubuntu / mint / debian / parrot / - Cheese Installation

watch video for steps to install cheese webcam what is cheese Cheese uses your webcam to take photos and videos, applies fancy special effects and lets you share the fun with others. It was written as part of Google's 2007 Summer of Code lead by daniel g. siegel and mentored by Raphaël Slinckx. With Cheese it is easy to take photos of you, your friends, pets or whatever you want and share them with others. tag ubuntu tips, learn ubuntu, how to webacm ubuntu, cheese installation, gnu/linux (operating system), webcam (computer peripheral class), ubuntu (software) booth, cam, web, cheese, install, to, how, xlt, complete, regal, linux free, for ubuntu, drivers, webcam video, ubuntu, linux mint, camera, picture, software, webcam, cheese burst, video, picture, effects, simple, friendly, user, easy, alternative, photobooth, cheese, debian, ubuntu, mint, arch, linux, gnome, webcam

Kali linux : how to install vlc player

Kali Linux 2016.2 Tutorials : How to Install Vlc Player  how to install vlc in linux follow this video for steps  dont forgot to subscribe this channel thankyou for visting byrockstardevil steps to install vlc in kali linux  In Kali Linux 2.0 vlc is installed by default. For people who didn't find it just type : apt-get install vlc  and to run vlc as root in kali linux type in terminal : sed -i 's/geteuid/getppid/g' /usr/bin/vlc what is vlc by wiki  (copyright) VLC media player (commonly known as VLC ) is a portable , free and open-source , cross-platform media player and streaming media server written by the VideoLAN project. VLC is available for desktop operating systems and mobile platforms , such as Windows 10 Mobile , Windows Phone , Android , Tizen , iPad , iPhone , and iPod Touch . VLC is also available on App stores such as Apple's App Store , Google Play store and Microsoft Windows Wind...

SN1PER - Most Advance Websites Information Gathering Tools on Kali Linux 2016.2

https://www.youtube.com/watch?v=wvk9KLoZaKI << VIDEO TUT SN1PER – automation of data collection Sn1per – a tool to automate the process of collecting data for the exploration and penetration testing. In their work sn1per involves such well-known tools like: amap, arachni, amap, cisco-torch, dnsenum, enum4linux, golismero, hydra, metasploit-framework, nbtscan, nmap smtp-user-enum, sqlmap, sslscan, theharvester, w3af, wapiti, whatweb, whois, nikto, wpscan. The main functional considered by us utilities, is: Automatic data acquisition at basic intelligence (e.g., whois, ping, DNS, etc.) Automatic search on Google darkow against the target domain Automatic enumeration of open ports Automatic brute force subdomains and DNS information Automatic target run nmap scripts against open ports Automatically scan all web application vulnerabilities in popular Automatic brute force all open services In principle, the program can run on any Linux, it t...

How To Hack Facebook Using Firesheep 2017

Requirements : 1. Firefox Browser 2. Firesheep Firefox Extension Go on reading to know the hacking trick!! 1.Download firesheep Firefox extension.This is a freeware extension for Firefox browser. ( You can download it from Firefox Plugin store, otherwise Google it to download) 2.  Once installed it will open a sidebar window into your Firefox browser.   3.Now it will show all the people who are connected to unsecured wi-fi network.Once they login into your Facebook or twitter account you will get a notification and with a single click you can login into their account. This whole thing work on the technique of cookie hijacking.Once your session cookie is hacked then anybody can login into your account.These cookies can be easily captured on unsecured wi-fi network. How to protect yourself from this: The best way to protect yourself from such a hacking trick is to avoid using your Facebook or twitter accounts on unsecured wi-fi networks as it is a s...

How to check history of command which used in linux terminal

How to check all commands which I used Use this  command. # history history command example Obvious from output, the history command do not output the time stamp with the log of last executed commands. Any solution for this? Yeah! Run the below command. # HISTTIMEFORMAT="%d/%m/%y %T " # history Explanation of commands and switches. history – GNU History Library HISTIMEFORMAT – Environmental Variable   %d – Day %m – Month %y – Year %T – Time Stamp   source – in short send the contents of file to shell .bashrc – is a shell script that BASH runs whenever it is started interactively. history Command Logs Byrockatardevil

how to fix E:The package firefox-mozilla-build needs to be reinstalled, but I can't find an archive for it

E:The package firefox-mozilla-build needs to be reinstalled, but I can't find an archive for it fix watch video for fix this error  root@rockstardevil:~/Downloads# apt-get update Hit:1 http://ftp.yzu.edu.tw/Linux/kali kali-rolling InRelease Traceback (most recent call last):   File "/usr/bin/debtags", line 694, in <module>     main()   File "/usr/bin/debtags", line 688, in main     sys.exit(action.main(args))   File "/usr/bin/debtags", line 632, in main     for pkg, tags in self.tags_from_apt():   File "/usr/bin/debtags", line 256, in tags_from_apt     cache = self.apt_cache   File "/usr/bin/debtags", line 241, in apt_cache     res = self._apt_cache = apt.Cache()   File "/usr/lib/python3/dist-packages/apt/cache.py", line 113, in __init__     self.open(progress)   File "/usr/lib/python3/dist-packages/apt/cache.py", line 165, in open...

how install Firefox For Another Language/latest version without error in linux

                                (WATCH VIDEO TO UNDERSTAND THANKYOU) hello youtuber ............... how install Firefox For Another Language/latest version without error Just Four Commands … 1- Download Any Language You want From /latest version: http://www.mozilla.org/en-US/firefox/all/    (i have allready installed and del older firefox so i going to skip this steps) Then /> 3- apt-get remove older firefox or icewealse  (done ) (follow me 4- firefox-51.0.1.tar.bz2 (file that u download from adove link 5- mv firefox /opt/firefox 6- ln -sf /opt/firefox/firefox /usr/bin/firefox and enjoy latest version..... thankyou for watching subs share and like by rsd 7- Done. by rockstardevil https://youtu.be/vckBqH2gZJU