http://www.linux.com/learn/tutorials/838235-how-to-best-manage-encryption-keys-on-linux
I think I got a trick or two to learn from this
http://www.linux.com/learn/tutorials/838235-how-to-best-manage-encryption-keys-on-linux
I think I got a trick or two to learn from this
What an interesting math plotting site. Amusing
Sometimes I have to move my GnuPG key between computers for some reason, and although GnuPG does have features to export your private key, they are not as well documented, probably out of choice to discourage their use, as they can be a security issue. I have developed the following method to export both the public and private keys together, so that they can be easily imported, and with the minimum of secret data written to disk.
gpg -K
Note that the capital K is important so that it lists secret rather than public keys.
gpg --output pubkey.gpg --export {KEYID}
gpg --output - --export-secret-key {KEYID} |\
cat pubkey.gpg - |\
gpg --armor --output keys.asc --symmetric --cipher-algo AES256
You will be prompted for a passphrase during this, this is the passphrase just for this temporary encryption for transfer. So use a good passphrase for security, and remember that passphrase!
gpg --no-use-agent --output - keys.asc | gpg --import
Sorgente: Moving a GPG Key (Privately) | Short-Circuit Synapse
the Retrogames Machine ovvero come farmi perdere nei ricordi…..
Come dire: ah, bello, ottimo!
Un difetto introdotto nell’architettura x86 nel 1997 e passato inosservato fino a oggi permette di realizzare attacchi al livello del firmware, particolarmente insidiosi. Lo ha svelato un ricercatore del Battelle Memorial Institute, con un test realizzato su chip Intel.
Sorgente: Pc in pericolo con i processori x86, “difettosi” per 18 anni – ictBusiness.it
Leggo su Marco’s Box che Marble Maps – applicazione KDE per le mappe – sbarca su Android e porta la navigazione con le mappe di OpenStreetMap.
Bellissimo, gli auguro ogni bene ed imperituro successo ma…. su Android come software libero per la navigazione basato su OpenStreetMap c’è – da anni! – OsmAnd – Offline Mobile Maps and Navigation.
E la uso con soddisfazione – molta soddisfazione – da un paio d’anni. Sorgenti compresi.
IBM Launches Linux-Only Mainframes
Any positive new about Software Libero is a good new.
Creating vector icons with Inkscape is fun and easy.
Once you got proficient with Inkscape, of course. I forgot how much time is required to become actually productive with a new graphical tool.
material design jQuery mobile theme – nativeDroid is free for private and commercial projects. A clean jQuery Mobile Theme inspired by the native GUI of mobile devices.
From : nativeDroid2 – material design theme for jQuery Mobile