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
Sitemap
Let's Chat
Sitemap
Overview
About
Companies & Projects
Showcase
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
hidden-* and visible-* classes update for Bootstrap4
Generate password
Font style matcher
Image Placeholder
Bootstrap 4 responsive utilities
MySQL update to remove whitespaces
Google Chrome (ERR_EMPTY_RESPONSE)
HTML Minifier
Compare tables find and update in MySQL
MySQL find duplicates
Enable GZIP Compression in WHM
Image blur filter
Encrypt files on OS X
How to force HTTPS using the .htaccess file
CentOS cleaning Yum cache
Useful library repository
Encrypt sensitive data with PHP
GST/HST calculator
Script to Backup Mysql Databases
Archive with tar excluding certain files/folders
Find files containing specific text on Linux?
Linux - How to fix “Read-only file system”?
Resolving Finder Problems in OS X 10.9.5 - OS X
Let's Encrypt plugin for cPanel/WHM
Authentication with .htpasswd On Mac OS X
Apache mod_rewrite
Remove IP from firewall
How Uninstall Attracta in WHM
Secure connection failed in Webmin
Find and remove IP blocked in Linux
Hide or show content for devices in Bootstrap
How To Check If Your Linux Is Vulnerable to Shellshock
Terminal search files by text that the file names contain
Finding a text string in Linux
How to count all the files recursively?
How to find IPs in the same network?
Installing SSL Certificate on Apache with mod_ssl
Renew SSL certificate at StartSSL
How to burn ISO image on Mac?
Unblock IP from Fail2Ban
Remove specific directories at once in Linux
Backup MySQL with cron
Vacation plugin issue with Roundcube 0.95
.htaccess redirect
Capture hostname and uri using tshark
Linux Find Large Files
Mount USB flash in Linux
Temporarily stopping the X server
Largest top files on Linux
mySQL password (Mac OS X Lion)
Leverage browser caching
Apache Error
GPG error for Debian
.ca whois response
Mounting an NTFS drive in Debian
Debug and monitor traffic on a network
Creating Apple ID without credit card
Flush DNS Cache in Mac OS X
How to detect a DDoS attack?
Empty Time Machine HDD on Mac
Inspired Bicycles
How to Remove the Header and Footer from Firefox 5
QR Codes via Google API
PHP script to retrieve data from AdSense
301 .htaccess Redirect
Secret Golden Ratio of New Twitter Layout
Twitter SMS alerts
How To Make Innovative Ideas Happen
Homemade Spacecraft
Firefox Address Bar Typed URLs History Removal
Your text is too small
How to modify your MX records for Google Apps Mail / Gmail?
Internet Explorer 6 warning message in webpages asking for browser upgrade
Selecting a Payment Processing Vendor
CSS PNG image fix for stupid IE
Apple's Thoughts on Flash by Steve Jobs
Why Designers Fail and What to do About It
Logorama
Google Envelopes Beta
Bell's internet throttling illegal, Google says
Interviu EVZ
Open-Source & Similar Licenses Guide
Post to Twitter using PHP and cURL
Get the content of a webpage into a PHP variable
Monitor your web server using PHP
Get download speed of your webserver
Contact
Overview
Sitemap
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…