April 28, 2022 Windows & Software Debloat Windows 11/10 with debloaters Windows comes with tons of bloatware things and apps. There are a few good apps that do a great job in removing those bloat applications. https://github.com/Sycnex/Windows10Debloaterhttps://github.com/teeotsa/windows-10-debloathttps://github.com/LeDragoX/Win-10-Smart-Debloat-Toolshttps://github.com/ChrisTitusTech/win10scripthttps://github.com/farag2/Sophia-Script-for-Windowshttps://freetimetech.com/windows-11-debloater-tool-debloat-gui/ Some of them might… See More
December 31, 2021 Coding Website Configure VPS with details & LAMP Initial setup of Ubuntu LAMP stack: how-to-install-linux-apache-mysql-php-lamp-stack | how-to-install-a-lamp-stack-on-ubuntu PHB-Brew: github.com/phpbrew & blog/docker-php-8-zts-apache-swoole-parallel & gmp install LetsEncrypt: le-on-ubuntu | le-with-nginx | (on different port: here or here)Setup Firewall : firewall-on-ubuntu |… See More
December 26, 2021 Windows & Software Necessary steps to secure your digital life Don’t miss any of the following concepts, otherwise you can’t reach the overall goal of having a secure computer. Most people use & memorize passwords in mind, however, that is… See More
December 12, 2021 Coding Website Add user & ssh key in Linux/Ubuntu If you have just setup VPS (i.e ubuntu 20.04 or any) and want to add new user with its own SSH key, then do: username=myuser adduser $username usermod -aG sudo… See More
July 20, 2021 Coding Website Install Redis Cache for PHP-8 There may be some tricky parts involved, and to avoid spending hours, this steps might give you some help, to install Redis Cache for PHP-8 on linux/ubuntu OS. Regular Install… See More
June 2, 2021 Coding Useful commands for docker (Windows) Sometimes, novice users might need a few useful commands to deal with docker images. Build Dockerfile Navigate terminal to the folder where is Dockerfile and execute build: docker build -t… See More
June 2, 2021 Coding PHP-8 (zts) & Apache & Swoole/Parallel (+ WordPress) with Docker/Ubuntu/PhpBrew We had another scenario, where the mentioned combination was needed to be installed. It was a bit cumbersome, but the final solution turned out to be: ### METHOD 1: using… See More
December 18, 2020 Website Add plugin for LiquidSoap in AzuraCast As you know, AzuraCast comes with pre-built liquidsoap config. In order to enable any plugin, according to its authors, you will need to manually re-build the docker image, and use… See More
October 14, 2020 Website [Solution] PHP-FPM.SOCK (No such file or directory) while connecting to upstream Sometimes you might get such warning: The solution sometimes is easy. You should ensure that the NGINX configuration file you have inside your sites-enabled/ might be using different version of… See More
October 8, 2020 Website [Solution] Could not reverse map the HTTPS VirtualHost to the original Install SSL (Let’sEncrypt) certificate on VPS In some cases, when you try to install Let’sEncrypt SSL certificate on website in order to turn on the HTTPS:// , you might use… See More