vimwiki: add gcc
This commit is contained in:
parent
8d766710b4
commit
46d4768f64
2
.vim/vimwiki/GCC.wiki
Normal file
2
.vim/vimwiki/GCC.wiki
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
= Get preprocessor definitions =
|
||||||
|
gcc -E -dM - < /dev/null
|
@ -3,6 +3,7 @@
|
|||||||
* [[TODO]]
|
* [[TODO]]
|
||||||
= Dev =
|
= Dev =
|
||||||
* [[Code Checker]]
|
* [[Code Checker]]
|
||||||
|
* [[GCC]]
|
||||||
= Android =
|
= Android =
|
||||||
* [[AndroidCamera]]
|
* [[AndroidCamera]]
|
||||||
*
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /srv/http -d mathux.org --email mathieu@mathux.org
|
/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /srv/http -d mathux.org --email mathieu@mathux.org
|
||||||
/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /srv/http/letsencrypt -d gitlab.mathux.org --email mathieu@mathux.org
|
/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /srv/http/letsencrypt -d gitlab.mathux.org --email mathieu@mathux.org
|
||||||
/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /lib/python3.5/site-packages/homeassistant/components/frontend/www_static/ -d home.mathux.org --email mathieu@mathux.org
|
/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /lib/python3.6/site-packages/homeassistant/components/frontend/www_static/ -d home.mathux.org --email mathieu@mathux.org
|
||||||
/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /lib/python3.5/site-packages/homeassistant/components/frontend/www_static/ -d lefevre.mathux.org --email mathieu@mathux.org
|
/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /lib/python3.6/site-packages/homeassistant/components/frontend/www_static/ -d lefevre.mathux.org --email mathieu@mathux.org
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user