-
MySQL Error: Prepared statement needs to be re-prepared
To fix this error, first try to restart the MySQL services. Otherwise, try modifying any of the following database settings: tmp_table_size 32M=>64Mjoin_buffer_size 256k=>512ktable_open_cache 128=>16384table_definition_cache 1024=>16384 ]]>
-
What is my FTP host name?
If you want to know your FTP host name for using an FTP client, then follow the steps below:- >> Login to the control panel. >> Click on FTP/User Account. >> See the host name. That’s your FTP host name for logging in from the FTP client. ]]>
-
Steps to install nopCommerce on your domain
Please follow the steps below to install nopCommerce on your domain. 1- Please upload all the nopCommerce files under the domain root folder.2- After that, create a subfolder under the domain root folder and name it nopCommerce (it is a temporary folder) and move all the root’s files to this folder.3- Give write and read […]
-
Runlevels on Unix/Linux
“Runlevel” as a term defines the state of the machine after booting. The following are the runlevels defined for Unix/Linux systems:- ID Description0 Halt1 Single-user mode2 Multi-user mode without network services and network interfaces3 Multi-user mode with networking4 Not used (Reserved for special purposes)5 Multi-user mode with networking […]
-
How to set the ASP.NET trust levels on applications hosted on Windows 2008/2008 R2
Please follow the steps below:- 1: Open the IIS Manager on the server.2: Select your domain/directory under ‘Sites’ and double click on the domain name.3: After this, the domain settings section will be shown there with the IIS section in it.4: Under the IIS section, double-click on the .NET trust levels which you will get […]
-
How to get the subscriber list for the ezmlm mailing list on the server?
The command below is used to get the subscriber list for the ezmlm mailing list on the server:- /hsphere/shared/bin/ezmlm/ezmlm-list ‘/hsphere/local/var/vpopmail/domains/x/x/domain-name/email-list’ > outputfile.txt ]]>
-
Disabling ping on Windows Server 2008 to stop DDOS attacks on the server
To disable ping on Windows Server 2008 R2, please follow the steps below: 1) Go to the Start Menu.2) Select Administrative Tools >> Windows Firewall with Advanced Security -> the firewall will open in a new window.2) In this window, you will see ‘Inbound Rules’ – click on it.3) Under Inbound Rules, please search for […]
-
How to mount an NFS shared directory on the local Linux machine?
Many times in organizations, data is located on the server which employess/users need to access by mounting the network shared directory to the local system and then they can access the data located on the server. So, first of all we need to find out the network shared directory by using the commands below:- showmount […]
-
MySQL Error 1129: Host ‘xxx.xx.xxx.xxx’ is blocked because of many connection errors; unblock with ‘mysqladmin flush-hosts’
To fix this error, run the command below:- ]# mysqladmin -p flush-hosts where -p = password of the MySQL admin (root) user. ]]>
-
How to configure e-mail with IMAP/POP3 configuration in an Android device
Yes, you can configure your email in an Android device with IMAP or POP3 settings by following the steps below: Step 1: Open your device’s email application. Step 2: If you already have an email account set up, press Menu and tap Accounts. Press Menu again and tap Add Account. Type your email address and […]