Month: February 2021

Password and unix_socket authentication in MySQL and MariaDB. Error “#1698 - Access denied for user ‘root’@’localhost’” (SOLVED)

How to fix #1698 - Access denied for user ‘root’@’localhost’ In the latest versions of MariaDB (possibly MySQL), unix_socket authentication is used by default. If you are not familiar with it, then you might have encountered the error “#1698 - Access denied for user ‘root’@’localhost’”. Let's take a look at what unix_socket authentication is in MySQL and MariaDB, and how...

How to Run a Program Automatically on Startup in Linux

If you want a program or script to run when the system starts up, then this can be done using systemctl. This method is universal: autorun also works on headless servers, not just when you enter a graphical desktop environment. This method is universal and will work on all systems where systemctl is present (e.g. Debian, Linux Mint, Ubuntu, Kali...

Error “Unable to load dynamic library ‘xmlrpc.so’” (SOLVED)

When running a web server or running PHP scripts on the command line, you may encounter an error: PHP Warning: PHP Startup: Unable to load dynamic library 'xmlrpc.so' (tried: /usr/lib/php/modules/xmlrpc.so (/usr/lib/php/modules/xmlrpc.so: cannot open shared object file: No such file or directory), /usr/lib/php/modules/xmlrpc.so.so (/usr/lib/php/modules/xmlrpc.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 In fact,...

What is suip.biz website? Analogs and mirrors suip.biz

Site suIP.biz SuIP.biz (short for “super IP”) started out as a service with several pages for various actions with IP addresses: compilation of IP ranges of countries, cities, Internet providers getting information about IP and IPv6 address (location, ISP, whois) showing the user his IP Subsequently, the site acquired calculators and converters for IP and IPv6 addresses: IP Subnet Calculator...

How to add PHP path to %PATH% environment variable on Windows

What is PATH and what is it for It is quite possible that you have never encountered echo %PATH% and environment variable expressions before, so I will briefly explain what it is. The PATH variable contains a list of folders in which Windows looks for executable files. In the GUI, when shortcuts are used to launch programs, the PATH value...

How to install Apache web server with PHP, MySQL and phpMyAdmin on Windows

Table of contents 1. Windows web server 2. How to install Apache on Windows 3. How to install PHP on Windows 4. PHP 8 setup 5. How to install MySQL on Windows 6. How to install phpMyAdmin on Windows Conclusion Windows web server A web server is a program that is designed to process requests for websites and send website pages to users. The most...

Pattaya in suspended animation

The Thai woman makes a video with commentary in English about how things are now in the resort areas of Thailand. In short, there are no people. Some 7-Eleven and Family Mart even closed - I was surprised, I didn't think that most of the buyers are foreigners. Although appropriate, the money fed from tourists was gone. Even more -...

Wedding photography in Thailand (Pattaya) - examples

There are many beautiful and good girls in Thailand who you want to marry. (You can also marry bad girls - but then you don't have to complain ). My one of the most beautiful and favorite photos from Thailand are wedding photos. If you just want to see examples of salon photos of marriage, then scroll down a bit....

How to set up Varnish, rule examples

Table of contents 1. How to change Varnish options 2. How to change cache retention time in Varnish 3. How to prevent Varnish from creating new cache for different browsers 4. A 403 page got into the Varnish cache and now it is shown to all users 5. How to make Apache logs show real IP address instead of 127.0.0.1 when used with Varnish 6. How...

ONVIF client with command line interface

ONVIF is an open industry forum that provides and promotes standardized interfaces for effective interoperability of IP-based physical security products. ONVIF protocol can be found on security cameras. Using ONVIF protocol, you can receive information from IP cameras and control them (set settings, rotate, etc.). This article will talk about python-onvif - an ONVIF client implemented in Python. This program...
Loading...
X