Eduguru

Tech Blog and Discussion

Open full blog →

How to resolve -bash: netstat: command not found centos stream 9

October 18, 2024 · linux

Today, after installing a centos stream 9 minimal, Getting the error like -bash: netstat: command not found centos stream 9. Let see how to resolve this.New Install Asterisk…

Read article

python script to STT output in a text file

October 13, 2024 · Asterisk

To output the Speech-to-Text (STT) transcription into a text file using Vosk and Python, you can modify the AGI script or any standalone Python script to write the…

Read article

New Install Asterisk 18 from source on CentOS Stream 8

October 13, 2024 · Asterisk

Since Centos 7/8 approaches it’s EOL, below you will find all necessary commands and files to new install Asterisk 18 from source on Centos 8 Stream.Installing Asterisk 20 From source On…

Read article

How to save audio stream from Asterisk to a file via WebSocket

October 8, 2024 · Asterisk

To save an audio stream from Asterisk to a file via WebSocket, you need to capture the audio being streamed from Asterisk and write it to an audio…

Read article

create web socket and save data in a text file

October 7, 2024 · python

Today, we will create a websocket in linux and save the data received in a text file.webrtc implementation asterisk : Webphone To create a WebSocket server in Linux…

Read article

How to capture and analyze traffic with tcpdump

October 4, 2024 · linux

Network administrators use tcpdump to analyze traffic in Linux systems. Learn how to install and use tcpdump, as well as examine the results of captured traffic. tcpdump :…

Read article

Installing Asterisk 20 From source On Rocky 9

October 4, 2024 · Asterisk

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…

Read article

html drop down with search from table php mysql

June 23, 2024 · bootstrap

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…

Read article

How to Install and Use FFmpeg on CentOS 8

June 7, 2024 · linux

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…

Read article

How to get duration of MP3 or wav any audio File in PHP

June 5, 2024 · PHP

Today, we will see the way to get duration of mp3 , wav or any audio file in php. Learn more PHP Video File Upload in Server For…

Read article

How to Change location Of MariaDB Data Directory

March 26, 2024 · mysql

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…

Read article

How to check partition details of MySQL table

February 28, 2024 · mysql

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…

Read article
Eduguru — powered by WordPress