php -i | grep API Server API => Command Line Interface PHP API => 20090626 Zend Extension Build => API220090626,NTS PHP Extension Build => API20090626,NTS DOM/XML API Version => 20031129 API Version => 3001 MHASH API Version => Emulated Support Client API version => 5.3.12-MariaDB Client API library version => […]
SSH Automation
Secure Shell (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network.[1] The best-known example application is for remote login to computer systems by users. SSH provides a secure channel over an unsecured network in a client-server architecture, connecting an SSH client application with an […]
How to install tor browser in ubuntu
Tor is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security. Tor protects you by bouncing your communications around a distributed network of relays run by volunteers […]
Understanding VI or VIM
VI OR VIM is the famous and most commonly used text editor for Linux operating systems. In this post, I would like to write shortcuts in VI or VIM which can make text editing easy. vi” is a text editor from the early days of Unix. It became quite […]
SSL certificate problem: unable to get local issuer certificate + woocommerce-gateway-paypal-express + wordpress 4.4
WooCommerce is an open source e-commerce plugin for WordPress. It is designed for small to large-sized online merchants using WordPress. Launched on September 27, 2011, the plugin quickly became popular for its simplicity to install and customize and free base product. WooCommerce has attracted significant popularity because the base product, […]
Steps to manually restore email account For a cPanel account from any backup
Email is very important for business. Sometimes email is hosted on a different server’s and the domain is hosted on one server. The below-pasted steps will help you when you want o migrate the emails to the same hosting server. This is one of the possible ways there are other […]
Script to restore the contents from addon domain to a newly created domain (newly created are domain which is seperated from mainaccount)
Script to restore the contents from addon domain to a newly created domain When customers move from shared hosting to VPS environment/dedi server environment below-pasted script will be usefull. In shared server’s customer’s will be having most of the domain’s as addon domains. Using the below-pasted script they can separate […]
PhpMyadmin throwing 404 error while accessing databases
If you are getting the above error while accessing the database through PhpMyadmin then please update the PhpMyadmin using below pasted command: [email protected]$ /usr/local/cpanel/bin/updatephpmyadmin –force
PhpMyadmin while redirecting from cPanel is asking for the password
While accessing PhpMyadmin from cPanel is asking for the password and its not redirecting, then it’s likely your account’s MySQL password has gotten out of sync with your cPanel account password. Under normal circumstances those passwords are the same, however, the way that phpMyAdmin was loaded in previous versions (cPanel […]
SSH login without password in a simple 3 Steps
In this page, I would like to enable the ssh passwordless entry to a server in 3 steps. For this, we are making use of ssh-keygen and ssh-copy-id ssh-keygen helps you generate SSH keys if the key are not generated ssh-copy-id will help you to copy the key to the […]