Bookmark Linux Server Install postgresql and pgAdmin4 on Ubuntu 20.04 by Salman Chawhan by Salman Chawhan June 20, 2021 Install Postgresql Install PgAdmin4 Read more 3 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail
Bookmark Windows Server IIS Redirect HTTP to HTTPS by Salman Chawhan by Salman Chawhan May 29, 2021 Before redirection, we need SSL Certificate.For creating a free SSL Certificate Download Win-Acme it will … Read more 3 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail
Bookmark Amazon AWS AWS Lightsail Configure Windows server auto backup by Salman Chawhan by Salman Chawhan May 29, 2021 1st Download AWS Cli Exe filehttps://docs.aws.amazon.com/cli/latest/userguide/install-windows.html After Install AWS Cli Open Command PromptRun –> aws … Read more 1 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail
Bookmark Linux Server How to Configure Pm2 Health for sending mails if any issue in services by Salman Chawhan by Salman Chawhan May 6, 2021 Note: Replace yourdomain.com with you domain sudo su pm2 install pm2-healthvim ~/.pm2/module_conf.json {“pm2-logrotate”: {“max_size”: “500M”,“retain”: … Read more 6 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail
Bookmark Linux Server Configuring Sendmail SMTP Relay on Ubuntu and Linux by Salman Chawhan by Salman Chawhan March 19, 2021 Note: domainname —> replace with you domain name sudo apt remove postfix && apt purge … Read more 4 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail
Bookmark Windows Server How to auto-start Windows services by Salman Chawhan by Salman Chawhan December 1, 2020 #start the following Windows services in the specified order: [Array] $Services = ‘MailService’,’SpamAssassin’,’OpenVPNServiceInteractive’,’Certify.Service’,’Schedule’; #loop through … Read more 3 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail
Bookmark Windows Server How to auto connnect Open VPN in Windows by Salman Chawhan by Salman Chawhan December 1, 2020 rem This script is fired from Task Scheduler will check connectivity to VPN server.ping 192.168.1.1 … Read more 3 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail
Bookmark Linux ServerWebsite Hosting Server How To Install/Debranding CyberPanel Website Hosting by Salman Chawhan by Salman Chawhan November 30, 2020 Installing CyberPanel!Following instructions will install CyberPanel (with OpenLiteSpeed),it is totally free and does not require … Read more 6 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail
Bookmark Linux Server How to copy file one server from another server in Linux by Salman Chawhan by Salman Chawhan November 30, 2020 Simple scp command you can user to copy files one server from another server 1St … Read more 5 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail
Bookmark Linux Server How to Find Out Disk Space and Files size in Linux by Salman Chawhan by Salman Chawhan November 21, 2020 using du with human-readable sizes and a maximum depth of 1 directory level is as … Read more 6 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail