| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 6 months |
| seen | May 18 at 23:14 | |
| stats | profile views | 6 |
|
Jan 31 |
awarded | Popular Question |
|
Nov 16 |
comment |
Extracting a line section of mysql backup using sed Many thanks :-) Both your and Iains sed were equally useful, but your egrep seems to be exactly what I was looking for |
|
Nov 16 |
accepted | Extracting a line section of mysql backup using sed |
|
Oct 7 |
asked | Extracting a line section of mysql backup using sed |
|
Sep 6 |
awarded | Commentator |
|
Sep 6 |
accepted | Looking to list all files/dirs ignored by rsyncs exclude file |
|
Sep 6 |
comment |
Looking to list all files/dirs ignored by rsyncs exclude file excellent, thanks! |
|
Sep 5 |
comment |
Load Balancing + Folder sync Can you explain why you need a 2-way sync of anything? Do you really mean application code, or do you mean user uploaded data? |
|
Sep 5 |
asked | Looking to list all files/dirs ignored by rsyncs exclude file |
|
Aug 13 |
awarded | Teacher |
|
Aug 13 |
comment |
Rebooting a guest causes IP address conflict But does this MAC address conflict with any other VM? If you clone a VM, VMWare will ask if you copied or moved it. The reason it asks, is so it knows whether to generate a new MAC address for the VM. If you copied a VM, but told VMWare you moved it, then you could have a MAC address conflict as the underlying cause |
|
Aug 13 |
comment |
run apache as root The error you pasted already tells you what to do. But as other people have pointed it, this is a dumb idea for so many reasons. It doesn't matter if its a test server, its pointless testing something on an environment that completely differs from anything you'd ever put live on the net |
|
Aug 13 |
answered | Who is carrierzone and what do they have to do with email through a custom domain? |
|
Aug 13 |
answered | Redirecting domain to a folder |
|
Aug 13 |
answered | What tool do you use to monitor your clients? |
|
Jun 18 |
awarded | Supporter |
|
Jun 17 |
comment |
Cant connect to mysql using self signed SSL certificate Thankyou so much! The missing step is that I was not concatenating server and client certs into a ca.pem. I was instead passing the ca.cert which was generated initially (and then passed as --CA-key when generating client and server certs) |
|
Jun 17 |
accepted | Cant connect to mysql using self signed SSL certificate |
|
Jun 17 |
comment |
Cant connect to mysql using self signed SSL certificate Infact its a good question. In hindsight Im not sure it makes sense for client to be specifying the servers ssl-ca. But then without Im under the imrepssion the encrypted connection is not stricly authenticated |
|
Jun 17 |
comment |
Cant connect to mysql using self signed SSL certificate Thanks, Ive updated my question with response and ssl config from server. The certificates being passed on commandline when trying to connect are indeed client certificates. |