Managing Notifications with 6Scan
Last Updated on Thursday, 21 February 2013 12:14 Written by Adam Bryner Thursday, 21 February 2013 12:14
In the dashboard of your 6Scan control panel, you can manage notifications for 6Scan.
Once logged into your cPanel, click on the 6Scan icon under the Security section of the cPanel. Once there, click on ‘Dashboard’, and then the settings tab. Finally, click on the notifications tab.
Notifications are managed for each domain that 6Scan is enabled for. You have the following self explanatory notification options.
- Email me when new vulnerabilities are found on my site
- Email me a weekly report
- Send me an SMS when new vulnerabilities are found on my site
That’s it, easy right?
Learn MoreHow to Create Your Own Python Environment Locally in Your Shared Hosting Account
Last Updated on Tuesday, 25 December 2012 12:01 Written by Tabaré Patiño Tuesday, 25 December 2012 12:00
Here is what you need to do in order to accomplish that:
1- login to ssh
2- execute de following commands:
Learn MoreHow to Find Your php.ini Path via SSH in a Linux Server
Last Updated on Friday, 3 August 2012 11:23 Written by Richi González Wednesday, 29 August 2012 12:00
Hello,
Whether you are just starting with server management, or you are a pro looking for more efficient ways to do things, this article is for you. I’ll teach you how to find out your php.ini’s path via SSH. Of course, for this article, you must be able to connect through a server via a terminal.
Difficulty level: Easy
Learn MoreHow to Add an Extension to the php.ini Through a Terminal in Linux
Last Updated on Thursday, 12 July 2012 09:44 Written by Richi González Sunday, 22 July 2012 12:00
Hello,
I’ll show you how to easily add an extension to the php.ini with a simple line in a terminal.
1. Open up a terminal or console.
The code is:
Learn MoreHow to Find If an Extension Exists in the PHP Configuration Through Terminal
Last Updated on Thursday, 12 July 2012 09:44 Written by Richi González Thursday, 19 July 2012 12:00
Hello,
This article will show you how to search for functions inside the PHPinfo through a terminal or console. I will show you a simple line to execute that finds if a certain word is found in the PHP info. This is useful for searching for functions.
1. Open up a terminal or console.
2. Let’s say if you want to know if GD libraries are installed, you’d search for ‘gd’ with the code like this:
Learn More

Recent Comments