I try to use nginx on manjaro by typing up nginx on the terminal, but this comes up:open() “/var/log/nginx/access.log” failed (21: Is a directory). I ran sudo nginx -t and sudo systemctl start nginx.service and they both said the same thing. Is there something I can do to remedy this issue? Also to add, I used systemctl status nginx.service and
Tag: manjaro
Bash quoted new-lines cause heredoc to consume first new-line
How to reproduce Copy following example into a terminal session; Press <Enter>, then <Arrow-Up> Notice the }’ <<‘EOF’first bit where the first new line is consumed. Copy following example into a terminal session; Press <Enter>, then <Arrow-Up> Notice the }’ <<‘EOF’ bit where the first new line is not consumed. Questions How do I get Bash to append to history
Failed to commit transaction (conflicting files) when updating packages on Manjaro [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question
Stop some software from updating in Manjaro
I have a lot of software in Manjaro 20.0 that I don’t use in my day to day use such as GIMP and Thunderbird (and maybe more) but don’t really want to uninstall. Is there some way to temporarily freeze them by excluding them from updates as a lot of them can get really heavy. I’m looking at saving 200-300mb
Artisan migrate –seed Error
When executing the php artisan migrate command –seed an error message is generated on the console, has anyone ever experienced this? Here is the message below: following with Answer Make sure pdo_mysql is installed. In ubuntu: sudo apt install php-mysql