Sunday, May 11 2025 - Have a nice day!
Top Posts
How to Convert PEM to PPK Format on...
How to Connect to SSH Using Linux/Ubuntu Desktop
How to Install ISPConfig with Nginx Web Server...
Understanding Linux File Systems A Comprehensive Guide
20 Linux Administration Tips and Tricks to Help...
How to Register and Unregister Trunk on FreeSWITCH
Mastering Linux: Essential Commands You Need to Know
How CI/CD Works
Sentora Hosting Panel Installation on a Linux Server
How To Sync E-Mail from One Server to...
  • Login
  • Home
  • Blog
    • Amazon AWS Cloud Solutions
    • Branding & Debranding Strategies
    • Email Server Setup & Management
    • ERP Systems & Solutions
    • Latest Technology Trends & Innovations
    • Linux Server Administration
      • Asterisk VoIP Solutions
      • FreeSWITCH VoIP Technology
    • Open Source Project Installation & Setup
    • Software Development & Coding Practices
    • Tech Tricks & Productivity Hacks
    • Website Hosting & Server Optimization
    • Windows Server Administration
    • WordPress Development & Customization
  • Linux Server Administration
TechInsight – Navigating the Future of IT
  • Website Hosting & Server Optimization
  • About Us
1 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail
Linux Server Administration

Secure Your Website with Let’s Encrypt and Nginx: A Step-by-Step Guide

by Salman Chawhan November 15, 2023
by Salman Chawhan November 15, 2023 0 comments

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 …

Read more
0 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail
FreeSWITCH VoIP TechnologyLinux Server Administration

How to filter FreeSWITCH CLI running calls log

by Salman Chawhan July 7, 2023
by Salman Chawhan July 7, 2023 0 comments

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 …

Read more
1 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail
FreeSWITCH VoIP TechnologyLinux Server Administration

Monitoring Calls with FreeSWITCH CLI: A Comprehensive Guide

by Salman Chawhan July 7, 2023
by Salman Chawhan July 7, 2023 0 comments

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, …

Read more
0 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail
Tech Tricks & Productivity Hacks

Download free resume templates.

by Salman Chawhan April 18, 2022
by Salman Chawhan April 18, 2022 0 comments

Download free resume templates. View All Resume

Read more
0 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail
Linux Server Administration

How to Back Up and Restore MongoDB

by Salman Chawhan April 18, 2022
by Salman Chawhan April 18, 2022 0 comments

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 …

Read more
0 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail
Linux Server Administration

PostgreSQL Backup Database and restore

by Salman Chawhan April 18, 2022
by Salman Chawhan April 18, 2022 0 comments

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 …

Read more
0 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail
Linux Server Administration

Redis Server Migration with Data on another Linux server

by Salman Chawhan April 18, 2022
by Salman Chawhan April 18, 2022 0 comments

Redis Server Migration with Data on another Linux server Copy all files on main server under /var/lib/redis Install redis-server on new serverafter installation stop the redis service systemctl status redis-serversystemctl …

Read more
1 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail
Amazon AWS Cloud Solutions

AWS Lightsail Configure Windows server auto backup

by Salman Chawhan May 29, 2021
by Salman Chawhan May 29, 2021 0 comments

1st Download AWS Cli Exe filehttps://docs.aws.amazon.com/cli/latest/userguide/install-windows.htmlAfter Install AWS Cli Open Command PromptRun –> aws configureand enter IMA User AWS Access Key ID and AWS Secret Access Key2 Method for create …

Read more
0 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail
Linux Server Administration

How to Configure Pm2 Health for sending mails if any issue in services

by Salman Chawhan May 6, 2021
by Salman Chawhan May 6, 2021 0 comments

Note: Replace yourdomain.com with you domainsudo supm2 install pm2-healthvim ~/.pm2/module_conf.json{“pm2-logrotate”: {“max_size”: “500M”,“retain”: “200”,“compress”: “true”,“dateFormat”: “YYYY-MM-DD_HH-mm-ss”,“workerInterval”: “30”,“rotateInterval”: “* * * * 30”,“rotateModule”: “true”},“module-db-v2”: {“pm2-logrotate”: {},“pm2-health”: {}},“pm2-health”: {“smtp”: {“host”: “mail.yourdomain.com“,“port”: 465,“user”: “notifications@yourdomain.com“,“password”: …

Read more
1 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail
Windows Server Administration

How to auto-start Windows services

by Salman Chawhan December 1, 2020
by Salman Chawhan December 1, 2020 0 comments

#start the following Windows services in the specified order:[Array] $Services = ‘MailService’,’SpamAssassin’,’OpenVPNServiceInteractive’,’Certify.Service’,’Schedule’;#loop through each service, if its not running, start itforeach($ServiceName in $Services){$arrService = Get-Service -Name $ServiceNamewrite-host $ServiceNamewhile ($arrService.Status -ne …

Read more
  • 1
  • 2
  • 3
  • 4

Recent Posts

  • How to Convert PEM to PPK Format on Linux and Windows
  • How to Connect to SSH Using Linux/Ubuntu Desktop
  • How to Install ISPConfig with Nginx Web Server on Ubuntu 24.04
  • Understanding Linux File Systems A Comprehensive Guide
  • 20 Linux Administration Tips and Tricks to Help You Excel in a DevOps Career

Recent Comments

No comments to show.

Keep in touch

Facebook Twitter Instagram Pinterest Youtube Email

Popular Posts

  • 1

    How to auto connect Open VPN in Windows

    September 20, 2024 751 views
  • 2

    How to Install ISPConfig with Nginx Web Server...

    November 20, 2024 534 views
  • 3

    How to debranding ISPConfig Website hosting Panel

    September 20, 2024 492 views
  • 4

    IIS Redirect HTTP to HTTPS

    September 20, 2024 450 views
  • 5

    Sentora Hosting Panel Installation on a Linux Server

    September 20, 2024 431 views

Categories

  • Amazon AWS Cloud Solutions (1)
  • Branding & Debranding Strategies (2)
  • Email Server Setup & Management (1)
  • FreeSWITCH VoIP Technology (3)
  • Latest Technology Trends & Innovations (2)
  • Linux Server Administration (24)
  • Open Source Project Installation & Setup (1)
  • Tech Tricks & Productivity Hacks (5)
  • Website Hosting & Server Optimization (5)
  • Windows Server Administration (4)

About Us

About Us

At TechnTrick, we are passionate about helping IT professionals, system administrators, and tech enthusiasts navigate the ever-evolving landscape of technology. Whether you are just starting or an experienced professional, our goal is to provide you with the knowledge and tools you need to master a wide range of IT topics.

Editor Picks

  • How to Convert PEM to PPK Format on Linux and...

    May 7, 2025
  • How to Connect to SSH Using Linux/Ubuntu Desktop

    November 26, 2024
  • How to Install ISPConfig with Nginx Web Server on Ubuntu...

    November 20, 2024

Categories

  • Amazon AWS Cloud Solutions (1)
  • Branding & Debranding Strategies (2)
  • Email Server Setup & Management (1)
  • FreeSWITCH VoIP Technology (3)
  • Latest Technology Trends & Innovations (2)
  • Linux Server Administration (24)
  • Open Source Project Installation & Setup (1)
  • Tech Tricks & Productivity Hacks (5)
  • Website Hosting & Server Optimization (5)
  • Windows Server Administration (4)
  • Email

@2024 - TechnTrick. All Right Reserved.

TechInsight – Navigating the Future of IT
  • Home
  • Blog
    • Amazon AWS Cloud Solutions
    • Branding & Debranding Strategies
    • Email Server Setup & Management
    • ERP Systems & Solutions
    • Latest Technology Trends & Innovations
    • Linux Server Administration
      • Asterisk VoIP Solutions
      • FreeSWITCH VoIP Technology
    • Open Source Project Installation & Setup
    • Software Development & Coding Practices
    • Tech Tricks & Productivity Hacks
    • Website Hosting & Server Optimization
    • Windows Server Administration
    • WordPress Development & Customization
  • Linux Server Administration
TechInsight – Navigating the Future of IT
  • Website Hosting & Server Optimization
  • About Us
Sign In

Keep me signed in until I sign out

Forgot your password?

Password Recovery

A new password will be emailed to you.

Have received a new password? Login here