How To Create a Ping Script in Python || Python Ping Script | Citi Solution
WHAT IS WEB HOSTING?
When Internet users want to view your website, all they need to do is type your website address into their browser. Their computer will then connect to your server and your webpages will be delivered to them through the browser.
Most web hosting companies require that you own your domain name in order to host with them. If you do not have a domain name, the web hosting companies will help you purchase one.
python quick graphic project
Python quick graphic project
Youtube Video
Source Code
How to Clear Terminal History in Kali Linux | clear_history
How to Clear Terminal History in Kali Linux | clear_history
- open
~/.zshrc add the following line
alias clear_history='echo "" > ~/.zsh_history & exec $SHELL -l'Save and close the file
- Close the console or type
zsh
if you to see the result directly, this will open another zsh shell in the old one - Now you can clear the console by typing
clear_history
PPPoE (Point-to-Point Protocol over Ethernet)
PPPoE (Point-to-Point Protocol over Ethernet)
What is Network?
Network
What is Network?
A network consists of two or more computers that are linked in order to share resources (such as printers and CDs), exchange files, or allow electronic communications. The computers on a network may be linked through cables, telephone lines, radio waves, satellites, or infrared light beams.
Two very common types of networks include:
- Local Area Network (LAN)
- Wide Area Network (WAN)
You may also see references to a Metropolitan Area Networks (MAN), a wireless LAN (WLAN), or a wireless WAN (WWAN).
Local Area Network
A Local Area Network (LAN) is a network that is confined to a relatively small area. It is generally limited to a geographic area such as a writing lab, school, or building.
Wide Area Network
Wide Area Networks (WANs) connect networks in larger geographic areas, such as Florida, the United States, or the world. Dedicated transoceanic cabling or satellite uplinks may be used to connect this type of global network.
How to activate Windows?
Copy this text
Watch Full Video To Activate your Windows
HDMI vs DisplayPort vs DVI vs VGA
Difference between HDMI, VGA, DVI, DisplayPort
HDMI
It’s important to note that while you shouldn’t go spending big bucks on HDMI cables since most are the same, different cables have different speed ratings. You’ll need a high speed (category 2) cable for resolutions above 1080i. Fortunately for most people, high-speed cables created for HDMI 1.4 will meet the specifications of HDMI 2.0. Some cables have support for HDMI with Ethernet, but very few devices actually make use of this feature. To recap, there are four kinds of HDMI cables: the high speed with Ethernet, high speed without Ethernet, the standard speed with Ethernet, and standard speed without Ethernet. An expensive high-speed cable will not improve the picture over a $2.50 high-speed cable. This leads us to HDMI. Created by a group of electronics manufacturers, the HDMI standard is a set of guidelines for creating high-bandwidth connections between digital devices. With the right setup, HDMI can make a significant difference in a home-theater system. The current standard can carry 1080p high-definition signals, and it supports eight channels of uncompressed audio, enough for a 7.1 surround-sound system. HDMI can cut down on the number of cables required to connect components, and it can even reduce the number of remote controls needed to watch a movie.
VGA
A Video Graphics Array (VGA) connector is a three-row 15-pin DE-15 connector. The 15-pin VGA connector was provided on many video cards, computer monitors, laptop computers, projectors, and high definition television sets. On laptop computers or other small devices, a mini-VGA port was sometimes used in place of the full-sized VGA connector.Stands for "Video Graphics Array." It is the standard monitor or display interface used in most PCs. Therefore, if a monitor is VGA-compatible, it should work with most new computers. The VGA standard was originally developed by IBM in 1987 and allowed for a display resolution of 640x480 pixels. Since then, many revisions of the standard have been introduced. The most common is Super VGA (SVGA), which allows for resolutions greater than 640x480, such as 800x600 or 1024x768. A standard VGA connection has 15 pins and is shaped like a trapezoid.
A VGA Extender is an electronic device that increases the signal strength from a VGA port, most often from a computer. They are often used in schools, businesses, and homes when multiple monitors are being run off one VGA port, or if the cable between the monitor and the computer will be excessively long (often pictures appear blurry or have minor artifacts if the cable runs too far without a booster). VGA extenders are sometimes called VGA boosters.
Newer video cards often do not have a VGA output. The DVI-I output, which still contains an analog VGA-compatible signal, is often also omitted. Therefore, if the user intends to connect a monitor or projector that features only a VGA input, the user usually will need to facilitate the use of an active converter that receives the digital signal from a DVI-D or HDMI or DisplayPort connector and changes it into analog suitable for VGA. Only older series of video cards and motherboards (for use with an integrated GPU) may still have a VGA or DVI-I connector available.
DVI
DisplayPort
What is Python
What is Python?
Python is a widely-used, interpreted, object-oriented, and high-level programming language with dynamic semantics, used for general-purpose programming.
And while you may know the python as a large snake, the name of the Python programming language comes from an old BBC television comedy sketch series called Monty Python's Flying Circus.
At the height of its success, the Monty Python team were performing their sketches to live audiences across the world, including at the Hollywood Bowl.
Since Monty Python is considered one of the two fundamental nutrients to a programmer (the other being pizza), Python's creator named the language in honor of the TV show.
Who created Python?
One of the amazing features of Python is the fact that it is actually one person's work. Usually, new programming languages are developed and published by large companies employing lots of professionals, and due to copyright rules, it is very hard to name any of the people involved in the project. Python is an exception.
There are not many languages whose authors are known by name. Python was created by Guido van Rossum, born in 1956 in Haarlem, the Netherlands. Of course, Guido van Rossum did not develop and evolve all the Python components himself.
The speed with which Python has spread around the world is a result of the continuous work of thousands (very often anonymous) programmers, testers, users (many of them aren't IT specialists) and enthusiasts, but it must be said that the very first idea (the seed from which Python sprouted) came to one head - Guido's.
What is the difference between a 32-bit and 64-bit CPU?
What is the difference between a 32-bit and 64-bit CPU?

64-bit processor
Differences between a 32-bit and 64-bit CPU
Another big difference between 32-bit processors and 64-bit processors is the maximum amount of memory (RAM) that is supported. 32-bit computers support a maximum of 4 GB (232 bytes) of memory, whereas 64-bit CPUs can address a theoretical maximum of 18 EB (264 bytes). However, the practical limit of 64-bit CPUs (as of 2018) is 8 TB of addressable RAM.
The same, but different
The best example of this difference is right within your file system. If you’re a Windows user, you’ve probably noticed that you have two Program Files folders: One labeled simply Program Files and the other labeled Program Files (x86).Applications all use shared resources on a Windows system (called DLL files), which are structured differently depending on whether it’s used for 64-bit applications or 32-bit applications. If, for instance, a 32-bit application reaches out for a DLL and finds a 64-bit version, it’s just going to stop working. That’s the problem.
32-bit (x86) architecture has been around for a very long time, and there are still a host of applications that utilize 32-bit architecture — though that’s changing on some platforms. Modern 64-bit systems can run 32-bit and 64-bit software because of a very simple and easy solution: Two separate Program Files directories. When 32-bit applications are sequestered to the appropriate x86 folder, Windows knows to serve up the right DLL — the 32-bit version. Everything in the regular Program Files directory, on the other hand, can access the other content.
Types of RAM
Types of RAM
FPM RAM
EDO RAM
SDRAM
DDR RAM
DDR2 RAM
RAMBUS (RIMM) RAM
HDD VS SSD
HDD VS SSD

A hard plate drive - frequently abbreviated to hard drive - and hard circle are not very similar things, however they are bundled as a unit and either term can allude to the entire unit.
| Solid-State Drive (SSD) |
CPU VS GPU
CPU VS GPU
What is a CPU?
What is a GPU?
The GPU is a processor that is made up of many smaller and more specialized cores. By working together, the cores deliver massive performance when a processing task can be divided up and processed across many cores.What is the difference?
CPU
|
GPU
|
|---|---|
Central Processing Unit
|
Graphics Processing Unit
|
Several cores
|
Many cores
|
Low latency
|
High throughput
|
Good for serial processing
|
Good for parallel processing
|
Can do a handful of operations at once
|
Can do thousands of operations at once
|
CPU vs GPU
How To Create a Ping Script in Python || Python Ping Script | Citi Solution
How To Create a Ping Script in Python || Python Ping Script | Citi Solution Youtube Video Source Code import os ipaddr = "google.com...
-
How to Clear Terminal History in Kali Linux | clear_history open ~/.zshrc add the following line alias clear_history='echo ""...
-
Network What is Network? A network consists of two or more computers that are linked in order to share resources (such as printers and CD...
-
PPPoE (Point-to-Point Protocol over Ethernet) PPPoE (Point-to-Point Protocol over Ethernet) is a specification for connecting multiple compu...



























