H4ckTrox
H4ckTrox
  • Home
  • Download
  • Social
  • Features
    • Lifestyle
    • Sports Group
      • Category 1
      • Category 2
      • Category 3
      • Category 4
      • Category 5
    • Sub Menu 3
    • Sub Menu 4
  • Contact Us

What is Linux?

Linux 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 computer via commands typed into a text interface.


Graphical Server:- This is the sub-system that displays the graphics on your monitor.


Desktop Environment:- This is the piece of the puzzle that the users actually interact with. There are many desktop environments to choose from (Unity, GNOME, KDE, XFCE, etc).


Applications:- Desktop environments do not offer the full array of apps. Just like Windows and Mac, Linux offers thousands upon thousands of high-quality software titles that can be easily found and installed. Most modern Linux distributions include App Store-like tools that centralize and simplify application installation. For example: The Ubuntu software center is a Linux app store that carries thousands of free and commerical applications for Linux.




Why use Linux?

Because in the linux have high security, high stability, run on any hardware, free, open source, no need to anti-virus and The freedom to distribute copies of your modified versions to others etc.



What is a “distribution?"

Linux has a number of different versions to suit nearly any type of user. From new users to hard-core users, you’ll find a “flavor” of Linux to match your needs. These versions are called distributions (or, in the short form, “distros.”). Each distribution has a different take on the desktop.



SUSE Enterprise Linux.


Some of the above server distributions are free (such as Ubuntu Server and CentOS) and some have an associated price (such as Red Hat Enterprise Linux and SUSE Enterprise Linux). Those with an associated price also include support.


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



  • apt update
  • apt install [app name]
  • apt show [app name]
  • apt list
  • apt list --installed
Click here for more commands 

   
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
pagga
smascii9
smacii12
smblock
smbraille
smmono9
smmono12
wideterm

Filter:-
metal
gay





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:-)
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 tor*"

Run the Tor Browser using this command


"./start-tor-browser"
If you run as root
 You can run the following commands to comment out this check and run Tor as root:- type this command 
 "nano start-tor-browser"  
 -Comment these lines
#if

[ “`id -u`” -eq 0 ]; then
# complain “The Tor Browser Bundle should not be run as root. Exiting.”
# exit 1
#fi

save the file.

You can create a new user and configure Tor to run as that user even though you're logged in as root.

useradd toruser
chown -R toruser tor-browser_en-US # Replace with your TBB folder
gksu -u toruser tor-browser_en-US/Browser/start-tor-browser

Visit this tor site for more information 

"https://www.torproject.org/docs/debian.html.en"

Done:-)

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:-)
Newer Posts Older Posts Home

ABOUT ME

I could look back at my life and get a good story out of it. It's a picture of somebody trying to figure things out.

SUBSCRIBE & FOLLOW

POPULAR POSTS

  • How to install foxit reader in Kali linux
  • Download cain & abel for Windows Password Recovery Tool
  • How to install Google Chrome on Kali Linux and fix errors 2019
  • Introduction of Hacking and Hackers
  • Change Your Terminal Header
Tasty Treats
Travel Journal

Categories

  • About Linux 1
  • Android 1
  • Tips & Trick 2
  • Tools_installation 7
  • Wi-fi Hacking 1
  • Windows 1

Advertisement

Slider Widget

5/recent/slider

Search This Blog

  • 2018 12
    • February 6
      • History of Linux
      • Termux Linux environment app for Android
      • Change Your Terminal Header
      • How to install Team Viewer on kali linux 2019
      • How to Install and Configure Tor on kali-linux
      • How to install skype on kali linux 2019
    • January 6
  • 2017 1
    • December 1

Advertisement

Popular Posts

How to install foxit reader in Kali linux

How to install foxit reader in Kali linux

How to install Google Chrome on Kali Linux and fix errors 2019

How to install Google Chrome on Kali Linux and fix errors 2019

Introduction of Hacking and Hackers

Introduction of Hacking and Hackers

Contact Form

Name

Email *

Message *

  • Home
  • About us
  • Windows
  • _Cracked Software
  • _Hacking Tools
  • __Cain & Abel
  • Linux
  • _Tools Installation
  • __Google-Chrome
  • __Foxit Reader
  • __VLC
  • __Fluxion
  • __Tor
  • __Team Viewer
  • __Skype
  • _Linux Command
  • Wi-Fi Hacking
  • _Fluxion
  • _Wifislax
  • Contact us

Footer Menu Widget

  • Home
  • About
  • Contact Us

Social Plugin

Oddthemes

Random Products

Copyright © H4ckTrox. Designed by OddThemes