Monthly Archive: February 2020

Windows 10X Live Wallpaper features revealed

Windows 10X version has a new live wallpaper feature, which can automatically switch to different wallpapers according to the time of day. According to the current known news, wallpapers can be provided in different...

What’s new in Linux Mint 20 & LMDE 4

Linux Mint 20 will be based on Ubuntu 20.04 LTS. At the same time, LMDE (Linux Mint Debian Edition, Debian version) 4 is coming soon. The LMDE version is based on Debian GNU/Linux and...

How to configure php.ini for improving web server security

The configuration file (php.ini) is read when PHP starts up. For the server module versions of PHP, this happens only once when the web server is started. For the CGI and CLI versions, it happens on every invocation....

Linux touch command

touch – change file timestamps Update the access and modification times of each FILE to the current time. A FILE argument that does not exist is created empty, unless -c or -h is supplied....

Introduce to locate Command in Linux

locate allows users to quickly search for specific files in the Linux file system. The method is to first create a database that includes all file names and paths in the system, and then...