Until recently, I used Google Cloud Storage to periodically store and retrieve a few TB of data. Although Google services and their premium network solution ...| pellegrino.link
Two weeks ago I have upgraded my machine to Fedora 23. I fought a bit with theinstallation of Nvidia proprietary driver. The main reason was that new kernelm...| pellegrino.link
String concatenation is one of the most well-known caveats in Java. Almost all experienced Java developers have already heard or read explanations about when...| pellegrino.link
Recently, I discovered a great feature that most of recent Shells support. It is named brace expansion. I used it occasionally but without knowing how it beh...| pellegrino.link
The first time I have succeeded to start a Docker container my reaction was: “Ouawwww, incredibly simple and fast!”. However, before having this feeling I ha...| pellegrino.link
I am discovering Android emulators. My purpose is to automate screenshots capture for one of my apps (which will probably be the subject of another post). Wh...| pellegrino.link
Today, I have read that switching the default I/O scheduler from cqf to noop is benefit for Solid State Drives (SSD). Since I got an SSD recently, achieving ...| pellegrino.link
Videostream is the ultimate Chromecast app. Unfortunately, Chromecast and Videostream do not work out of the box on recent Fedora versions due to firewalld: ...| pellegrino.link
Eclipse provides many useful shortcuts including code templates such as sysout, syserr, systrace that you can use with autocompletion (CTRL + Space). However...| pellegrino.link
You are using Redis with RDB persistence enabled for legacy reasons, a specificuse case or simply because that’s the default persistence method and you would...| pellegrino.link