• WSL Windows apt broken (Ubuntu 18.04)

    apt just got broken on my WSL installation. I didn’t dig through much, but it started once I upgraded to Ubuntu 18.04. Here the error I’m getting when trying to install new packages: apt: error while loading shared libraries: libapt-private.so.0.0: cannot open shared object file: No such file or directory...

    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...
  • Clavier QWERTY avec un layout AZERTY customisé

    Pour la petite histoire, j’ai toujours codé et utilisé des claviers AZERTY. Je n’ai jamais pu m’en passer sans que celà n’affecte ma productivité. Lorsque je suis arrivé au Japon il y a 4 ans j’avais pris avec moi un clavier AZERTY compacte que je transportais un peu partout mais...

    Read More...
  • Use a different user/group to run Apache (Ubuntu)

    If you check your /etc/apache2/apache2.conf and look for User and Group: # These need to be set in /etc/apache2/envvars User ${APACHE_RUN_USER} Group ${APACHE_RUN_GROUP} Let’s replace User and Group variable in /etc/apache2/envvars. export APACHE_RUN_USER=user-you-want-to-use export APACHE_RUN_GROUP=user-you-want-to-use Restart Apache. sudo service apache2 restart And you are done!

    Read More...
  • SSH - Authentication refused: bad ownership or modes for directory/file

    I got a message like “Server refused our key” when I tried to SSH my server using a PuTTY with a RSA key. After a log check in /var/log/auth.log (Ubuntu): sshd[2910]: Authentication refused: bad ownership or modes for file /home/user/.ssh/authorized_keys Ownership of .ssh folder and authorized_keys file should be: drwx------...

    Read More...
  • Install ZSH Agnoster theme on Ubuntu 14.04

    Read More...