Skip to main content

Posts

Showing posts from August, 2020

System Software | Device Drivers | Part - 2

Device Driver is a software & this is a type of system software. Driver are need for all the hardware installed in the computer because these drivers help to connect the hardware to the operating system, Without drivers the operating system will not give any commands. "The Driver acts like a bridge between the O/S & Hardware" Which Devices need Drivers : All hardware devices that are unknown to the operating system or Components that the operating system does not understand, drivers are need for them. Some device drivers come with hardware which is available in the CD & Some hardware requires drivers to be downloaded from the internet.  List of hardware device that require drivers : Card Reader Modem Motherboard Chipset Printer Web Cam Wi-fi Adapter Scanner Controller USB Devices Video Card Sound Card Which Devices not need Drivers : Nowadays, many drivers come in the operating system, due to which some hardware does not require drivers tha...

what is html-full introduction?

H tml stand for hyper text markup language! which is the most widely used language on the Web HTML created by Berners-Lee in the 1991 ,html standard version publish in the 1995 and major version of HTML 4.01 publish in 1999 and today we use the HTML 5 which released in 2014 .  Html is the backbone of the web pages.  It provide the structure it is the setup the codes and tags which are most easily interpreted by the web browsers and main important thing it is not programming language. H - hyper mean a link,which taken form the one web page to another web page. T - text something you write. M - Markup How you lay down the text which mean how to design the web-page by the own creativity. L - Language because they needed something to complete the word.  Html consists of a series of elements.Html elements tell the browsers how to display the content. A simple HTML Document Structure! <!DOCTYPE html> <html> <head> </head> <body> </body...

$(Dollar Sign-Normal User) And #(Hash-Super User ) what is difference in Root and Normal user in Kali Linux?

  Hello guys i am Dr Hack Virus !  T oday's topic is What the difference between D ollar Sign ( Normal-User ) and H ash Sign ( System-Administrator/Super-User/Root-User ). This is very important part in ethical hacking and also for Kali Linux Learning user,because if you don't understand the difference in root user and normal user you can't understand the Kali Linux System. In this topic we cover the many important things so let's start.  In Kali Linux Terminal we see the sometimes the Dollar Sign   - $  And Sometimes the Hash Sign - # but those are different to each other,How they are different let Understand. Linux Operating System Terminal Different Operating System have different terminal like- [me@Linux  ~ ]$ root@Kali:~#  john@lab-Kali:~$ guest@Linux:~> Fedora/Cent-OS/Redhat - [guest@Linux ~]$ Debain/Ubuntu - guest@Kali:~$/guest@Ubuntu:~$ SUSE Linux - guest@Lin...

What Is Shell/Terminal/Command-Line in Kali Linux?

Hello Guys i am your friend Dr-Hack-Virus and i am starting  a new series on Kali Linux operating system in this series i would tech you all of thing and give you brief information about the Kali Linux O/S. Kali Linux - Kali Linux is O/S is Debian-Derived Linux distribution that is maintained by Offensive Security.    Some O/S are designed for the some specific purpose like Window is GUI based O/S it is designed as a friendly user and Kali Linux Designed for the Network Security testing,Penetration Testing and this time many user use the Kali Linux for Ethical Hacking .Kali Linux is the best O/S for the Ethical Hacking. This is small introduction about the Kali Linux We come to our main Topic is    WHAT IS SHELL Shell is Computer Program that Interface between User and UNIX like O/S computer program.In the shell we write the Script/Program/C...