Check SSL certificate
How to check certificate on website without web-browser?
Multiple same form on the page
The problem is to add multiple times the same form on the page and process them. You can try to do it, but submitForm will be initiated for all forms, since they have the same id.
Share ddev website to mobile
Sometimes you need to test some functionality on mobile device but from the website which is running on your laptop. There is a simple solution - SOCAT.
SWISHING UFO
Leaving along the hard games, I've decided to make something simple to test my new game renderer. In most of the cases first app should be a snake or arkanoid game in PC games development, but for mobile it's another Flappy Bird clone. In my case I was creating the UFO flying through the skyscrapers. Upside down sky scrapers, yea. Cool)
Cucu Hero game
I've continued experimenting with pixi.js and starting to make an RPG style shoot'em'up.
XFCE clear worspaces shortcuts
Remove collision in hotkeys with xfce and PhpStorm.
Viber Ubuntu Segmentation fault
Latest viber.appImage was not working on Ubuntu 21.10.
The solution was found!
Job for virtualbox.service failed because the control process exited with error code.
I was playing with Windows XP on the latest Virtualbox 6.1.26 and discovered that there is no Direct3D support anymore! I've tried everything like 256MB RAM for video and checkbox, for sure.
On one of the page I found info that on the version 5.1.38 it still working. And I reinstall virtualbox from deb package. Install was not clear, since packages
Views filter field search without spaces (drupal 8)
The issue related to the custom website with custom field for phone. It has spaces. One of the solution is to remove spaces on presave and process the old entries in DB removing the spaces.
But sometimes it better not to touch thing that works.
The task was to provide search by phone filter in views. There are no default methods in views to search with removed spaces. In this case I've found a solution to alter the query.
So for example the phone fields value is "+354 566 32 56" and we need to find it by searching "6632" string.
This code will help you with it:
Create file filled with random symbols
A while ago I"ve faced with a problem on VPS - there were no free space! I couldn't login into admin panel installed there. SSH was not working too.
The only thing that was wroking was FTP server which helped me to connect and free some space deleting non used files. After that operation I've finally logged in.
So, be patient to the free space available on your server and have a couple of entrances there.
One of the solution to prevent the situation like this is to have a dummy file which can be deleted in such critical moments to free up the space.