• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Recent content by ssmss

  1. S

    wants to learn programming

    If you want to learn programming here are some sites you can try: https://www.codecademy.com/ https://www.sololearn.com/ https://www.tutorialspoint.com/index.htm https://www.learn-c.org/ https://www.learnpython.org/ What I recommend is to start with Python or Ruby since it is the most...
  2. S

    JavaScript based Web Server

    NodeJS - Brings the JavaScript language to your OS, as a scripting language. Link to nodejs: NodeJS homepage Running a JavaScript file is similar to the way python does it. In command shell: node file.js Or in Linux: ./node file.js Code: // content of index.js const http = require('http')...
  3. S

    SNORT IDS

    SNORT ids is a advance intrusion detection system that will detect all sorts of malicious attacks. Link: https://www.snort.org/ * Works with redhat Linux and Windows.
  4. S

    what is the best anti-virus in the market

    I would recommend Avira and avast, as far as Free antiviruses. Paid AV that is good is ESET NOD32, but sometimes AVs don't catch up with malware so add a firewall program  to your system
Back
Top