How to get a Let’s Encrypt certificate while using CloudFlare
certbot-auto certonly --webroot --webroot-path /usr/share/nginx/html/ --renew-by-default --email [email protected] --text --agree-tos -d example.tld -d www.example.tld
certbot-auto certonly --webroot --webroot-path /usr/share/nginx/html/ --renew-by-default --email [email protected] --text --agree-tos -d example.tld -d www.example.tld
as heard on https://soundcloud.com/lektroluvrecords/dr-lektroluv-live-switch (13m)
I was getting the following error on a *fresh* CentOS…
Warning: Unknown: open(/var/lib/php/session/sess_isu2r2bqudeosqvpoo8a67oj02, O_RDWR) failed: Permission denied (13) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0
This will do the work…
chown -R nginx:nobody /var/lib/php/session && chmod -R 770 /var/lib/php/session
So!, I have with almost 3Gb… and I need to make a search & replace…
This looks the best way to me…
EXPORT FROM MYSQL > LINUX SEARCH & REPLACE > IMPORT TO MYSQL
Dump database to text file
mysqldump -u user -p databasename > ./db.sql
Run sed command to find/replace target string
sed -i 's!oldString!newString!g' ./db.sql
Reload the database into MySQL
mysql -u user -p databasename < ./db.sql
As copied from http://stackoverflow.com/questions/11839060/find-and-replace-text-in-the-entire-table-using-a-mysql-query
As heard on RTS live esplanade de l’europe 21-06-2005 Montpellier (FX, Fred Pellichero, Slow Motion, Delon & Dalcan, Joachim Garraud).
WTF?!
Domain Name: SOMETHING.COM
Registrar: ENOM, INC.
Sponsoring Registrar IANA ID: 48
Whois Server: whois.enom.com
Referral URL: http://www.enom.com
Name Server: DNS1.NAME-SERVICES.COM
Name Server: DNS2.NAME-SERVICES.COM
Name Server: DNS3.NAME-SERVICES.COM
Name Server: DNS4.NAME-SERVICES.COM
Name Server: DNS5.NAME-SERVICES.COM
Status: pendingDelete https://icann.org/epp#pendingDelete
Updated Date: 08-dec-2016
Creation Date: 25-sep-2015
Expiration Date: 25-sep-2016>>> Last update of whois database: Sat, 10 Dec 2016 12:56:07 GMT <<<
domain-index.com
Domains Index
lists of all registered domains, registered domains database ccTLDBuilding web scraper or doing marketing research you face a problem of obtaining domain lists for crawling. We collected and update them regularly for one of our projects and are happy to share. gTLD, ccTLD, and newgTLDs, everything in one place.
According to Q2 2016 Domain Name Industry Brief, today approximately 344MM domain names registered worldwide in ccTLD, gTLD, and newGTLD zones. We have about 90% domains in our registered domains dataset.
Lets set the timeout at 40 minutes!
<IfModule mod_php5.c>
#Session timeout
php_value session.cookie_lifetime 2400
php_value session.gc_maxlifetime 2400
</IfModule>
https://www.youtube.com/watch?v=cOYS_TucdfA
as heard on https://www.youtube.com/watch?v=scOLSHviPNw (+-40m)