skip to Main Content

Laravel API route get 404 on Nginx – CentOS

I have a Laravel project. It works on Mac os with nginx. I recentlly installed a CentOs 8. I installed Nginx on it and add the configuration bellow: server { listen 8001; server_name _; root /usr/share/nginx/html/reservation_laravel/public; add_header X-Frame-Options "SAMEORIGIN"; add_header…

VIEW QUESTION

yum couln't fund Mariadb Package on CentoOS 7 – CentOS

I tried to install MariaDB $ sudo yum -y install MariaDB-server MariaDB-client but yum return error Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: ftp.halifax.rwth-aachen.de * epel: mirror.imt-systems.com * extras: mirror.imt-systems.com * remi-php72: mirror.23media.com * remi-safe:…

VIEW QUESTION

cant install php-devel for php 7.4.1 – CentOS

i cannot install php-devel, when i enter: yum install php-devel Resolving Dependencies --> Running transaction check ---> Package php-devel.x86_64 0:7.4.0-1.el7.remi will be installed --> Processing Dependency: php-cli(x86-64) = 7.4.0-1.el7.remi for package: php-devel-7.4.0-1.el7.remi.x86_64 --> Finished Dependency Resolution Error: Package: php-devel-7.4.0-1.el7.remi.x86_64 (remi-php74)…

VIEW QUESTION

ERROR: Cannot uninstall 'wrapt'. when installing tensorflow-gpu~=1.14 – CentOS

I am trying to install the following version of TensorFlow-GPU because the author of gitrepo has suggested it here. [jalal@goku examples]$ pip install tensorflow-gpu~=1.14 Collecting tensorflow-gpu~=1.14 Using cached https://files.pythonhosted.org/packages/a5/ad/933140e74973fb917a194ab814785e7c23680ca5dee6d663a509fe9579b6/tensorflow_gpu-1.15.0-cp36-cp36m-manylinux2010_x86_64.whl Processing /home/grad3/jalal/.cache/pip/wheels/d7/de/2e/efa132238792efb6459a96e85916ef8597fcb3d2ae51590dfd/wrapt-1.11.2-cp36-cp36m-linux_x86_64.whl Requirement already satisfied: protobuf>=3.6.1 in /scratch/sjn-p3/anaconda/anaconda3/lib/python3.6/site-packages (from tensorflow-gpu~=1.14) (3.11.0)…

VIEW QUESTION
Back To Top
Search