Overview
About
Projects
Showcase
Latest Articles
CSF SSH Command Line Commands
Renew Let's Encrypt certificate
How to add $PATH variable value to Debian
Bash Script Check is Apache is Down
Install mod_pagespeed on EasyApache4
Dental Fonts
.htaccess redirect examples
Percentage Calculator
WHM & CSF - Gmail SMTP connect () failed error
Hidden Netflix categories
Contact
negraru
negraru
ABOUT
PROJECTS
SHOWCASE
ARTICLES
CONTACT
1 (903) NEGRARU
1 (888) 204-1112
MENU
Articles & Code Snippets
Questions?
Overview
Articles & Snippets
February 2014 archive
February 2014 archive
Posted by
Cătălin on Fri, 1 Aug 2014
Amazing things come from passion.
Installing SSL Certificate on Apache with mod_ssl
Posted by Cătălin on Sun, 2 Feb 2014
Renew SSL certificate at StartSSL
Posted by Cătălin on Sun, 2 Feb 2014
web
Please enable JavaScript to view the
comments powered by Disqus.
Overview
Articles & Snippets
February 2014 archive
Archives
January 2020
1
November 2019
1
September 2019
1
April 2018
2
February 2018
1
January 2018
3
December 2017
2
November 2017
2
October 2017
2
September 2017
1
July 2017
2
June 2017
2
May 2017
1
March 2017
2
February 2017
2
January 2017
2
November 2016
1
October 2016
4
August 2016
1
April 2016
1
June 2015
1
May 2015
2
April 2015
1
December 2014
1
October 2014
2
September 2014
1
July 2014
2
June 2014
1
March 2014
1
February 2014
2
January 2014
2
December 2013
2
October 2013
2
September 2013
2
July 2013
2
June 2013
1
March 2013
1
February 2013
3
January 2013
1
December 2012
1
November 2012
1
September 2012
1
August 2012
2
April 2012
1
August 2011
2
July 2011
2
January 2011
1
October 2010
5
August 2010
2
July 2010
3
May 2010
1
April 2010
5
March 2010
3
February 2010
2
Articles & Snippets
CSF SSH Command Line Commands
Fri, 3 Jan 2020
Command Description ...
Continue Reading…
Renew Let's Encrypt certificate
Wed, 27 Nov 2019
certbot --authenticator standalone --installer apache -d your-domain.com \ --pre-hook "systemctl stop apache2" \ --post-hook...
Continue Reading…
How to add $PATH variable value to Debian
Mon, 2 Sep 2019
To set the $PATH permanently, set the path in your startup file. This directory exists in different locations based on your oper...
Continue Reading…
Bash Script Check is Apache is Down
Wed, 25 Apr 2018
#!/bin/bash if curl -s --head 'https://your-domain.com/' | grep "200 OK" > /dev/null then echo "Apache server is u...
Continue Reading…
Install mod_pagespeed on EasyApache4
Sat, 14 Apr 2018
Installation Procedure (CentOS): yum install rpm-build cpio ea-apache24-mod_version wget https://github.com/pagespeed/cpan...
Continue Reading…
Dental Fonts
Tue, 13 Feb 2018
<head> <script defer src="//assets.market.dental/fonts/md-dental-fonts/md-dental-fonts-1.0.min.js">&...
Continue Reading…