• Prevent Logitech GHUB to scan dirs and delete auto-detected profiles

    Before taking any action, quit the Logitech G HUB application. Go to %ProgramFiles%/LGHUB/data Backup applications.json file (i.e. rename applications.json to applications.json.bk) Open applications.json with your favorite text editor Replace the whole file with: { "applications": [] } Save the file (applications.json) You can revert this change back at any time...

    Read More...
  • Tools for Elastic product's quick testing

    I very often need to test new Elastic products with different versions. Downloading the distributions everytime then configure manually every part could be cumbersome and quite repetitive. Of course, pulling docker images or use Terraform are viable options, but sometimes you might be looking for a quick setup. For this...

    Read More...
  • Windows suddenly goes out of sleep (and fix)

    I noticed for a while that one of my Windows rigs had some insomnia issues – Windows waking up in the middle of the night. There is a few things that you need to check to find the culprit. Start by launching a “Command Prompt” ( ⊞ Win + R...

    Read More...
  • Yet another Mac bluetooth interference with Wi-Fi

    Update March 22, 2020: I saw that the following command could help in some cases: sudo defaults write /Library/Preferences/com.apple.airport.bt.plist bluetoothCoexMgmt Hybrid (Explanation on Stackoverflow) I thought I was done with this from my previous post about it. However it didn’t last long and the problem re-appeared later. It was not...

    Read More...
  • PC Flavored Mac keyboard mapping

    It’s already have been two months, but I switched from my PC workstation on Linux to a Macbook for work — What a big slap in my face. No seriously, ok I have an iPhone but I never used a Mac with iOS before (or really briefly for doing some...

    Read More...
  • WSL / Ubuntu / ZSH and Hyper Terminal

    I’ve been using Windows Subsystem for Linux for quite a long now. What is Windows Subsystem for Linux? It’s basically to run a Linux environment in Windows OS Even if it wasn’t really stable at the beginning, a lot of improvements have been made. At work I have quite a...

    Read More...
  • PLESK - FTP Secured TLS does connect but does not obtain directory listing

    Chances are your Passive Ports are not set in your PLESK ProFTPD configuration. To fix that edit: vim /etc/proftpd.d/50-plesk.conf Add a PassivePorts range to allow simultaneous FPT connections. Your configuration should be like this: #ATTENTION! # #DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, #SO ALL YOUR CHANGES...

    Read More...
  • Tridiv - a web-based editor for creating 3D shapes in CSS.

    Quick post to introduce you Tridiv which is a cool editor to create 3D shapes and models in CSS. You can find few examples on their website (iPhone 4, Nintendo NES, X-wing). Unfortunately it doesn’t seem to work with Firefox… A dependency to WebKit I guess. Here is what I’ve...

    Read More...