Author: Lucas

shape
shape
shape
shape
shape
shape
shape
shape
Standard

How to install CSF Firewall – Tutorial

Learn how to install CSF Firewall. I recommend using Putty in this tutorial. Attention: It is important to know that you must not have any other iptables firewall when installing CSF, otherwise there could be a conflict between them. In putty, connect to your server and type the following commands in the following order: rm

Standard

Conditional If and Else in C

In C, a true expression is an expression that equals or returns any value other than 0 and a false expression equals or returns 0. The general form of the If and Else sentence is: if(condição) // Se a condição for verdadeira expressão; // Execute isso. else // Caso o contrário expressão; // Execute isso.

Standard

Valid CPF generator in C/C++ with Source

Simple CPF generator in C/C++. created by me with source code and download below: Download: CPF Generator Source code: #include ; #include ; #include ; using namespace std; int main() { int vet[11], n, vet_v1[] = {10, 9, 8, 7, 6, 5, 4, 3, 2}, vet_v2[] = {11, 10, 9, 8, 7, 6, 5, 4,

Standard

CHMOD Meaning of its Values

CHMOD is a command used to change file or directory permissions. Meaning of the values for CHMOD: 700: Only the owner can read it. 755: Everyone can read but not write. 775: Only the group can read and write. 770: No one except the group can read it. 666: Everyone can read and write. 777:

Latest news

Latest news directly from our blog.