Posts

History of Linux

Image
What is Linux? L inux is an operating system. An operating system is software that manages all of the hardware resources associated with your desktop or laptop. To put it simply – the operating system manages the communication between your software and your hardware. Who owns Linux? Linux was created in 1991 by " Linus Torvalds " The OS is comprised of a number of pieces:  The Boot-loader:- The software that manages the boot process of your computer. The kernel :- This is the one piece of the whole that is actually called “Linux”. The kernel is the core of the system and manages the CPU, memory, and peripheral devices. The kernel is the “lowest” level of the OS. Daemons:- These are background services (printing, sound, scheduling, etc) that either start up during boot, or after you log into the desktop.  The Shell:- You’ve probably heard mention of the Linux command line. This is the shell – a command process that allows you to control the compute...

Termux Linux environment app for Android

Image
Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. Termux is a powerful terminal emulation software, which is similar to the popular Terminal Emulator  app, but it also includes an extensive Linux Package Collection . Termux’s package management system is much like Debians Advanced Package Tool (APT) in that you can search, install, and uninstall with the command apt . Termux installs just a few basic packages out of the box, to reduce APK size on the Play Store, but allows you to install any extra packages that you desire. While there are several alternatives to Termux on the Google Play Store, none of them offer nearly as many packages as Termux. If you want to read more about Termux then click here . you can Download from play store using this link https://play.google.com/store/apps/details?id=com.termux Termux is only available on Android 5.0 or later indeed. Top Termux command a...

Change Your Terminal Header

Image
Hey friends  Today I will show you how to install Toilet on kali linux. Toilet Prints text using large characters made of smaller characters. It is similar in many ways with additional feature such as Unicode handling, color fonts, filters and various export formats. Open terminal and type:- " apt-get install toilet " after you installed toilet type on terminal " gedit /root/.bashrc " and press enter, now when the text editor will open go to the end and there will be written at the last line fi now press enter and go to a new line and type " toilet -f mono12 -F gay H4cktrox " save and exit. Close all your terminal and open. I am going to show you advance toilet feature where you can change your font, filter etc. Ex-     toilet -f ascii9 -F gay H4cktrox Here, I am giving you font list as well filter list Font:- ascii9 ascii12 bigascii9 bigascii12 bigmono9 bigmono12 circle emboss emboss2 future letter mono9 mono12 p...

How to install Team Viewer on kali linux 2019

Image
Hey Friends Today i will show you how to install Team Viewer on kali linux 2019. Download Team Viewer_13.0.9865_amd64.deb From this link  click here for download  after download. Open terminal and type:- "cd Downloads" "dpkg -i teamviewer_13.0.9865_amd64.deb" "apt -f install"  "teamviewer" Done:-)

How to Install and Configure Tor on kali-linux

Image
Tor is an open source implementation of the third generation onion routing that provides free access to an anonymous proxy network. follow steps:1 "apt update && apt -y upgrade" "apt -y install tor" "service tor start" "service tor status" follow steps:2 Once Tor installed, edit the proxychains.conf file using command "leafpad /etc/proxychains.conf" now disable the use of (strict_chains) and enable (dynamic_chains), which ensures that the connection will be routed, as shown in the following screenshot:- Next, edit the [proxyList] section to ensure that the socks5 proxy is present, as shown in the following screenshot:-  (socks5 127.0.0.1 9050) after this save file and close your all browsers, now type in terminal:-  "proxychains firefox www.whatismyipaddress.com" then check your terminal Now download Tor-bundle click here for downloading and extract the package by typing "tar -xvf to...

How to install skype on kali linux 2019

Image
Hey Friends Today i will show you how to install skype on kali linux 2019. Download skype using this link Click here for download and select "Get Skype for Linux deb package " . after downloading open your terminal and type "cd Download/" "dpkg -i skypeforlinux-64.deb " and hit enter, If any  error then enter this command. "apt -f install" Done:-)

How to fix Bluetooth on kali linux

Image
Hey Friends Today i will show you how to fix Bluetooth on kali linux. step:-1 "gedit /etc/bluetooth/main.conf" ----> and add in last line           "DisablePlugins=pnat" Step:-2 "touch /etc/bluetooth/link_key" "chmod 644 /etc/bluetooth/link_key" "/etc/init.d/bluetooth restart"

Download cain & abel for Windows Password Recovery Tool

Image
Dear Friend's Cain & Abel is a password recovery tool for Microsoft Operating Systems. It can recover many kinds of passwords using methods such as network packet sniffing, cracking various password hashes by using methods such as dictionary attacks, brute force and crypt-analysis attacks.  click here for download

Fluxion : Cracking Wifi Without Bruteforce or Wordlist with new attack in Kali linux 2019

Image
Hey Friends Today i am going to show you how to install fluxion with new attack in kali linux 2019. Open terminal and type "apt-get install isc-dhcp-server lighttpd macchanger php-cgi hostapd" "git clone https://github.com/wi-fi-analyzer/fluxion.git" "unzip fluxion-unstable.zip" "cd fluxion" "./fluxion"