Ana içeriğe atla

How to Start Learning Computer Programming


  1. Just Believe Yourself
  2. Choose a programming language.
  3. Consider C, C++, C# and related languages. 
  4. Consider Java or JavaScript. 
  5. Try Python. 
  6. Consider PHP
  7. Don't limit yourself to these languages!
Easiest way to learn programming language is believing yourself. Never is impossible. Just try again and again, you cannot never lose anything. 
I think  Python is very good to begin because code blocks very simple. Do not afraid " How can I ...". You can make it. 

Wait for codes I made it...

Bu blogdaki popüler yayınlar

Denial-of-Service (DoS) Tools & Techniques

Denial-of-Service (DoS) Tools & Techniques Welcome back, my fledgling hackers! Over the years, we have examined multiple ways to own, exploit, or compromise a system. On the other hand, we have not spent a lot of time on denial-of-service (DoS) attacks. For those of you who are new here, a denial of service is basically a simple attack that keeps the target system from operating as it should. In its simplest form, it uses up all of the system resources so that others can't connect. More sophisticated attacks will cause the system to crash or create a infinite loop that uses all of the system's CPU cycles. In general, a DoS attack is the easiest and least sophisticated type of attack. Some have gone so far as to say that an eight-year-old could participate in a DoS attack, and there is some truth to that statement since some tools make it as easy as putting in an IP address and hitting "Start." In recent years, DoS and DDoS attacks (the latter of whic...

Get Anyone's Wi-Fi Password Without Cracking Using Wifiphisher

Do you need to get a Wi-Fi password but don't have the time to   crack it ? In previous tutorials, I have shown how to crack   WEP ,   WPA2 , and   WPS , but some people have complained that cracking WPA2 takes too long and that not all access points have WPS enabled (even though quite a few do). To help out in these situations, I present to you an almost surefire way to get a Wi-Fi password without cracking— Wifiphisher . Steps in the Wifiphisher Strategy The idea here is to create an  evil twin AP , then de-authenticate or DoS the user from their real AP. When they re-authenticate to your fake AP with the same SSID, they will see a legitimate-looking webpage that requests their password because of a "firmware upgrade." When they provide their password, you capture it and then allow them to use the evil twin as their AP, so they don't suspect a thing. Brilliant! To sum up, Wifiphisher takes the following steps: De-authenticate the user from their legi...

How to Install Kali Linux as a Virtual Machine

We're nearly done getting our Mac set up for hacking. If you haven't checked out previous tutorials, I'd recommend you do so first before diving right into this one. While macOS is a powerful POSIX-compliant operating system, some of our Linux tools do not work out of the box on it. In some cases, they can be made to run with a little bit of elbow grease. In other cases, there's a  lot  of work involved. And then there are those tools that simply won't work at all in macOS. For example, anything involving the proc filesystem, or many of the common hacking tools for wireless networks. With a bit of know-how, you maybe able to port a tool that you want, but that's a long process and more of a side project. When we need tools, we need to be able to run them right away. Previously: How to Install RVM to Maintain Ruby Environments in macOS Since you will generally be working with a deadline and can't stop your current project, I recommend a Kali ...