Overview
About
Projects
Showcase
Latest Articles
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
hidden-* and visible-* classes update for Bootstrap4
Generate password
Font style matcher
Contact
negraru
negraru
ABOUT
PROJECTS
SHOWCASE
ARTICLES
CONTACT
1 (903) NEGRARU
1 (888) 204-1112
MENU
Articles & Code Snippets
Questions?
Overview
Articles & Snippets
Terminal search files by text that the file names contain
Terminal search files by text that the file names contain
Posted by
Cătălin on Mon, 21 Jul 2014
Terminal search files by text that the file names contain
sudo find / -type f -name "*string*"
web
Please enable JavaScript to view the
comments powered by Disqus.
Overview
Articles & Snippets
Terminal search files by text that the file names contain
Archives
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
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…
.htaccess redirect examples
Fri, 19 Jan 2018
#Redirect a single page: Redirect 301 /pagename.php http://www.domain.com/pagename.html #Redirect an entire site: Redir...
Continue Reading…
Percentage Calculator
Sat, 6 Jan 2018
What is % of = % /*! jQuery v1.11.3 |...
Continue Reading…
WHM & CSF - Gmail SMTP connect () failed error
Fri, 5 Jan 2018
I solved the Gmail SMTP connect () failed error adding user(s) to CSF: Go to: CSF Firewall Configuration SMTP Settings Whi...
Continue Reading…