Technology

Phishing brought to extreme levels exploiting punycode – How it works, how it to prevent and be sure of websites through SSL

Punycode is an encoding system that serves to represent a sequence of unicode characters via an ASCII character sequence, to make it possible to use these sequences in domain names, without having to modify existing infrastructure and standards.  In this way you can manage internationalized domain names (IDNA) by adding the characters ‘xn–‘ to the beginning of the punycode string.  For example, by entering xn–google.com as address, we

Phishing brought to extreme levels exploiting punycode – How it works, how it to prevent and be sure of websites through SSL Read More »

Public IP address and DDNS: what it is, how to check and set it to reach devices in LAN from WAN

A computer or any device, when connected to a network (LAN), is identified by an IP address assigned by the router.  This address is usually in the form 192.168.X.Y and it is released by the router’s DHCP to identify the various devices connected to it.   However, since the router itself is connected to the Internet

Public IP address and DDNS: what it is, how to check and set it to reach devices in LAN from WAN Read More »

Tutorial RaspberryPi: models – setup – first boot – configuration in a nutshell

A quick guide to the world’s cheapest and best-known Linux-ARM platform  Models – Connections – Setup – Installation – Booting – Configuration commands – Linux commands – Tricks  Introduction  What is Raspberry Pi Raspberry Pi was conceived from the idea of creating a low-cost computer.  In particular, a card that is able to run a linux distribution with

Tutorial RaspberryPi: models – setup – first boot – configuration in a nutshell Read More »

Slow PC? How to check on tasks that clog system interrupt and DPC requests

If we happen to see the PC is running slowly and, by opening Task Manager, we can see that the system interrupt consumes a lot of CPU, how can we determine which driver to remove?  What it is:  In fact, the interrupt is an asynchronous request that executes a hardware component following its synchronous (execution) event.  In case of an interrupt,

Slow PC? How to check on tasks that clog system interrupt and DPC requests Read More »

cUrl list of the most used and pratical commands of the powerful open source networking tool

What is cUrl  cUrl is an open source object programming language, it’s very useful in web applications where a strong inter-compatibility between protocols and documents is required.    In particular, it avoids the developer having to use multiple programming languages, making  a single framework available in a series of functions combined between markup (HTML or JS) and computational languages (Java, C#, C++…).   

cUrl list of the most used and pratical commands of the powerful open source networking tool Read More »

Share on Social Media