Tag Archive: setup

June 8, 2015   /   by Marco   /   , , ,

Using Screencapture IcyScreen in batch file

Using Screencapture IcyScreen in batch file

Several posts ago I mentioned about a tool that I use called IcyScreen to capture screenshots of a monitoring system that I use for work. You can read this here: Automatic Screenshots using IcyScreen. I setup IcyScreen to capture the screen at an interval of 30 minutes, however, I found that this was not the […]

read more

January 15, 2015   /   by Marco   /   , , ,

How to setup phpMyAdmin to prompt for login and password

How to setup phpMyAdmin to prompt for login and password

By default, phpMyAdmin on WAMP automatically logs in using the root user account. To make this more secure you it is best to use an authentication method to prompt for the username and password. To do this follow these steps: Edit the config.inc.php file located in C:\wamp\apps/phpmyadmin3.5.1 Look for the line that has auth type […]

read more