Ok, I’m definitely late to the trend, but I finally dipped my toes into the whole vibe coding hype… 😅 I gave myself just a few hours (while half-distracted with other stuff) to prompt my way through building FrenchPing, a tiny game to practice French, wrapped in the Teenieping universe....
Read More...First, if you want to run Elastic Agent on Kubernetes you can refer to the Elastic documentation which provides the installation steps and manifests. On the other hand, if you are looking for Elastic Agent on ECK, this is the documentation for you. That being said, the configuration differ a...
Read More...So you have you Jekyll post properly appearing in your dev environment but not there when you deploy in production. Here is a few things that are most likely the reason why: Your local dev environment timezone may differ from the remote server. Make sure you have configured the timezone...
Read More...© Amazon Web Services Amazon Lightsail released this month their $3.50 VPS. https://aws.amazon.com/lightsail/ Here are the specs: 512 MB Memory 1 Core Processor 20 GB SSD Disk 1 TB Transfer I think it’s a big smash against other Cloud providers (like Digital Ocean, Vultr, Linode or Packet). How much do...
Read More...Here is a modest list of the fonts I have been using along my 15 years of coding/programming. If you read those lines, I assume you are looking for a good font which is pleasant to code with, easy to read with distinct characters (ex: O / 0 or l...
Read More...If you encounter a “No input file specified error” when you try to access your phpMyAdmin alias on your Nginx web server, please try to add this line to your vhost or default configuration: location ~ \.php$ { ... fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; } This fastcgi_param line was missing into my...
Read More...If you are here it’s you are wondering why your are getting a Disconnected: Server protocol violation: unexpected SSH2_MSG_UNIMPLEMENTED packet error on PuTTY. The reason is you actually use a deprecated SSH key exchange algorithm. To fix this you can first update your PuTTY version to the latest one. If...
Read More...That’s it, 2018. Thank you all for your support last year. あけましておめでとうございます! In a tech point of view my 2017 in few words would be: JS (mainly front-end frameworks) Crypto-currencies Blockchain AI systems Chatbots IoT Progressive Web Apps Serverless And not enough time… 1) Well, write more blog posts I...
Read More...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...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...