Nowadays, many people tend to use wireless connections since utp cables are sometimes not acceptable. When their routers become access points, too few of them are properly protected. Most of them tend to use WEP as a means to protect their internet connection. Well, this is surely better than leaving the connection without any key, but it’s still not enough. From now on you’re highly adviced to use WPA2 for your internet connection security and you’ll shortly see why
Subversion is a software version management tool.Practically, this means that if we make project that contains code, we have always the stress that we do something error and we cannot restore previous versions of that code.Moreover, if a lot of individuals working with the same code (they write it at the same time), what will become if they edit a file or code in the same time but in a different way ? A solution would be that one phones the other and says to him what changes he had made, but this seems a bit unpractical, don’t you think? This process is what the versioning control software does, it informs us if something that we need to change has already been edited and keeps versions of the changes that have undergone by the various developers of the project.
Many people who are pretty new to computers, hear this term when they obtain there adsl connection. They most times try to download something using torrent programs or DC++ hubs and they have the problem that they cannot seem to connect at no way.
Then , they probably search the internet to find a solution or ask a person and the answer is, “do port forwarding”.
If you are a native linux user, you have surely been in the case where you just did not need a system with just about every package there is out there. If you always wanted to know how to upgrade your kernel manually and configure what packets you need yourself, read on.
Hello friends, at this next tutorial i’m writing for codercaste.com i’ll be trying to explain some things about the unix commands. I happen to be a linux user mainly and i find that the command shell of the various linux distribution is definately the raw power of linux.
If you are new to C++ Programming it would be worthwhile reading the introduction on c++ and object oriented programming. Now that you understand why C++ was really created and what it’s good for, it’s time you start some simple coding. We’ll be coding a very easy program that almost every new programmer has coded when they started to learn the language.
If you are just starting up with C++, you probably need to know some important things in order to properly use the language. I’ll be trying to explain some of the important aspects of C++ so that you get a decent view of its whereabouts.
Is C++ a better C ?