Skip to main content

What I Am Doing This Summer?

Finally!

My summer holidays have started. I just completed my first year of college. I'm glad its done.

Here is my plan for the Summer:

1. Finish the Official Cert Guide


I am going to finish reading the CCNA Official Cert Guide by Wendell Odom.
This will take me about a month and I would have finished studying for the CCNA by the time the next academic year starts.

LAB EVERYDAY. I will have to practice for the CCNA using labs and practice exams.


2. Python 

  • Finish the Automate The Boring Stuff With Python video course and book.
  • Finish the Python Mega Course:Build 10 Real World Applications video course.
  • Learn important modules and libraries
  • Build a couple small projects and 1 big project(self).
  • Use Git to save and control repositories.

3. TRY and learn the basics of JavaScript


Thanks for reading! 

AZID


Comments

  1. Anonymous13 July

    Hey, I've been reading your blog for a while and I have to say, this is very inspiring. I hope you achive what you want. I've been struggling myself, I have a law background in GDPR audit (europe) and ISO but I wan't to pursue my career in cybersecurity. I was always fascinated with technology, but now I'm starting from scratch and certification is a way to go for me. Keep up the good work!

    ReplyDelete
    Replies
    1. Hey, thanks for reading the blog! We can help each other! Is there any way I can message you?

      Delete

Post a Comment

Most Viewed Content:

CEH v10 Write-up | Certified Ethical Hacker | 2020

On July 10th I passed the CEH with 105/125 questions right and this is the write up to the exam and certification. I got really interested in the CEH because it was a well known certification and the syllabus really interested me. I also had a ton of recommendations online and from people in this industry saying that the CEH was a really good beginner level security certification. Details about the exam and course: I bought the course from the EC-Council website. There are certain requirements if you want to take this certification. You should either have 2 years experience or buy their online iClass to attempt the exam. As I did not have the required experience I bought the online course. The EC-Council website and how everything works with them is very confusing and I got very confused at times. But thankfully, the customer support answered all my questions and guided me through the buying process and the registration. The course costs $1100 USD in India but I bought the course durin...

OverTheWire Bandit: Level 0-14

Bandit Levels Levels 0-14 Levels 14-25 Levels 25-33 Please use Ctrl+F to find your desired Level. Level 0 Bandit Level 0 Level Goal The goal of this level is for you to log into the game using SSH. The host to which you need to connect is bandit.labs.overthewire.org, on port 2220. The username is bandit0 and the password is bandit0. Once logged in, go to the Level 1 page to find out how to beat Level 1. Commands you may need to solve this level 2/31 ssh kali@kali:~$ ssh bandit0@172.9.9.176 -p 2220 password: bandit0 Level 0 -> Level 1 Level Goal The password for the next level is stored in a file called readme located in the home directory. Use this password to log into bandit1 using SSH. Whenever you find a password for a level, use SSH (on port 2220) to log into that level and continue the game. Commands you may need to solve this level ls, cd, cat, file, du, find Password for next level: boJ9jbbUNNfktd78OOpsqOltutMc3MY1 Level 1 -> Level 2 Level Goal The password for the next le...

Best Reddit Subreddits for Cybersecurity and Hacking!

Reddit is a very useful website for discussions about everything. For cybersecurity and hacking too, it has useful subreddits, in which, you will learn a lot of things you previously had no knowledge of. So, I have compiled a list of security related subreddits. 1. Active and Most helpful subreddits: /r/netsec /r/AskNetsec /r/netsecstudents These three are pretty much it. They have very active communities and are very helpful. I, personally use  /r/netsecstudents a lot because I'm still in the process of learning and that subreddit(if you look properly) will tell you how to make a career in every security field. 2. Security Certification Subreddits: r/CompTIA (for Security+) r/ccna (for CCNA and CCNA Security, also r/ccnp for CCNP) r/CEH (for CEH) r/cissp (Certified Information Systems Security Professional) r/oscp (Offensive Security Certified Professional) Really helpful if you're doing any of these Certs. 3. Other...