Compare commits
2 Commits
71628f7ad7
...
9c8518264c
Author | SHA1 | Date |
---|---|---|
The Magician | 9c8518264c | |
The Magician | a53509b5a4 |
5
Makefile
5
Makefile
|
@ -1,5 +1,6 @@
|
||||||
serve:
|
serve:
|
||||||
python -m http.server
|
python -m http.server
|
||||||
publish:
|
publish:
|
||||||
rsync --delete --recursive * root@themagician.cc:/usr/share/nginx/html/www/
|
rsync --delete --recursive * root@themagician.cc:/var/www/themagician.cc/html/
|
||||||
ssh root@themagician.cc 'chown -R www:www /usr/share/nginx/html/www/'
|
ssh root@themagician.cc 'chown -R www:www /var/www/themagician.cc/html/'
|
||||||
|
ssh root@themagician.cc 'chcon -vR system_u:object_r:httpd_sys_content_t:s0 /var/www/themagician.cc/'
|
||||||
|
|
|
@ -56,7 +56,11 @@
|
||||||
<h2>Links</h2>
|
<h2>Links</h2>
|
||||||
<p><a href="https://git.themagician.cc">Personal Projects (Gitea)</a></p>
|
<p><a href="https://git.themagician.cc">Personal Projects (Gitea)</a></p>
|
||||||
<p><a href="https://github.com/TheMagician23">Open-Source Contributions (Github)</a></p>
|
<p><a href="https://github.com/TheMagician23">Open-Source Contributions (Github)</a></p>
|
||||||
<p><a href="https://www.youtube.com/channel/UCkG21Ug-DAj4i1C_TpWIlbQ">Tutorials (Youtube)</a></p>
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<h2>Contact me</h2>
|
||||||
|
<p><a href="mailto:themagician@engineer.com">Email: themagician@engineer.com</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue