Jump to content

NEW VIDEO: The EASIEST Way to Stop Gaming

Information about this sub-category


stabi

Recommended Posts

Since I see more interests in this topic I had a talk with @Cam Adair.

My initial idea was to create a whole new Sub-Forum with a Sub-Domain about IT related stuff, but we need to look first if it's worth and if we can get enough members which are interested in this topic, because creating and setting up a whole new (sub)-Forum might be a waste of time if only a couple of people are (actively) interested, so I am going with the Sub-Category way first.

If more and more people are interested and the topics are growing I might consider creating a Sub-Forum, until then we use this Sub-Category.

Anyways, let me try to explain what you can ask or discuss:

Basically everything about IT, which includes:

- Information Security 
- Windows
    - Basically everything about Windows. Installation, Security & Hardening, Privacy, Servers or just basic help such as driver issues, "Build a PC", sharing your setup, etc.
- Linux
    - Same as Windows.
- Your PC is infected? Get help here. Maybe we have people who know Reverse Engineering and are willing to help (hint: me)
- Want to start a own blog and don't know where and how to start? Ask it here
- Coding & Programming
    - Want to learn it? Which language to learn? Which language is newbie-friendly? Ask it here
    - Need help with a specific code? Ask your questions here. Pro-tip: You can use the code snippet button on the editor to input a code for specific syntax highlighting, such as:
 

#!/usr/bin/python
import sys

if len(sys.argv) == 1:
    print "[*] Usage: ./script <ascii>"
    sys.exit(1)

first = True
for arg in sys.argv:
    if first:
        first = False
    else:
        print arg + ' -> ' + arg.encode('hex')

- Everything else about IT, Security and the Internet. Just drop your question.

That's it so far. I think you get the idea. Writing down every single topic would end in a wall-of-text.

Have fun with the new Sub-Category.

Regards

  • Like 2
Link to comment
Share on other sites

  • stabi pinned this topic
  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...