Bash script logging
- No Comments
- Dec, 16, 2010
- Angelo Schalley
- Linux, Plesk Linux
use
>> mylog ( after the file, use > to overwrite )
to just append to the file
date >> mylog
ls >> mylog
echo >> mylog
OR if You want all script output go the mylog
Read more on Bash script logging…
Password protect a directory within IIS
- No Comments
- Dec, 14, 2010
- Angelo Schalley
- html / php, IIS, Plesk Windows, security, Windows-Microsoft
1. Create the user:
Administrative Tools -> Computer Management
Expand Local Users and Groups
Right-click Users, select New User…
Fill in the appropriate fields, be sure to clear the box for “User must change password at next logon”.
Click Create
Read more on Password protect a directory within IIS…
Using Crontab with Plesk to call PHP files (drupal – joomla – etc )
- No Comments
- Dec, 13, 2010
- Angelo Schalley
- html / php, joomla, Linux, Plesk Linux
Having battled with getting a php file to be called from a scheduled task (a.k.a. a crontab task) using the Plesk interface panel on a Linux box, I thought I’d share a bit of a how-to on it because I struggled to find anything helpful out there on the topic.
Read more on Using Crontab with Plesk to call PHP files (drupal – joomla – etc )…