Search results

  1. S

    DFI Computer Programming thread

    Back in the 90s when I was in school, they started teaching computers in the 3rd grade. The first thing I learnt was LOGO language on a BBC micro computer and later in the 5th grade they started teaching US BASIC programming language.
  2. S

    DFI Computer Programming thread

    For wifi, check and see if you have any driver updated available and also if you have too many wifi access points, try changing the channel of the wifi on your router. For the flow issue check the response by Andrew72 on...
  3. S

    DFI Computer Programming thread

    No kernel is the core of the operating system that manages thinks like memory, CPU and other hardware and on top of the kernel you have the shell which is basically the CLI.
  4. S

    DFI Computer Programming thread

    No, you have UIs for it as well, but on servers no one uses UI, CLI is the way to go.
  5. S

    DFI Computer Programming thread

    What information do you want to get from the computer? for example, if you just want to get the username and password for a facebook account of someone using that computer and you also have access to the computer, you can install a key logger. You can find code for a lot of simple key loggers...
  6. S

    DFI Computer Programming thread

    In order to learn hacking firstly get clear understanding of the basic concepts of computing i.e. Operating systems, networking, web services, etc, then do some reading about different kinds of vulnerabilities and try practice exploiting them manually on platforms which @hawwk mentioned...
  7. S

    DFI Computer Programming thread

    About online IP cameras, have you tried Shodan or Censys?
  8. S

    DFI Computer Programming thread

    What exactly does he wants to do or make? In other words what's the workflow?
  9. S

    DFI Computer Programming thread

    It depends on your preference, I for example use sublime text for standalone scripts and use Visual Studio Code for projects, but a lot of my colleagues do use PyCharm.
  10. S

    DFI Computer Programming thread

    Yes, the os module comes built in by default
  11. S

    DFI Computer Programming thread

    Yes, it is a special character called the escape character. You can escape the escape char by using double backslash for example C:\\Users\\Documents, but I prefer using the builtin function os.path.normpath() when dealing with file paths. for example: import os somefile =...
  12. S

    DFI Computer Programming thread

    Thats the bare minimum one needs if one is planing to run a reliable business
  13. S

    DFI Computer Programming thread

    It's not that simple. You need monitoring, networking, inventory tracking (CMDB), cooling, power management, etc.
  14. S

    DFI Computer Programming thread

    These two Youtube channels are good. https://www.youtube.com/channel/UCfzlCWGWYyIQ0aLC5w48gBQ https://www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g For paid, you can use Udemy and or https://realpython.com
Top