2017-08-222017-08-22[tek-nol-uh-jee] Integrity checks of different file types after hard disk crashes So, your hard disk crashed? You rescued it with ddrescue/other tools? Now you don’t know if the files are still intact? Here […]
2017-08-062017-08-06[tek-nol-uh-jee] Fuck you, probability! So why do we nerds use NAS/Server storage with RAID systems? Because we know hardware can fail, especially mechanical hardware. And there […]
2017-06-27[tek-nol-uh-jee] Rescuing data from a damaged Windows HDD pt.II When I did and wrote the first post I did not know of ddrescue. And it worked like a walk in the park, […]
2017-06-152017-06-15[tek-nol-uh-jee] The Browser Struggle I were a long-time Firefox user because of the unique addon called ‘tree style tabs’ and this browser is still the only […]
2017-05-182017-05-18[tek-nol-uh-jee] Jenkins Pipeline: using string keys of a map to unstash artifacts in a loop Just using my blog as my permanent public notepad. def my_keys = build_result.keySet() as List; for (int i = 0; i < […]
2017-01-082017-01-18[tek-nol-uh-jee] Rescuing data from a damaged Windows hdd A neighbour talked to me on the street lately that his laptop hard disk may be damaged, because his laptop didn’t even […]
2016-12-282016-12-29[tek-nol-uh-jee] 6 years, finally my PC system is too slow. In November or December 2010 I bought a i7 950 with 3.0GHz, over time I upgraded the RAM to 24GB and the […]
2016-08-212016-08-21[tek-nol-uh-jee] Qualys SSL Labs: SSL Report: A+ Yes, I’ve got it back! After my ssl certificate provider startssl.com upgraded the root certificates with the power of SHA256withRSA instead of […]
2016-05-282016-05-28[tek-nol-uh-jee] Elliptic-curve cryptography for TLS certificates still not quite usable Today I tried to just chose a elliptic curve for my TLS certifcate which I thought to be suitable, but was very […]
2016-04-18[tek-nol-uh-jee] Gitlab-CI and how to safely build docker images Well. That was some hard time to get that running. These ways of building docker images with gitlab-runner(s) can be found online: […]