I am using https://github.com/a2way-com/drop-in-docker-php as the base for this example. But you should be able to do the same on environments configured in any other way. Step 1: Enable Xdebug in the container Add the following line to the Dockerfile for the container that runs PHP (app.Dockerfile files, if you are using A2Way Drop-in-Docker PHP.). RUN apk add --no-cache $PHPIZE_DEPS ...
There are 2 steps to follow for this. Install RPM Fusion in Fedora Silverblue. Install NVIDIA drivers and Steam from RPM Fusion. (The Flatpak Steam is not able to access the discrete graphics card.). Install “Nvidia System Monitor” from Flathub. Install RPM Fusion sudo rpm-ostree install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm I just copied thi
If you have set up Steam “Family Library Sharing” in Ubuntu (Or other.) Linux (Perhaps following https://blog.budhajeewa.com/make-steam-family-library-sharing-effective-in-ubuntu-linux/.), you will notice that Windows games running with Steam Proton are not working when the secondary user (The one who is borrowing the games.) is trying to play them. To fix this, log in to the secondary user’s Ubuntu account, and exit Steam ...
If you have set up Steam “Family Library Sharing” in Ubuntu (Or other.) Linux (Perhaps following https://blog.budhajeewa.com/make-steam-family-library-sharing-effective-in-ubuntu-linux/.), you will notice that Windows games running with Steam Proton are not working when the secondary user (The one who is borrowing the games.) is trying to play them. To fix this, log in to the secondary user’s Ubuntu account, and exit Steam ...
Steam has a great feature called “Family Library Sharing” that allows you to share games that you’ve already downloaded with other users on the same computer. However, in my experience, in Ubuntu (And most likely in other Linux OSes as well.), other users won’t be able to see any games you have installed, even if you have Family Library Sharing ...
Steam has a great feature called “Family Library Sharing” that allows you to share games that you’ve already downloaded with other users on the same computer. However, in my experience, in Ubuntu (And most likely in other Linux OSes as well.), other users won’t be able to see any games you have installed, even if you have Family Library Sharing ...
“Live Screen” is what Mobitel calls sending various service advertisements directly to customers’ phones. They appear like system messages from the phone’s operating system, that have the potential of getting users clicking “OK” (Thus activating the advertised “service”, which has a monthly fee.), believing them to be just a regular dialog box. I explicitly asked Mobitel to not send any ...
“Live Screen” is what Mobitel calls sending various service advertisements directly to customers’ phones. They appear like system messages from the phone’s operating system, that have the potential of getting users clicking “OK” (Thus activating the advertised “service”, which has a monthly fee.), believing them to be just a regular dialog box. I explicitly asked Mobitel to not send any ...
A Docker Image specialized for running Laravel PHP framework with Nginx on an Alpine platform. GitHub: https://github.com/a2way-com/docker-base-laravelDocker Hub: https://hub.docker.com/r/a2way/docker-base-laravel I use Laravel as my framework of choice when developing backends both in my personal and work projects. In all of those occasions, I have been manually configuring the Docker container environments separately. I created a2way/docker-base-laravel Docker image to minimize ...
A Docker Image specialized for running Laravel PHP framework with Nginx on an Alpine platform. GitHub: https://github.com/a2way-com/docker-base-laravelDocker Hub: https://hub.docker.com/r/a2way/docker-base-laravel I use Laravel as my framework of choice when developing backends both in my personal and work projects. In all of those occasions, I have been manually configuring the Docker container environments separately. I created a2way/docker-base-laravel Docker image to minimize the ...
If you develop your projects using Docker, you might have noticed that files created inside the containers are often owned by the root user, and therefore can’t easily be edited outside that container, unless you manually change their ownership. That’s quite a headache, if your language or the framework of choice uses a CLI tool to generate files and ...
If you develop your projects using Docker, you might have noticed that files created inside the containers are often owned by the root user, and therefore can’t easily be edited outside that container, unless you manually change their ownership. That’s quite a headache, if your language or the framework of choice uses a CLI tool to generate files and manage ...
“Tozed M60” is a device that allows you to connect to the Internet like a normal router and make voice calls using VoLTE technology. But don’t buy it. Both SLT (Sri Lanka Telecom) and Dialog provides this device to their customers. By the end of 2017, I wanted to buy a 4G connection from SLT, so I went to their ...
“Tozed M60” is a device that allows you to connect to the Internet like a normal router and make voice calls using VoLTE technology. But don’t buy it. Both SLT (Sri Lanka Telecom) and Dialog provides this device to their customers. By the end of 2017, I wanted to buy a 4G connection from SLT, so I went to ...
Enabling SSL (HTTPS) on a WordPress Multisite network can be a bit challenging than it should be, here’s how to do it properly. SSL, or more commonly known as just “HTTPS”. Source. The challenge rises its head when you force SSL to be used always, but WordPress was configured using plain HTTP. You might not be able to log in ...
Enabling SSL (HTTPS) on a WordPress Multisite network can be a bit challenging than it should be, here’s how to do it properly. SSL, or more commonly known as just “HTTPS”. Source. The challenge rises its head when you force SSL to be used always, but WordPress was configured using plain HTTP. You might not be able to log in ...
Docker Swarm is a popular infrastructure tool for running websites and web applications online. Here’s how to deploy WordPress Multisite on Docker Swarm. Server racks. Source. This post extends https://blog.budhajeewa.com/deploy-wordpress-on-docker-swarm/. We’ll refer to that as the “parent post” in this post. Setup WordPress Follow the parent post, and get a WordPress stack up and running. Allow Multisite Feature Open the ...
Docker Swarm is a popular infrastructure tool for running websites and web applications online. Here’s how to deploy WordPress Multisite on Docker Swarm. Server racks. Source. This post extends https://blog.budhajeewa.com/deploy-wordpress-on-docker-swarm/. We’ll refer to that as the “parent post” in this post. Setup WordPress Follow the parent post, and get a WordPress stack up and running. Allow Multisite Feature Open the ...