Developer's Lab

By Diogo Pinto - DiØ

PCI Bus Error

The CPU communicates with the PCIe bus controller through transaction layer packets (TLPs). The hardware detects when failure occurred, and the Linux kernel reports that as messages. The mentioned error pcieport XXXX:YY:ZZ.Z: AER: Corrected error received, is one of those cases…

Disable IPv6 on Linux

IPv6 protocol is not always available in the local area network(lan), to avoid your DHCP connection configure IPv6 in your network card device, you can disable it through least

MultiThreading - Future in Java

When we need performing concurrent tasks in Java, we have available since the firsts versions, the Runnable interface. This interface have only method named run. That method must be implemented by

Git - Revert Specific Files

Assumindo hipoteticamente que o hash para qual deseja reverter um ou mais arquivos é cf762e4c187b.

O comando abaixo irá reverter os arquivos foo1.txt e foo2.txt para o

PHP - Reusing Code With Traits

Propósito geral dos Traits

A Orientação a Objetos em PHP, não trabalha com conceitos de herança múltipla. Apesar da herança múltipla não fazer falta alguma em PHP(ou em qualquer outra linguagem), por trazer