How To Change Mysql Password Policy Level Tecadmin

While changing the password, I got the error: ERROR 1819 (HY000): Your password does not satisfy the current policy requirements Follow below tutorial to change password policy level for MySQL. Alternatively, you can also use this tutorial to remove the password policy plugin. Change MySQL Password Policy To change the default password policy level, we can change the settings at runtime using the command line or in the config file (my....

November 26, 2022 · 1 min · 140 words · Janice Gonsalves

How To Check System Uptime In Linux Tecadmin

What is Uptime? The uptime is the amount of time a system is continuously running since the last start/restart. Check System Uptime in Linux You can use the uptime command to find the system uptime. Uptime command is available under procps package. This command also provides the current system time, number of logged in users and current CPU load. as per the above output, the system is running from 174 days, 5 hours and 12 minutes....

November 26, 2022 · 1 min · 127 words · Roseanne Edelstein

How To Create An Animated Short Film

A decent story is a first and most crucial component in making any movie. People won’t like seeing a movie, no matter how beautiful it is, if the story isn’t compelling and well-told. Before moving on, be sure your story is air-tight. And believe me, even if you think it works right now, it’s going to change a lot as the manufacturing goes on. Using an Animatic The movie adaptation of your storyboard is called an ‘animatic....

November 26, 2022 · 8 min · 1505 words · John Thomas

How To Disable Directory Listing In Apache Tecadmin

Disable Directory Listing in Apache To disable the directory listing for a specific directory, add the following settings in Apache Virtual Host or create a .htaccess file in that directory with below content. The Options -Indexes disabled the listing of files on the website if an index file is missing. In Apache Virtual Host: In .htaccess file: While using the .htaccess, make sure that Apache server is enabled to use ....

November 26, 2022 · 1 min · 106 words · Jonathan Cannon

How To Find Files Larger Than 10Mb 100Mb 1Gb In Linux Tecadmin

A few days back my production application goes down. After searching for half an hour, I found the application was down due to the disk full on my server. So I searched all files greater than 1 GB and then all files greater than 100 MB. There were a few log files that were large in size, which caused the disk full. In this tutorial, you will learn how to search file by their size using find command....

November 26, 2022 · 2 min · 303 words · Clyde Kelleher

How To Fix Qr Scanner Not Working On Android

The advances in technology bring new ways of connecting with brands, people, and anything they think of. For instance, QR is a relatively new way through which one can even pay for purchases. However, recent Android updates are causing problems with QR Scanning. Fortunately, this article tells how to fix QR Scanner not working on Android. How to Fix QR Scanner on Android Android 13 came with many new features that caught the user’s eye, but it also has multiple bugs....

November 26, 2022 · 4 min · 839 words · Wilbur Hawks

How To Fix Wireless Display Feature Not Working On Windows 11

It’s foolish to expect technology to work seamlessly, no matter how advanced it gets. When Microsoft announced the Wireless Display feature on Windows 11, we expected freedom from tangled wires and the errors that came with it. However, that was not the case at all. Though the Wireless display feature enables you to increase functionality by extending the visual workspace, it occasionally encounters issues. While some deal with failed installation, for others, the feature is entirely inoperable....

November 26, 2022 · 4 min · 707 words · Larry Adams

How To Install And Configure Drupal On Fedora 35 34 Tecadmin

You can deploy Drupal on any web server that supports the PHP programming language. In this tutorial, we will provide you with steps to install Drupal with Apache on Fedora Linux systems. Prerequisites This tutorial assumes that: You have a running Fedora system with sudo privileged account access Already completed the LAMP Stack on Fedora system. Step 1 – Installing Drupal on Fedora You can download the latest Drupal version from the Drupal website....

November 26, 2022 · 3 min · 586 words · Ron Hillhouse

How To Install And Use Ffmpeg On Debian 10 Tecadmin

This tutorial will help you to install ffmpeg on Debian 10 Linux system. Install FFmpeg on Debian 10 At the day of writing this article, the FFmpeg 4.1.6 is available under the default apt repositories. You can use the apt command line utility to install ffmpeg on your Debian 10 Linux system. Next check the installed version of ffmpeg on your Debian system. Output: Working with FFmpeg The ffmpeg command line interface provides a large number of options to work with it....

November 26, 2022 · 2 min · 233 words · Irene Hower

How To Install Dovecot On Ubuntu 18 04 16 04 Lts Tecadmin

Step 1 – Install Dovecot on Ubuntu Dovecot packages are available under default Ubuntu repositories. You can install Dovecot on Ubuntu by running a single command. Open a terminal and execute below command: Step 2 – Configure Dovecot Dovecot is a service used for providing POP/POP3s and IMAP/IMAPs protocols. POP/IMAP protocols are used for fetching emails from email accounts. Edit dovecot configuration file and search for below lines and update as below....

November 26, 2022 · 1 min · 113 words · Debra Greenblatt

How To Install Gimp 2 10 On Ubuntu 20 04 Tecadmin

Prerequisites A running Ubuntu 20.04 Desktop system with sudo privileged account access. Step 1 – Installing GIMP Login to your Ubuntu desktop system and add an external apt repository in your system to install Gimp on Ubuntu 20.04 system. First of all, execute the following command to configure Gimp PPA to your system. Then, execute the below commands to install Gimp on your Ubuntu system. Step 2 – Access GIMP Application Type “gimp” on the system terminal or use the Gimp launcher icon to start the application....

November 26, 2022 · 1 min · 140 words · Hans Askew

How To Install Moodle 3 8 On Fedora 32 31 30 Tecadmin

Prerequisites First of all, you need to set up a LAMP environment to install Moodle on your Fedora system. We assume that you already have PHP, MySQL and Apache installed on your system. If you don’t have, use the following article to install it. Install Apache, PHP, & MySQL on Fedora Step 1 – Getting Moodle Application After installing the composer on your Fedora system. Let’s create CakePHP application named “MyApp” using composer command as below....

November 26, 2022 · 2 min · 271 words · Gregory White

How To Install Mysql 8 0 On Centos Rhel 8 Tecadmin

This tutorial will help you to install MySQL 8 on CentOS 8 and RHEL 8 systems. Prerequisites You must have shell access with sudo privileged account on CentOS 8 system. Step 1 – Install MySQL The MySQL 8 packages are available under the AppStrem repository under CentOS 8. Install the required packages using the following command. This will also install multiple dependent packages. After completing the installation, enable the MySQL service to auto-start on the system start....

November 26, 2022 · 3 min · 428 words · Miriam Harvey

How To Install Nvidia Drivers On Fedora Tecadmin

The official Nvidia drivers can help you get the most out of your GPU by enhancing its performance. In this article, we will learn to install the official Nvidia drivers on Fedora However, before we start with the installation process, we need to do system configuration. The first configuration we need to do is stop the GUI from running and the second step is to disable the default nouveau drivers....

November 26, 2022 · 3 min · 512 words · Robert Butler

How To Install Oracle Virtualbox 6 0 On Debian 9 Stretch Tecadmin

This article helps you to install VirtualBox on Debian 9 (Stretch) Linux machine. Step 1 – Prerequsities Login to your Debian server with root or sudo privileged user and update current packages of your system to the latest version. Step 2 – Add VirtualBox PPA Now, you need to add Oracle VirtualBox PPA to Ubuntu system. You can do this by running the below command on your system. This command will create a file and make entry to /etc/apt/sources....

November 26, 2022 · 1 min · 164 words · Mary Beck

How To Install Popcorn Time On Ubuntu Mint Kali Linux 2021

There’s no doubt that the COVID-19 pandemic has been disastrous. Accordingly, staying in our homes as much as possible is the only safe thing to do. However, it makes sense why a lot of us would get bored, not going out. If that’s the case with you, then perhaps you should have a look at Popcorn Time. All thanks to this application, you’ll be able to stream your favorite movies and TV shows and that too, for free....

November 26, 2022 · 4 min · 781 words · Edith Grazier

How To Install Python 3 8 On Centos Rhel 8 Tecadmin

This article will help you to install Python 3.8 from the source on your CentOS 8 and RHEL 8 Linux systems. Prerequisites First of all, log in to your CentOS 8 system with a root or sudo privileged account. Then use the following command to install the required development libraries for Python before installing it. Downloading Python 3.8 You can download Python using the following command from its official site....

November 26, 2022 · 1 min · 193 words · Janie Sorg

How To Install Redis On Cpanel Tecadmin

This guide will help you for the installation of Redis server and binding with PHP using Redis PHP extensions on a cPanel server. Step 1 – Prerequisites In order to use this tutorial, you must have root shell access of your WHM/cPanel server. Login to your server shell access using root account. Redis packages are not available under default yum repositories. You need to enable EPEL yum repository on your server first....

November 26, 2022 · 2 min · 247 words · Charles Helstrom

How To Search Files Created Before X Days In Linux Tecadmin

1. Search files created/modified before 30 days Use this command to search all files created or modified before 30 days in /var/backup directory. Find provides the option -mtime to define number of days. You can also search file created before 30 minutes using -mmin optiopn. 2. Search files with specific extension You can also search file for a specific extension. For example to search all files with extension “.log” under /var/log directory....

November 26, 2022 · 1 min · 92 words · Ralph Davis

How To Secure Apache With Let S Encrypt On Ubuntu 18 04 16 04

Nginx with Let’s Encrypt SSL Manual Setup Let’s Encrypt SSL on Ubuntu This tutorial will help you to install Let’s encrypt client on Ubuntu system. Also issue a free ssl certificate and configure with Apache server. Step 1 – Prerequisites Before starting work on this task, I assume you already have: Running Ubuntu system with sudo privileges shell access. A domain name registered and pointed to your server’s public IP address....

November 26, 2022 · 2 min · 285 words · Leigha Holter