Posts

Showing posts from July, 2020

TOP 5 LIVE CYBER ATTACK MAPS FOR VISUALIZING DIGITAL THREAT 🔴

Image
TOP 5 LIVE CYBER ATTACK MAPS FOR VISUALIZING DIGITAL THREAT  Recently, Broimum has conducted a  study  that shows how digital crime revenue has grown to 1.5 trillion dollars annually in illicit profits.  GitHub ,  EA  , and many other popular websites now face larger, hi-tech attacks every day, all while falling victim to the growing trend of cybercrime. Frantic internet users are asking questions like, Who is behind the attacks? Where are these attacks coming from? What’s the top attacker host? These questions can be answered by exploring the logs, then performing lookups for all available information. How does a DDoS attack work? A DDoS attack requires the attacker to gain control of a network of online machines. Computers are infected with malware, turning them into a bot. Then, the attacker has control over the group of bots, now called a botnet. Once a botnet is established, the attacker will send instructions to each bot from a remote control. Once the IP address is targeted, eac
Image
Python - Quick Guide How to setup python on your computer - Python is free and open source, available for all operating systems from python.org. If not already installed, this article will help you with your python setup. Download and Install Python IPython is a interpreted language which  means that the code is translated (interpreted) to binary code while the programs runs. To run Python code you need to have a Python interpreter. There are different versions of python, either python 2 or python 3. Pyt hon Variables In python , variables are the storage placeholder for texts and numbers. Using the Python interpreter The Python interpreter is usually installed in /usr/local/bin/python on machines where it is available. Python comments When working with any programming language, you include comments in the code to notate your work. This details what certain parts of the code are for, and lets other developers know what you were up to when you wrote the code. Python Docstrings   Python
Image
Software Engineer vs programmer: What's the Difference?                 In short, programmers focus on creating functional code,                 while software engineers design software from an engineering                 perspective with consideration for end - users, clients, and                  business needs. Software engineers are also programmers                   themselves Programmer Computer programmers write code. They type the lines of code that comprise software , operating systems  , and other computer programs. Some people use the terms, 'coding' and 'programming'  interchangeably. Technically , coding is just the act of writing  code- programming often focuses on the entire project, not just pieces of it. The term 'programming' can be a general term or specific description. Generally speaking, all programmers are coders- they write code to create a functional software program. In most cases , coding is a part of a programming job, but a lot m