-
How to enable NumLock on Ubuntu login screen?
In the Ubuntu System Settings, there is possible to enable NumLock on Plasma Startup. But […]
-
Some WordPress videos to learn Gutenberg editor
I’m sharing some of the tons available videos about WordPress and editing content with Gutenberg […]
-
How to build Docker x64 image on Mac M1
docker buildx build –platform=linux/amd64,linux/arm64 -t mydockerhub/myimage:latest –no-cache –progress=plain . It takes an error:Error: multiple platforms […]
-
How to verify the reason, why the company’s SMTP email doesnt works with you app (Linux Ubuntu)?
Install SMTP sender tool: Try to send an email: Check and solve the logs (and […]
-
Cloudflare infinitely redirection
Do you have setup all DNS records and configuration correctly? Do you have a problem […]
-
-
Install Docker Desktop
Details, how to install Docker + Docker Desktop in following tutorial: https://www.linuxtechi.com/how-to-install-docker-desktop-on-ubuntu
-
UEFI boot GRUB instead Windows Boot Manager
The EFI setup utility — Most EFIs provide setup utilities that you can access by hitting […]
-
Windows Ubuntu time dualboot problem
Multiple Boot Systems Time Conflicts Operating systems store and retrieve the time in the hardware […]
-
Change Joomla administrator password through the database
Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-down […]
-
Windows VPN not Work after Windows Update – january 2022
To solve the prolem, open Control Panel – Program and Features – Updates and choose […]
-
-
Cloudflare IPv4 address list
103.21.244.0/22103.22.200.0/22103.31.4.0/22104.16.0.0/13104.24.0.0/14108.162.192.0/18131.0.72.0/22141.101.64.0/18162.158.0.0/15172.64.0.0/13173.245.48.0/20188.114.96.0/20190.93.240.0/20197.234.240.0/22198.41.128.0/17
-
-
Canon isensys 7200cdn install Ubuntu 22.04
Install cups: sudo apt install cups cups-client cups-filters cups-ipp-utils Download drivers: https://www.canon-europe.com/support/consumer_products/products/printers/laser/i-sensys_lbp7200cdn.html?type=drivers&language=en&os=linux%20(64-bit) Unpack deb files […]
-
Add missing Windows entry into GRUB
Step1: Install GRUB updater sudo apt install grub-updater Step2: Modify grub configuration to be able […]
-
Chown Recursively
The easiest way to use the chown recursive command is to execute “chown†with the […]
-
Installing NVM on Ubuntu
A shell script is available for the installation of nvm on the Ubuntu 20.04 Linux […]
-
-
L2TP+IPsec over NAT on Windows(7/10/11)
Step 1: allow connection over NAT in Windows registry by the following video:Â https://www.youtube.com/watch?v=O-WgREDkQNo Step 2: […]