Step 1: Login to your Hostripples cPanel and Select PHPMyAdmin Click on the PHPMyAdmin Icon in your cPanel. Step 2: Select the Database Select Databases at the top of the screen and then click on your WordPress database. Step 3: Select the wp_users table. Click on the wp_users table. Step 4: Edit the admin user. […]
See MoreAuthor: HR-ADMIN
How to use MySQLTuner ?
Note : You’d need to be logged in as root user before to run the MySQLTuner script. Step 1 : Log into your server with a root or sudo user via SSH. Step 2 : Use the below command to download and execute : wget mysqltuner.pl Step 3 : You’d need to assign 775 permissions for the script: chmod 775 mysqltuner.pl Step 4 : […]
See MoreHow to Install Snort on Linux ?
Installing Snort on Linux : First download Snort’s latest version “snort-2.9.1.2.tar.gz” using the following command : wget http://www.snort.org/dl/snort-current/snort-2.9.1.2.tar.gz -O snort-2.9.1.2.tar.gz Run the following commands to proceed with installation: tar zxf snort-2.9.1.2.tar.gz cd snort-2.9.1.2 ./configure make make install While installing Snort you may get following error: ERROR! Libpcap library/headers (libpcap.a (or .so)/pcap.h) not found To fix the above […]
See More
You must be logged in to post a comment.