How to create new FTP account in plesk Go to Websites & Domains and click FTP Access. Click Add FTP Account. Specify the following: FTP account name. Type the desired name. Home...
How To Upload Files through FileZilla on server Install FileZilla To get started, you first have to download the client version of FileZilla onto your computer. URL: https://filezilla-project.org/ This link...
How to Create SSH Keys with PuTTY on Windows To create and use SSH keys on Windows, you need to download and install both PuTTY, the utility used to...
How to fix Unknown Outlook Error 0X80040201 “Sending reported error (0x80040201): ‘Unknown Error 0x80040201.” Cause of Error: There is no specific reason for the error code 0x80040201 in...
How to install SQL Server 2012 on Windows server 2012 Before installing SQL Server 2012 make sure you have the below components installed or enabled on your Windows server. Download...
How to install MS SQL on Ubuntu Server 18.04 Before we install MS SQL, we need to be updated and upgrade Ubuntu Server. Run the command to update/upgrade, open a...
How to Install and Use MS SQL Server On CentOS 1. Insert the following lines into – /etc/yum.repos.d/sql-server.repo: [packages-microsoft-com-mssql-server] name=packages-microsoft-com-mssql-server baseurl=https://packages.microsoft.com/rhel/7/mssql-server/ enabled=1 gpgcheck=1 gpgkey=https://packages.microsoft.com/keys/microsoft.asc Install the MS SQL Server, Create /etc/yum.repos.d/msprod.repo with these contents: [packages-microsoft-com-prod]...
How to set PHP timezone in php.ini You can configure PHP setting to use your local time zone by setting the date.timezone directive in php.ini. List of available time...
How to set up automated backups for VPS and Dedicated server Creating a website is just the start of the journey. Once you’ve built your website, you’ll need to keep it...
How to verify DDOS attack with netstat command on Linux Terminal Display all active Internet connections to the server. >>netstat -na Show only active Internet connections to the server on port...