Raspberry Pi – Controlling PWR and ACT LEDs (Red and Green LEDs)

Raspberry Pi models have a few built-in LEDs; the modern models have a PWD and a ACT LEDs, that can be turned off quite easily directly by software, to save a bit of mW (energy) and letting it to run without disturbing lights. Read More …

Powershell – Digitally signing a .ps1 script

A file is signed with a certificate. A digital certificate is usually issued by a Certification Authority (CA). These are important things to consider, so it better to focus these before going on with the Powershell code signing process for scripts. Read More …

Linux – Make immutable a file

The chattr command is used by system administrators to restrict the users from changing a file in a particular way or even the administrator can by mistake delete a critical file because of a mis-typed command. But if the immutable flag is set, these mistakes can be avoided. Read More …

Convert .pfx SSL certificate to .key or .pem format

In the last years Internet have seen a lot of changes, especially in terms of security standars and requirements for almost every website published on the web. Read More …