Introduction You can upload website files using Adobe Dreamweaver through an FTP connection. This allows you to manage and publish your website directly from Dreamweaver. Prerequisites Implementation Uploading Files using Dreamweaver You can upload the files through FTP using your Adobe Dreamweaver. Conclusion By configuring FTP settings in Adobe Dreamweaver,… Continue Reading Uploading Files using Dreamweaver

Introduction Logical Volume Manager (LVM) is a powerful storage management feature in Linux that allows flexible disk management. It enables administrators to create, resize, extend, and manage storage volumes without downtime. LVM provides better scalability and efficient disk utilization compared to traditional partitioning methods. This guide explains the basic steps… Continue Reading LVM – How to configure LVM in the server

Introduction Postfix is a widely used, free Mail Transfer Agent (MTA) designed to route and deliver email securely. Because email servers are frequent targets for spam and abuse, hardening Postfix is an important step to improve security and reduce unwanted mail traffic. Postfix hardening focuses on restricting how external systems… Continue Reading Post fix Hardening – configure postfix with anti spam blacklisting.

Introduction In some VPS environments, you may receive a Disk quota exceeded error even when sufficient disk space is available. This usually happens when the inode limit has been fully utilised. An inode stores metadata about files. When the inode usage reaches 100%, new files cannot be created even if… Continue Reading How to Increase Inode Value in a VPS Container

If you cannot login to Horde of any mail account of the domain with right password and username, then please check the following: =====1. Check the domain entry(domain.com)  in the file “/etc/userdomains”.2. If the domain entry(domain.com) is missing manually add the domain in this file.3. Now try logging in to… Continue Reading Horde mail issue

CDP returns error when creating backup of a server: Error: ——————————————–not enough data in sum file to read BlockSum.——————————————– Cause: This error generally means the file system or volume has been resized. Resolution: You will have to create a new Disk Safe. Steps to create new disk safe:—————————— 1. CDP… Continue Reading R1soft Error : “not enough data in sum file to read BlockSum”

You can set the audit policy as follows. =====1. “Start -> Run”.2. Type ‘gpedit.msc’ (without the quotes). 3. Navigate to “Local Computer Policy -> Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Audit Policies -> Audit logon events”.4. Highlight and right-click and select properties.5. Configure as… Continue Reading RDP logs

Introduction You can change the WordPress admin username and password directly from the MySQL database using SSH access. Prerequisites Implementation Log in to the server and navigate to the website’s public_html folder. Then execute the following commands: vi wp-config.php Check the database name used by WordPress and stop using it:… Continue Reading Steps to reset the wordpress admin login in database

Introduction Telnet can be used to manually test SMTP mail sending by communicating directly with a mail server. This method is commonly used for troubleshooting mail delivery issues and verifying SMTP server responses. Prerequisites Before using telnet for sending mail, ensure the following: To install telnet (if not installed): Steps… Continue Reading Sending Mail via Telnet (SMTP Testing)

How to open a port in Windows Firewall? 1. Click start button2. Click control panel3. Type ‘Firewall’ in the search tab4. Click “windows firewall”5. In left Panel click “Advance Settings” (If you’re prompted for an administrator password or confirmation, type the password or provide confirmation.)6. “Windows Firewall with Advanced Security”… Continue Reading Opening a port in Windows Firewall