Skip to content

Studying

Learning
  • As breifly discussed earlier I was looking at towards the aspect of IT and well Cyber security.

    I decided for the first year Iā€™m going to study IT & Psychology just so if I donā€™t like one or the other then I can switch to one main focus in second and third year or just simply study the one year without 100% committing to a degree head on and build on studies as required.

    I think as it gets to October time there is some python coding to do probably fairly basic to some people but Iā€™m certainly going to have to try learn that best I can or the basics anyway.

  • @jac said in Studying:

    I think as it gets to October time there is some python coding to do

    Python is not a difficult programming language, yet extremely powerful. For it to make any sense, youā€™ll need to have a decent IDE (Integrated Editor), or an application designed for writing code.

    Some good examples of this are

    • PyCharm - brilliant - just make sure you get the community edition
    • VSCode (free - itā€™s the ā€œcut down editor onlyā€ version of Visual Studio)
    • Sublime Text - not free, but cheap to buy, and you can use the free version of it
    • ATOM editor - a GitHub provided platform, and itā€™s free
    • Eclipse - an editor written in Java which is completely free, but a b@stard to setup for newbies
    • Notepad++ - free, and powerful, but will only work on Windows (there is a Linux ā€œportā€ but itā€™s not great)

    Iā€™ve missed several out, as these are (mostly) my favourites - the top one being VSCode.

    Finally, have a look here

    https://wiki.python.org/moin/BeginnersGuide

    And this

  • @phenomlab said in Studying:

    @jac said in Studying:

    I think as it gets to October time there is some python coding to do

    Python is not a difficult programming language, yet extremely powerful. For it to make any sense, youā€™ll need to have a decent IDE (Integrated Editor), or an application designed for writing code.

    Some good examples of this are

    • PyCharm - brilliant - just make sure you get the community edition
    • VSCode (free - itā€™s the ā€œcut down editor onlyā€ version of Visual Studio)
    • Sublime Text - not free, but cheap to buy, and you can use the free version of it
    • ATOM editor - a GitHub provided platform, and itā€™s free
    • Eclipse - an editor written in Java which is completely free, but a b@stard to setup for newbies
    • Notepad++ - free, and powerful, but will only work on Windows (there is a Linux ā€œportā€ but itā€™s not great)

    Iā€™ve missed several out, as these are (mostly) my favourites - the top one being VSCode.

    Finally, have a look here

    https://wiki.python.org/moin/BeginnersGuide

    And this

    Many thanks for the suggestions mate and ideas. Iā€™ll bear them in mind in the upcoming weeks and months ahead šŸ˜

  • @jac Iā€™d be interested to know how this pans out and which route you decide to take

  • @JAC I am curious too as to which route you chose. It has been a little more than a couple of years.


Related Topics
  • Network Security Monitoring

    Learning
    7
    3 Votes
    7 Posts
    208 Views

    @phenomlab I will check those out. Thanks for sharing. I appreciate it!

  • Honeypot Data Capture

    Solved Learning
    3
    1 Votes
    3 Posts
    344 Views

    @jbarber1976 just thinking a little more about this in terms of how to structure such a honeypot. The real issue here is that the honeypot itself will only be useful if the source IP is correct - for example, not hidden behind a VPN or reverse proxy.

    In this case, the information youā€™d gain would be useless as it would only direct you to the VPN host, and not the actual perpetrators, which of course, is the primary goal.

    Iā€™d need more information to be able to comment further.