|
Jul 12 |
answered | identify physical network device by interface name in linux |
|
Jul 12 |
awarded | Excavator |
|
Jul 12 |
revised |
In UNIX, how can I cat a file located in a different server? Formatting fixes to make it more pleasant to read |
|
Jul 12 |
suggested | suggested edit on In UNIX, how can I cat a file located in a different server? |
|
Jul 11 |
comment |
Glob Not Match? Interesting, I have no experience with Mac so I can't help there I'm afraid. If this answered your question, though, please can you accept it by pressing the hollow tick next to the answer. Thanks :-) |
|
Jul 11 |
answered | Glob Not Match? |
|
Jul 11 |
comment |
Redirect as a backup trick? w/o modifying DNS? Yes - how long it caches it for depends on the TTL that the server specifies. |
|
Jul 11 |
answered | Redirect as a backup trick? w/o modifying DNS? |
|
Jul 11 |
answered | fsockopen() error : Network is unreachable port 43 in php |
|
Jul 11 |
comment |
What would be the minimum-cost reasonable SSL option? My gut told me it was a pun! Should have gone with it :'( |
|
Jul 11 |
comment |
What would be the minimum-cost reasonable SSL option? It is clear what you meant, but my issue is that it's said without merit. Just because you feel a little less happy does not mean they are hard to trust in general: as I said, I can't name a browser/OS that has revoked the CA, so by definition, it's trusted. "Why go with someone who was compromised when there are other options out there." - I hope you understand that a compromised CA does not compromise your certificate in any way (assuming the CA isn't revoked) - unless you gave them your private keys. Personally I think https://(www.)example.com/ is nice and clean, I don't want to redirect |
|
Jul 11 |
comment |
What would be the minimum-cost reasonable SSL option? For purpose, yes. Technically, they will have different intermediate CAs and they have different assurances, but their browser coverage is equal so they have the same effect. Am I missing something (unless you meant the latter part, in which case I am certain)? |
|
Jul 10 |
answered | Deny Access to directories from unauthorized users |
|
Jul 10 |
revised |
How to resize /dev/md1 Formatting required |
|
Jul 10 |
suggested | suggested edit on How to resize /dev/md1 |
|
Jul 10 |
comment |
What would be the minimum-cost reasonable SSL option? I've downvoted you because "not exactly trusted" is unsubstantiated (I have used several certs for years, and never had a warning, so you need to show what browsers they are now untrusted on) and because the www is issued as part of the example.com certificate so there is no worry (worst case, it's only valid for example.com). |
|
Jul 10 |
answered | What would be the minimum-cost reasonable SSL option? |
|
Jul 10 |
answered | WikiMedia. Search with french accents. Result differ's |
|
Jul 10 |
comment |
how to control system load of a particular process? eg. Java What's the cause of the load? Is it CPU intensive or Disk intensive? |
|
Jul 10 |
comment |
Why is OOM killer hitting here Raising memory_limit only allows PHP to ask for more memory when the script requires it, it doesn't actually allocate it. For example, this works fine: php -r "ini_set('memory_limit', '1000000M');" |