| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 4 years |
| seen | Apr 8 at 21:53 | |
| stats | profile views | 16 |
|
Mar 17 |
awarded | Revival |
|
Mar 4 |
awarded | Notable Question |
|
Sep 11 |
awarded | Teacher |
|
Aug 2 |
answered | CentOS6 - Apache2 working but when installing / enabling SSL, server won't start because of permissions error |
|
Oct 18 |
comment |
Which wildcard SSL cert vendors allow you to set up the same cert on multiple servers? +1 Digicert - I've had nothing but excellent support from DigiCert. They're really on the ball. |
|
Jan 24 |
awarded | Popular Question |
|
Feb 5 |
comment |
Console apps don't work in Powershell Copying the pscp.exe file into the same directory as my ps1 file is working for now. |
|
Feb 5 |
comment |
Console apps don't work in Powershell Adding %PATHEXT% got the default windows console programs to work, but not PSCP that I'm depending on. |
|
Jan 26 |
asked | Console apps don't work in Powershell |
|
Nov 25 |
awarded | Tumbleweed |
|
Nov 18 |
asked | Backup a Linked MySQL DB through SQL Server Management Studio |
|
Oct 27 |
comment |
Cron job fails silently The problem was the environment. Part of my script was relying on a path relative to the current working directory. When run as a standalone script from the command line, this wasn't a problem, but cron's current working dir was my home directory (this was my user crontab). Fixing the script to work out the right path solved my problem. |
|
Oct 27 |
awarded | Scholar |
|
Oct 27 |
accepted | Cron job fails silently |
|
Oct 26 |
comment |
Cron job fails silently It's in a user crontab. |
|
Oct 26 |
awarded | Supporter |
|
Oct 26 |
comment |
Openfire Installation Issue - Can't Login to admin panel Same problem/solution on Fedora. |
|
Aug 18 |
awarded | Student |
|
Aug 18 |
comment |
Cron job fails silently added the MAILTO line, but received nothing. And I'm certain that the file ownership/permissions match the owner of the crontab. |
|
Aug 18 |
comment |
Cron job fails silently Redirecting the output did nothing; didn't even generate the log file. It appears that my cron job isn't running at all. |