Deprecated: Optional parameter $shortcode declared before required parameter $args is implicitly treated as a required parameter in /home/ashishka/public_html/wp-content/plugins/wp-cirrus/wp-cirrus.php on line 331

Warning: Cannot modify header information - headers already sent by (output started at /home/ashishka/public_html/wp-content/plugins/wp-cirrus/wp-cirrus.php:331) in /home/ashishka/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Meta/Robots.php on line 89

Warning: Cannot modify header information - headers already sent by (output started at /home/ashishka/public_html/wp-content/plugins/wp-cirrus/wp-cirrus.php:331) in /home/ashishka/public_html/wp-includes/feed-rss2.php on line 8
Update | Web Hosting Stuff https://www.ashishkale.in Get solutions under one roof Tue, 20 Oct 2015 06:18:15 +0000 en-US hourly 1 How to Update Your cPanel License Key https://www.ashishkale.in/how-to-update-your-cpanel-license-key/ https://www.ashishkale.in/how-to-update-your-cpanel-license-key/#respond Tue, 20 Oct 2015 06:18:15 +0000 http://www.ashishkale.in/?p=926 In this Article I will explain how to update cPanel License key of a server. If you need to update your server license key when you have a new licence key, or you want to upgrade from trail version to paid version. Please follow the instruction and update cPanel License key. Login to cpanel VPS or dedicated server via shell (SSH). Open [...]

The post How to Update Your cPanel License Key first appeared on Web Hosting Stuff.

]]>
In this Article I will explain how to update cPanel License key of a server. If you need to update your server license key when you have a new licence key, or you want to upgrade from trail version to paid version. Please follow the instruction and update cPanel License key.

cPanel License Key

Login to cpanel VPS or dedicated server via shell (SSH).

  • Open your “putty program”.
  • Log in as “root”.
  • Enter your password.
  • And run the following at the command line:

/usr/local/cpanel/cpkeyclt

 

Note : If you just want to update cPanel, run:

/scripts/upcp

 

 

That’s it !! This will update it and your good to go

The post How to Update Your cPanel License Key first appeared on Web Hosting Stuff.

]]>
https://www.ashishkale.in/how-to-update-your-cpanel-license-key/feed/ 0
How to Update Fantastico Manually via WHM? https://www.ashishkale.in/how-to-update-fantastico-manually-via-whm/ https://www.ashishkale.in/how-to-update-fantastico-manually-via-whm/#respond Thu, 27 Aug 2015 06:50:52 +0000 http://www.ashishkale.in/?p=653 How to update fantastico manually via WHM? Fantastico is a scripts library that automates the installation of web applications to a website. Follow the steps to update Fantastico Step 1 : Login to your cPanel server via WHM Step 2 : Locate the section entitled Plugins Step 3 : Click on “Fantastico De Luxe WHM Admin” Step 4 : Click [...]

The post How to Update Fantastico Manually via WHM? first appeared on Web Hosting Stuff.

]]>
How to update fantastico manually via WHM?

Fantastico is a scripts library that automates the installation of web applications to a website.

Update Fantastico

Follow the steps to update Fantastico

Step 1 : Login to your cPanel server via WHM

Step 2 : Locate the section entitled Plugins

Step 3 : Click on “Fantastico De Luxe WHM Admin”

Step 4 : Click on “Update/Get files”

Step 5 : Then Click on “Install Latest Fantastico De Luxe” button

.
.
.

Your Fanstastico should be Fully Updated!!

 

The post How to Update Fantastico Manually via WHM? first appeared on Web Hosting Stuff.

]]>
https://www.ashishkale.in/how-to-update-fantastico-manually-via-whm/feed/ 0
How to Installation Linux Malware Detect (Maldet) On Linux https://www.ashishkale.in/how-to-installation-linux-malware-detect-maldet-on-linux/ https://www.ashishkale.in/how-to-installation-linux-malware-detect-maldet-on-linux/#respond Thu, 09 Jul 2015 13:30:12 +0000 http://www.ashishkale.in/?p=312 Linux Malware Detect (Maldet) : Linux Malware Detect (LMD) is a malware scanner for Linux released under the GNU GPLv2 license, that is designed around the threats faced in shared hosted environments. It uses threat data from network edge intrusion detection systems to extract malware that is actively being used in attacks and generates signatures for detection. Follow the steps [...]

The post How to Installation Linux Malware Detect (Maldet) On Linux first appeared on Web Hosting Stuff.

]]>
Linux Malware Detect (Maldet) :

Linux Malware Detect (LMD) is a malware scanner for Linux released under the GNU GPLv2 license, that is designed around the threats faced in shared hosted environments. It uses threat data from network edge intrusion detection systems to extract malware that is actively being used in attacks and generates signatures for detection.

Follow the steps below to install maldet on your server.

A) Install maldet on your server

1) SSH to your server
2) Download the tar file and install it.

cd /usr/local/src/ && wget http://www.rfxn.com/downloads/maldetect-current.tar.gz && tar -xzvf maldetect-current.tar.gz && cd maldetect-* && sh install.sh

This will automatically install a cronjob inside /etc/cron.daily/maldet so a daily scan will be run for local cPanel or Plesk accounts.

B) Update to the latest version and virus signatures:

maldet -d && maldet -u

C) Run the first scan manually

Launch a background scan for all user’s public_html and public_ftp in all home directories, run the following command:

maldet -b –scan-all /home?/?/public_?

D) Verify the scan report

1) List all scan reports time and SCANID:

maldet –report list

2) Show a specific report details :

maldet –report SCANID

3) Show all scan details from log file:

grep “{scan}” /usr/local/maldetect/event_log

E) Clean the malicious files

The quarantine is disabled. You will have to launch it manually.

maldet -q SCANID

The post How to Installation Linux Malware Detect (Maldet) On Linux first appeared on Web Hosting Stuff.

]]>
https://www.ashishkale.in/how-to-installation-linux-malware-detect-maldet-on-linux/feed/ 0