Install Postgresql sudo apt install postgresql postgresql-client sudo su – postgres psql ALTER USER postgres PASSWORD ‘postgres’; ALTER SYSTEM SET listen_addresses TO ‘*’; exit exitInstall PgAdmin4If Curl Command not Install …
Salman Chawhan
Salman Chawhan
With a deep passion for technology and over 8 years of experience, I have built a successful career as a skilled professional specializing in IT infrastructure, system administration, and voice communication systems. I have had the privilege of serving in key roles such as Technical Operations Manager and Voice President, where I led the planning, implementation, and management of complex technical environments, including Amazon AWS, VOIP, Freeswitch, and Free PBX. I am also the creator of TechnTrick, a blog aimed at supporting IT professionals with practical tutorials, expert advice, and in-depth resources on a wide range of technologies. My goal is to make complex IT concepts accessible to all, helping others navigate and master the ever-evolving landscape of technology.
This guide will walk you through the process of creating a bootable installation media for UbuntuTools and MaterialsUSB driveUbuntu OS Download iso fileImage writing software (e.g., Rufus)Select USB MediaSelect ISO …
At the heart of this defense lies a fundamental component: IP address security. Let’s delve into this crucial aspect of cybersecurity, demystifying concepts like Static, Dynamic, IPv4, IPv6, VPNs, Local …
Have you ever wondered what happens behind the scenes when you type a URL into your browser’s address bar? It’s a seemingly simple action, but it sets off a chain …
Secure Your Website with Let’s Encrypt and Nginx: A Step-by-Step Guide
In an era where online security is non-negotiable, encrypting data transmitted between web servers and users is imperative. Let’s Encrypt, a trusted Certificate Authority (CA), provides a seamless solution for …
How to filter FreeSWITCH CLI running calls log
To filter FreeSWITCH CLI running calls log, you can use the built-in command show channels concise followed by a pipe (|) and the grep command. Here’s how you can do it:Open the FreeSWITCH CLI …
Monitoring Calls with FreeSWITCH CLI: A Comprehensive Guide
The FreeSWITCH Command-Line Interface (CLI) provides powerful tools for monitoring and managing calls in your FreeSWITCH server. Whether you’re troubleshooting, gathering statistics, or simply keeping an eye on your system, …
Download free resume templates. View All Resume
How to Back Up and Restore MongoDB Simple 2 command MongoDB mongodump –> For dump all mongodbmongorestore –> For restore all mongodb You can also specify the –host and –port …
PostgreSQL Backup Database and restore How to backup and restore Database * Postgres dump all the Database pg_dumpall dumps all databases in given PostgreSQL installation. Everything goes there. Additionally, it …