Archivi autore: m4x p0w3r

x2Go per accesso a PC da remoto

X2Go è un valido applicativo per l’accesso remoto che si fa particolarmente apprezzare per l’elevata fluidità. Per beneficiare della versione più recente disponibile è bene installare l’applicativo a partire dallo specifico ppa (personal package archive ) per x2Go stable.Esso è un sistema che si basa sulla tecnologia NX (la stessa in sui si basa anche… Read More: x2Go per accesso a PC da remoto »

x2Go to access a PC remotely

X2Go is a useful application for remote access which is especially appreciated for its high fluidity. To benefit from the latest version available is advisable to install the application from the specific PPA (personal package archive) for x2Go stableThis is a system that is based on NX technology (the same is also based in the… Read More: x2Go to access a PC remotely »

Understand PAM

PAM stands for Pluggable Authentication Modules. It’s a mechanism used to define authentication policies. If you go to the /etc/pam.d directory, you can find a lot of files, each linked to a different application. Let’s take the /etc/pam.d/halt file as a first example: #%PAM-1.0 auth sufficient pam_rootok.so auth required pam_console.so #auth include system-auth account required… Read More: Understand PAM »

Comprendere PAM

PAM sta per Pluggable Authentication Modules.E ‘un meccanismo utilizzato per definire le politiche di autenticazione. Se andate alla directory /etc/pam.d, potete trovare un sacco di file, ognuno legato a una diversa applicazione. Prendiamo il file halt in /etc/pam.d/ come primo esempio: #%PAM-1.0 auth sufficient pam_rootok.so auth required pam_console.so #auth include system-auth account required pam_permit.so Secondo… Read More: Comprendere PAM »