python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can I concatenate openssl conf files?
If I have a file (my.cnf) containing
[v3_req]
subjectAltName = @alt_names
[alt-names]
DNS ....
DNS ....
and I concatenate it with openssl.cnf (cat openssl.cnf my.cnf > myopenssl.cnf) will openssl ...
user2147001
Votes: 0
Answers: 1
php.ini configuration: display all errors and warnings but only log errors
As the title suggests, I would like PHP to display all errors and warnings (E_ALL) but I would like to only log the errors (E_ALL & ~E_NOTICE & ~E_STRICT) is that possible?
Here is how I have ...

tony
Votes: 0
Answers: 0
How can I change the default pager for Python's help() debugger command?
I'm currently doing some work in a server (Ubuntu) without admin rights nor contact with the administrator. When using the help(command) in the python command line I get an error.
Here's an example:
&...
ArturRz
Votes: 0
Answers: 3
How to change database from h2 to MySql in JBPM
I want to change database (h2 to SQL) in JBPM
from
<datasources>
<datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" us...
sonalika
Votes: 0
Answers: 1