Installing Asterisk 20 From source On Rocky 9

Update your system and install the required dependencies. At the same time, install a convenient text editor, for example Nano, and the wget and tar applications to download and unpack the installer. If we are used to the yum installer, here we will use the DNF package manager, which is its newer equivalent. Webrtc with … Read more

html drop down with search from table php mysql

To create an HTML dropdown with a search functionality that fetches data from a MySQL table using PHP and displays it with Bootstrap styling, you can follow these steps: Learn more How to SUM Columns value in MYSQL Set up the MySQL database and table (assuming you already have a database and table ready). Create … Read more

How to Install and Use FFmpeg on CentOS 8

Here, we will see how to Install and Use FFmpeg on CentOS 8. Convert audio files for Asterisk FFmpeg is a free and open-source collection of tools for handling multimedia files. With FFmpeg, you can convert between various video and audio formats, set sample rates, capture streaming audio/video, and resize videos. Now we will see … Read more

How to Change location Of MariaDB Data Directory

mysql data directory change

How to change location Of MariaDB Data Directory Safely. Here is the steps to follow migrate data directory to another server. read more: How to check partition details of MySQL table Know more about Change default MySQL Data Directory in Linux You may require to change the MySQL data directory due to insufficient partition space … Read more

How to check partition details of MySQL table

Here, We can check the partition details of the MySQL table, like how many partitions are there in a table and storage size of each partition? Know more about MYSQL Partitioning : What is and HOW To ? RANGE Partitioning in MySQL We can check this from the below query needs to run on any … Read more

iostat : How to monitor disk activity and CPU load average

Today, we will see How to monitor disk activity and CPU load average using iostat command in linux. TOP command in Linux iostat command used to report Central Processing Unit (CPU) statistics and input/output statistics for devices, partitions and network filesystems (NFS) under Linux operating sytems [root@localhost ~]# iostatLinux 3.10.0-1160.90.1.el7.x86_64 (localhost.localdomain) 07/23/2023 x86_64 (4 CPU) … Read more

Webrtc with Asterisk 16 : complete configuration with SIP

Today, We will wrap up webrtc set up with Asterisk 16. We will see how to configure asterisk 16 to suport webrtc and what more packages will require. Asterisk and SIP.js were tested using the following setup: CentOS 7.2 minimal (x86_64). Asterisk 16.9.0. OpenSSL 1.0.1e-fips 11 Feb 2013 or later. A public IP address to avoid … Read more

What is inode and where this is stored

Today we will understand about the basic of inode. What inode and where this is stored. How to Get Total Inodes of Root Partition As per the redhat blog, an inode is an index node. It serves as a unique identifier for a specific piece of metadata on a given filesystem. Each piece of metadata describes … Read more