curl \
-H 'Content-Type: application/json' \
-X POST \
-d '{"text": "$TEXT", "mode": "markdown"}' \
https://api.github.com/markdown
Enabling core dumps for PHP-FPM on CentOS 7 require several steps.
Set the rlimit_core
directive in /etc/php-fpm.d/pool.conf and /etc/php-fpm.conf to unlimited:
rlimit_core = unlimited
<html> | |
<head> | |
<script | |
src="https://code.jquery.com/jquery-3.1.1.min.js" | |
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" | |
crossorigin="anonymous"> | |
</script> | |
</head> |
#PHP Apache CORE DUMP - GDB backtrace
Open httpd.conf: vi httpd.conf
Add following line main config section:
CoreDumpDirectory /tmp/apache2-gdb-dump
Unlimited core dump size, In terminal add below
ulimit -c unlimited
If a project has to have multiple git repos (e.g. Bitbucket and Github) then it's better that they remain in sync.
Usually this would involve pushing each branch to each repo in turn, but actually Git allows pushing to multiple repos in one go.
If in doubt about what git is doing when you run these commands, just
This is a primer for installing a Letsencrypt certificate on a Jira server that is running the Jira provided, default Tomcat for serving webpages.
I found lots of information about how to do it using a free-standing Tomcat or nginx, but nothing about this particular combination. I hope it helps you!
Obviously, in all the examples, you need to replace jira.example.com
with your own domain! And (duh) you need to use your own password, not 1234
You need to have installed Java (outside the scope of this document). Then in your user's shell RC file and probably root
's RC file, add
How to install smstools on Raspberry PI with a nn dongle | |
======================================================== | |
Get deviceid for the dongle | |
--------------------------- | |
sudo lsusb | |
I get the result... |