Some cloudflare stats from one client’s domain…




Some cloudflare stats from one client’s domain…




As heard on a [Set 5-31-2007 23.48.33]/[002] [Front-Cut] Make your own kind oMATHIEU BOUTHIER_et_MUTTONHEAD.mp3.
Back in 2006, 2007, 2008 I used to record web streams with RipCast (www.xoteck.com/ripcast)….. this was recorded in one of those streams….
This new server with Ubuntu 16.04 LTS cames with PHP 7.0.
The backup that I have from my client has some old WordPress blogs…
Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
I need to downgrade PHP 7.0 to PHP 5.6, at least for now.
Before you procede with the tutorial on the following link, and if you are running a new Ubuntu 16 installation you might get upon the following error while following the tutorial.
root@sd-4XXXX:/home/httpd/html# sudo add-apt-repository ppa:ondrej/php sudo: add-apt-repository: command not found
To install add-apt-repository you will need to run the following command
sudo apt-get install software-properties-common
Now the solution How can I downgrade from PHP 7 to PHP 5.6 on Ubuntu 16.04? [duplicate].
Found this smooth and nice set @ youtube while I was looking for Water – Marlow and Claudia Nehls (Daniel Stefanik Remix).
Thugfucker Blatant Promotion (Guy Gerber and Hadas Reshuffle)
Tube and Berger Funky Shit (Gui Boratto remix)
Sholmi Aber Moods (Valentino Kanzyani Remix)
DJ Tocadisco Better Begin (Gui Boratto remix)
Gel Abril Very Wrong (Chaim Remix)
Kolombo Model (Robert Babicz Remix)
Marlow and Claudia Nehls Water (Daniel Stefanik Remix) – 32min +-
Slam We’re Not Here (Christian Fischer Remix)
Pig and Dan Imagine
Pig and Dan Sly Detector
https://www.thefanclub.co.za/how-to/how-secure-ubuntu-1604-lts-server-part-1-basics
https://www.digitalocean.com/community/tutorials/ufw-essentials-common-firewall-rules-and-commands
Other readings…
http://askubuntu.com/questions/54771/potential-ufw-and-fail2ban-conflicts

Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column ‘johnny.category.categoryId’ which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
Let run the following command in mysql…
it worked for me on mysql Ver 14.14 Distrib 5.7.12, for Linux (x86_64)
set global sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION';
SET PASSWORD FOR 'johnny'@'localhost' = PASSWORD('somepassword69')Mensagens do MySQL :
#1133 - Can't find any matching row in the user table (user table)
FLUSH PREVILEGES;SET PASSWORD FOR 'johnny'@'localhost' = PASSWORD('somepassword69'); FLUSH PREVILEGES;
Lets check our current policy rules
SHOW VARIABLES LIKE 'validate_password%';

This is how we can change this values…
SET GLOBAL validate_password_length = 7;
SET GLOBAL validate_password_number_count = 0;
SET GLOBAL validate_password_mixed_case_count = 0;
SET GLOBAL validate_password_special_char_count = 0;