Lim Sing[SOLVED][nitro] Error: listen EADDRINUSE: address already in use /tmp/nitro/xxx.sock — NUXTHit this error from log:Feb 6, 2023Feb 6, 2023
Lim SingLearn devOps use case with docker in 10 minutesInstall docker from https://docs.docker.com/engine/install/ based on operating systemSep 5, 2022Sep 5, 2022
Lim Sing[SOLVED] failed to solve with frontend dockerfile.v0:I get the error when building my docker kibana container:Jul 17, 2022Jul 17, 2022
Lim Sing[Solved] Laravel Lumen— Class ‘League\Flysystem\Adapter\Local’ not foundProblem: I get this error from running my custom lumen packagist (version — 8.3.1):Apr 13, 2022Apr 13, 2022
Lim SingFailed to install laradock mysql in M1 pro Apple SiliconI get following error when try to docker compose build mysql for laradock:Feb 28, 2022Feb 28, 2022
Lim SingGetting `Warning: /opt/homebrew/bin is not in your PATH.` on M1 Pro chipI had an issue after installed homebrew on Mac OS Monterey with M1 pro chip successfully. The error stated in warning: Warning…Feb 26, 2022Feb 26, 2022
Lim Sing[SOLVED] Permission Denied — Error show in Apache logs when used as a reverse proxyMay 17, 2021May 17, 2021
Lim Sing[SOLVED] ping 8.8.8.8 works but failed to ping http://www.google.com/Need to add a nameserver in /etc/resolv.conf file by running this to modify:May 8, 2021May 8, 2021
Lim SingAdd new port to apache in centos1. vi /etc/httpd/conf/httpd.conf add Listen 8080 2. touch xx.conf file in /etc/httpd/conf.d 3. edit this file xx.conf 4. systemctl restart…May 6, 2021May 6, 2021
Lim SingCommand to kill process in serverCheck running process (eg grep artisan (for artisan only)) ps aux|grep artisanMay 6, 2021May 6, 2021