Monthly Archive: November 2019

Ubuntu 20.04 is removing Python 2

Python’s developers have announced that Python 2 will stop maintenance after January 1, 2020, and Ubuntu 20.04, which is scheduled for release next April, will be the next long-term support release, so an important...

How to Flush DNS Cache on Linux

Everyone knows that the DNS server is one of the core components of the Internet. Without the DNS server, users have to use IP addresses to access websites. This is almost an impossible task,...

Windows 10 “Your Phone” app support Emoji

Microsoft’s product manager announced the latest feature of “Your Phone” on Twitter, which is the ability to reply to text messages or other messages using emoticons in the app. #WindowsInsiders using #yourphone for #android...

[Linux Basics] How to change time zone

If your Linux system time zone is not configured correctly, you must manually adjust to the correct local time zone. NTP synchronizes time processing only calculates the offset between local time and UTC time....

Using the Dig command to query DNS records in Linux

Dig ( Domain Information Groper) is a powerful command-line tool that can be used for DNS record queries. Using the dig command, you can query information about various DNS records, including hostname records (A,...