Introduction to GitHub
This post explains how to set up a GitHub project. What is GitHub? GitHub is a repository service based on code control version system (CVS) Git. GitHub has many things in common with Git, so it is important to be…
This post explains how to set up a GitHub project. What is GitHub? GitHub is a repository service based on code control version system (CVS) Git. GitHub has many things in common with Git, so it is important to be…
When designing a collaborative software development environment where different people are going to work together, we need to set up a system that allow us to ease their work. This post include a list of functional elements that should be…
In the context of software development, a Version Control System (VCS) helps developers to keep track of versions done in a software project, allowing to revert changes or compare versions when needed. VCS is part of Source Code Management (SCM).…
CISSP (Certified Information Systems Security Professional) is a certification granted by the organization ISC2 (International Information System Security Certification Consortium). This post explains how you can prepare the exam to apply for CISSP certification. To find more information about the…
Online Tools to Search Default Passwords
IDS is the acronym for Intrusion Detection System Tools. List of IDS tools List of IDS tools: The most popular is snort, followed by TippingPoint and AlienVault OSSIM. snort snort is a free and open source software (FOSS) network IDS…
Disclaimer about Windows XP Windows XP is an operating system that is lacking official support from Microsoft since April 8, 2014. IT IS NOT RECOMMENDED TO USE THIS OPERATING SYSTEM ANYMORE. There are multiple known vulnerabilities that exposes your computer…