Why email Forwarders and how it works The cPanel email program allows you to create as many email accounts as you want. As the number of email accounts increases, you will need to open each account in order to see the emails received. If you forward these emails from one account to another account, then […]
Category: Miscellaneous
How to view sensitive data received via tickets
When a customer opens or responds to tickets, they can share sensitive data securely via tickets, similarly, support staff might also share login details via the ticketing system securely. Client can view the shared details from “View or edit sensitive data” tab on the left side of the ticketing system.
How to share sensitive data safely via support tickets.
Veeble offers a secure password/user/URL submission feature on our ticketing system when you are reporting issues. It is simply a matter of filling out the “Sensitive data” field when opening a ticket. If you already opened a ticket and need to update the login credentials, use the “Add sensitive data” field on the left side. […]
Reset Litespeed admin Password via command line
1. Access the server via SSH 2. change your current directory to /usr/local/lsws/admin/misc #cd /usr/local/lsws/admin/misc 3. Run the following script to change the admin password #./admpass.sh 4. You are required to enter the username (admin by default) first and then new password. Access the Litespeed web-console with the new details.!
DNS Propagation Delay Explained
Whenever you change/update the IP or name servers of a domain name, You might have heard this term “DNS propagation delay” from hosting providers. Every domain undergoes this “DNS propagation delay” during the initial stages of it’s set up. This article describes the DNS propagation delay and how to Speed Up the DNS Propagation. DNS: […]
Modifying your host file to override DNS of a domain
This article will guide you how to add an entry in your machine’s host file to lookup up the A record for a domain directly without DNS name resolution, this is commonly used for testing website before changing the name server as it will override the DNS settings on that particular machine where you edit the […]
”Restoring Mysql database of your website ” [ Joomla ] via Cpanel
In case you are using joomla for your website and you are managing it using WHM/Cpanel, for you to restore your database of your site, you may follow the steps mentioned below. First make sure that you have the backup of the database intact, a file with the extension .sql something similar to “your_database_backup.sql” Note […]
Create windows vps in reseller account
1. In the reseller panel click on “Create Virtual Server” button. If you have not yet created a user, you need to create the user before creating the server. 2. Then you may choose the Virtualization Type as “Xen HVM (Windows VPS)”. 3. Enter the VPS specification in the boxes and click on “Create Virtual […]
Create Linux VPS in Reseller Account
1. In the reseller panel click on “Create Virtual Server” button. If you have not yet created a user, you need to create the user before creating the server. 2. Then you may choose the Virtualization Type as “Xen Paravirtualization (Linux VPS)”. 3. Enter the VPS specification in the boxes and click on “Create […]
Nano editor-Quick guide
nano is a small, free and friendly editor which aims to replace Pico, the default editor included in the non-free Pine package. Rather than just copying Pico’s look and feel, nano also implements some missing (or disabled by default) features in Pico, such as “search and replace” and “go to line and column number”. Opening […]