logo

How to Hack Wireless WEP Connections in 10 Minutes or Less

logo

20081106 SiemensGigasetSE36 150x150 How to Hack Wireless WEP Connections in 10 Minutes or LessNowadays, 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 :)

(more…)

How to Configure Subversion Versioning Control System to Manage Your Projects

logo

subversion logo 150x150 How to Configure Subversion Versioning Control System to Manage Your ProjectsSubversion 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.

(more…)

N.A.T. (Network Address Translation) and Port Forwarding Explained

logo

port forwarding remote 150x150 N.A.T. (Network Address Translation) and Port Forwarding ExplainedMany 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”.

(more…)

How to Recompile Your Linux Kernel Easily

logo

Linuxkernel 150x150 How to Recompile Your Linux Kernel EasilyIf 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.

(more…)

An Introduction to Unix Commands

logo

bash shell 150x150 An Introduction to Unix CommandsHello 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.

(more…)

Write Your First C++ Program

logo

The C++ Programming LanguageIf 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.

(more…)

Introduction to C++ and Object Oriented Programming

logo

The C++ Programming LanguageIf 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.

I
s C++ a better C ?

(more…)

Page 10 of 11« First...7891011
logo
Copyright 2009 All Rights Reserved