systemd: lircd.service must depend on lircd.socket
lircd.service must depend on lircd.socket, otherwise starting the former fails to recreate the socket file
lircd.service must depend on lircd.socket, otherwise starting the former fails to recreate the socket file
I use PeerGuardian as a way to ban IPs that are attacking my servers / exploiting / attempting to exploit software (monitored via another script I've written that all of my servers run). You can try ufw, this is a high-level CLI that is the main firewall in Debian/Ubuntu today that lets you block specific IP addresses. Something like sudo ufw deny 123.123.123.123 should work in a script. As for auto-updated mass blocklists, there is https://github.com/poddmo/ufw-blocklist/issues/22 but looking at...
BTW, if I don't use the hack, I get buffer overflow while generating IR pattern. From ftdi.c: static int tx_baud_rate = 65536; [..] [..] The FT232R also becomes unusable if you set the * tx_baud_rate to values other than 65536. Even if the hack were not required, these two bits of code seem very weird. What real world device has a baud rate of exactly 65536? My device at least certainly works with txbaud=15200 and it is not "unusable" contrary to the comment. The Linux gpio_ir_tx driver defaults...
FTDI plugin has unobvious configuration requirement
FTDI plugin requires txbaud hack
(delete double-post; see comment below)
One big advantage of pandoc is that it supports {align} and {gather}. Pandoc and latex2mathml.py supports different subsets of latex. For example, latex2mathml.py does not support \gsime, but pandoc does. The pandoc list of supported symbols is here [1] and it appears to be bigger (~2800 symbols) than the one in latex2mathml.py (~100 symbols), although it does not support some stuff like \underleftrightarrow that latex2mathml does. Actually it appears [1] is written by yourself, and that version...
One big advantage of pandoc is that it supports {align} and {gather}. Pandoc and latex2mathml.py supports different subsets of latex. For example, latex2mathml.py does not support \gsime, but pandoc does. The pandoc list of supported symbols is here [1] and it appears to be bigger (~2800 symbols) than the one in latex2mathml.py (~100 symbols), although it does not support some stuff like \underleftrightarrow that latex2mathml does. Actually it appears [1] is written by yourself, and that version...
MathML: support pandoc(1) as an external converter
I would argue that, a true meaning of "minimal" means a common subset of what all documentation generators might expect from the background browser. In which case, headers and footers don't naturally start off having lines. This is my motivation for the patch in the first place - I am mixing different documentation generators whilst trying to retain their "minimal.css" equivalents, and this definition from docutils is making its output look different from the others. (And my current workaround is...
Link to r8472 for convenience: https://sourceforge.net/p/docutils/code/8472/
Revert header/footer borders in minimal.css
As everything except a section header or a <section>-generating directive will result in an invalid document tree, I do not support some a new syntax construct for ending a section. Instead, the <section>-generating directive could define a directive option that can be used to specify whether the generated <section> node should be nested in the current section (becoming a sub-section) or appended to the current section (becoming the next section of the same level). Thanks for the detailed explanation!...
This feature would be useful for LaTeX as well as a parsed-printed-text format that expands directives. In my sphinx example, I do not want to have to artifically add extra sections, since that is not what I want the structure to be. Telling the user to do something different from what they originally want, is not a "feature", it's the absence of a feature. In particular, the autogenerated TOC entries in other parts of the output, will look weird and artificial, which it is. I would like the structure...
syntax for ending a section
Recent "encrypted headers" feature interferes with threaded view
Build a FASL library, needed by SageMath
Hey Bob, it looks like you're not receiving my replies correctly? The comment I made...
I can provide that. The "srcjsv" would simply be a jspecview/ subdirectory in src....
I understand. It could be JSmol in particular will not fit your model and cannot...
You have doc, devjars, examples, screensaver, srcjs, test, _documents. These don't...
The full.tar.gz doesn't contain build scripts, and it contains build output and intermediate...
Thank you! JSpecView/data/* takes up about half of that size. It could also be removed,...
Hello Bob, were you able to take a look at the script that I provided above? Do you...
Document the original source of JSmol/j2s/java and JSmol/srcjs
Hello Bob, were you able to take a look at the script that I provided above? Do you...
Hi, I have completed the initial version of the script to autogenerate a source tarball...
Hi, I have completed the initial version of the script to autogenerate a source tarball...
My issue is not a technical one, but a policy one. I am using J2S from this commit...
Two questions: I'm having difficulty regenerating JSmol/j2s/java. I thought I could...
Two questions: I'm having difficulty regenerating JSmol/j2s/java. I thought I could...
OK, I managed to figure out the J2S step. All you have to do is build the cmdlineApi...
OK, I managed to figure out the J2S step. All you have to do is build the cmdlineApi...
I would be happy to explain to you the details of how our automation works, once...
As I have stated already three times - no, I am not only interested in recreating...
Bob, I've tried to explain what I need very clearly in the text above. I'm not sure...
I am not only interested in the HTML5 applet. As I explained, if I am to package...
A source code tarball that contains: the original development tree of Jmol (plus...
If it's too much effort to create such a tarball yourself, it would also be OK if...
If it's too much effort to create such a tarball yourself, it would also be OK if...
Ah, not quite. I'm packaging Jmol because I started off packaging SageMath. But that's...
Hey, thanks for the detailed reply! That's very useful. (1) I'm fairly sure Jmol/JSpecView...
You might want them to be separate projects, but the current circular development...
I'm also getting stuck trying to run "ant -f build_13_tojs.xml" - it tries to copy...
Make life easier for Linux distributions such as Debian
As the current patch for the reStructuredText "date" directive does not solve the...
As the current patch for the reStructuredText "date" directive does not solve the...
"But, sane Linux distributors, such as Debian, will instead ignore your binary jnotify.jars...
I suppose I forgot to mention one item of advice - please please please, do not ship...
add documentation and pointer to hidden Google API
don't start tor if it's probably blocked
add the ability for briar-android to get the cu...
bump expiry to Feb 14
upgrade to jnotify 0.94 (patched) for 64-bit su...
support an older Android API level
lazily load JNotify to avoid bloating the guice...
update classpath for jnotify
ignore self's XMPP resource when matching contacts' fingerprints
Yeah, I only did that because I couldn't get it to work with the debuglevel, and...
Closing since we moved to github for the time being.
More flexible and consistent loadLibrary behaviour
Screwed up the first attempt, see merge request #2 instead.