Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a science background, and have programming experience (C/C++, CUDA and some x86 assmebly), and by no mean I want to become a hacker, what I want to do is: protecting my/our own computer against hacking, besides general ways such as install some commerical anti-virus and internet security software packages (which I have already done), what are the other means to do so (I learnt there are alot of ways to fool the anti-virus software around, thats why I know commerical softwares may not be sufficient)?

I am mostly interested in prevent my computer from being remotely controlled by others, so what steps should I do to increase the security of my computer on such tasks, any advices? I can do some coding if necessary, thanks.

share|improve this question
This site is for programming questions. Adding "I can do coding if necessary" doesn't make this a programming question. – Chris Feb 20 at 21:53
@Sirko you are very smart to the degree you get so much time to deliver meaningless replies. – user2003564 Feb 20 at 21:54
It is a programming question since I expect certain programming skills are needed, due to the fact I am asking for buiding security on top of commericial security software. – user2003564 Feb 20 at 21:56
Actually, this isn't a programming question so much as a configuration one. If you are looking for algorithms, then try programmers.stackexchange.com. Either way, there are numerous attack vectors that a remote entity could use to control your computer and even attempting to write such protection yourself is non-trivial to the extreme. – Chris Lively Feb 20 at 22:11

closed as off topic by Chris, Sirko, jwismar, Michael Petrotta, Chris Lively Feb 20 at 22:11

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Strong password etc.

This question however shouldn't be here, please re-post on another Stack Exchange site, I would suggest Superuser, but that may not be right so please check.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.