SlideShare a Scribd company logo
.
@tweetingsherry
PETS AND PANDAS
😸🐶🐰 🐼 🐼 🐼
.
@tweetingsherry
Chris Sherry
Senior Software Engineer @passengerteam
@passengerteam
.
@tweetingsherry
Chris Sherry
Senior Software Engineer @passengerteam
@passengerteam
.
@tweetingsherry
discoverpassenger.com
@passengerteam
.
@tweetingsherry
SERVERS
.
@tweetingsherry
Cattle
https://medium.com/@Jay_Jamison/pets-cattle-and-pandas-30aad4a0cdea
.
@tweetingsherry
Cattle
🔟 Assigned Numbers
https://medium.com/@Jay_Jamison/pets-cattle-and-pandas-30aad4a0cdea
.
@tweetingsherry
Cattle
🔟 Assigned Numbers
♊ Are usually identical
https://medium.com/@Jay_Jamison/pets-cattle-and-pandas-30aad4a0cdea
.
@tweetingsherry
Cattle
🔟 Assigned Numbers
♊ Are usually identical
💰 You need more, you buy
more
https://medium.com/@Jay_Jamison/pets-cattle-and-pandas-30aad4a0cdea
.
@tweetingsherry
Cattle
🔟 Assigned Numbers
♊ Are usually identical
💰 You need more, you buy
more
🔫 Replaced when not in
good health
https://medium.com/@Jay_Jamison/pets-cattle-and-pandas-30aad4a0cdea
.
@tweetingsherry
PETS
https://medium.com/@Jay_Jamison/pets-cattle-and-pandas-30aad4a0cdea
.
@tweetingsherry
📛 Have names
PETS
https://medium.com/@Jay_Jamison/pets-cattle-and-pandas-30aad4a0cdea
.
@tweetingsherry
📛 Have names
✨ Unique, special
PETS
https://medium.com/@Jay_Jamison/pets-cattle-and-pandas-30aad4a0cdea
.
@tweetingsherry
📛 Have names
✨ Unique, special
⏳ Change over time
PETS
https://medium.com/@Jay_Jamison/pets-cattle-and-pandas-30aad4a0cdea
.
@tweetingsherry
📛 Have names
✨ Unique, special
⏳ Change over time
🚑 Require bespoke care
PETS
https://medium.com/@Jay_Jamison/pets-cattle-and-pandas-30aad4a0cdea
.
@tweetingsherry
📛 Have names
✨ Unique, special
⏳ Change over time
🚑 Require bespoke care
❤ Kept alive when they are ill
PETS
https://medium.com/@Jay_Jamison/pets-cattle-and-pandas-30aad4a0cdea
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
📛 Have names
✨ Unique, special
⏳ Change over time
🚑 Bespoke care
❤ Kept alive when they are ill
Pandas
https://medium.com/@Jay_Jamison/pets-cattle-and-pandas-30aad4a0cdea
📹 High profile media coverage
.
@tweetingsherry
Pet PROBLEMS
https://medium.com/@Jay_Jamison/pets-cattle-and-pandas-30aad4a0cdea
.
@tweetingsherry
https://medium.com/@Jay_Jamison/pets-cattle-and-pandas-30aad4a0cdea
.
@tweetingsherry
24/7
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry@tweetingsherry @wearebase @passengerteam
.
@tweetingsherry@tweetingsherry @wearebase @passengerteam
CHALLENGE ACCEPTED
.
@tweetingsherry
.
@tweetingsherry
$ ssh user@host -vvvvvvvvv
$ curl <url> -vvvvvvvvvvvv
$ ping 1.2.3.4
$ nmap
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
I HAVE NO MEMORY OF THIS PLACE
.
@tweetingsherry
177 cd /etc/nginx/sites-enabled/
178 ll
179 cd ..
180 cd sites-available/
181 ll
182 vim ~/.ssh/authorized_keys
183 cat /root/.ssh/
184 cat /root/.ssh/authorized_keys
185 history|less
$ history|less
.
@tweetingsherry
101 tail -f /opt/logs/nginx-error.log
102 vim /etc/nginx/sites-enabled/blog.conf
...
185 history|less
$ history|less
.
@tweetingsherry
101 tail -f /opt/logs/nginx-error.log
102 vim /etc/nginx/sites-enabled/blog.conf
...
185 history|less
$ history|less
.
@tweetingsherry
93 service nginx restart
94 service php7.0-fpm
95 service php7.0-fpm restart
...
185 history|less
$ history|less
.
@tweetingsherry
.
@tweetingsherry
93 service nginx restart
94 service php7.0-fpm
95 service php7.0-fpm restart
$ history|less
$ !93
$ service nginx restart
.
@tweetingsherry
$ ls -l /home
.
@tweetingsherry
drwxrwxrwt root root root
drwxr-xr-x+ web web web

drwxr-xr-x+ admin sudoers admin
$ sudo su web
$ ls -l /home
.
@tweetingsherry https://medium.com/@adminstoolbox/debugging-using-strace-efda7d65be1d
.
@tweetingsherry https://medium.com/@adminstoolbox/debugging-using-strace-efda7d65be1d
.
@tweetingsherry
$ pidof nginx
.
@tweetingsherry
$ pidof nginx
20306 20304
.
@tweetingsherry
$ pidof nginx
20306 20304
$ strace -p 20304 -p 20306 -f
.
@tweetingsherry
$ pidof nginx
20306 20304
$ strace -p 20304 -p 20306 -f
inet_addr("81.27.88.19")
"GET / HTTP/1.1rn
stat(“/var/www/site.com/current/web/index.php"
writev(4, [{"HTTP/1.1 301 Moved Permanentlyrn"
.
@tweetingsherry
$ pidof php-fpm
20434 20435
.
@tweetingsherry
$ pidof php-fpm
20434 20435
$ strace -p 20304 -p 20306 -f
.
@tweetingsherry
$ pidof php-fpm
20434 20435
$ strace -p 20304 -p 20306 -f
access("/var/www/config/prod.php", F_OK) = 0
access("/var/www/config/clients/operator.php",
F_OK) = -1 ENOENT (No such file or directory)
.
@tweetingsherry
$ strace php cron.php
.
@tweetingsherry
$ strace php cron.php
open("/etc/php/7.0/cli/php.ini", O_RDONLY) = 3
open("/etc/php/7.0/cli/conf.d/10-pdo.ini", O_RDONLY) = 3
open("/var/log/newrelic/php_agent.log", O_WRONLY|O_CREAT|
O_APPEND, 0666) = 3
connect(4, {sa_family=AF_LOCAL, sun_path="/
tmp/.newrelic.sock"}, 22) = 0
.
@tweetingsherry
$ top
$ htop
.
@tweetingsherry
$ lsof
sshd 985 root 6u TCP *:22
mongod 988 mongodb 6u TCP 127.0.0.1:27017
php-fpm7. 10546 root 8u TCP 127.0.0.1:9000
nginx 20304 root 8u TCP *:80
nginx 20304 root 9u TCP *:443
.
@tweetingsherry
NOT ENOUGH SPACE
.
@tweetingsherry
$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 487M 4.0K 487M 1% /dev
tmpfs 100M 376K 100M 1% /run
/dev/vda1 100G 100G 4.0B 100% /
.
@tweetingsherry
$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 487M 4.0K 487M 1% /dev
tmpfs 100M 376K 100M 1% /run
/dev/vda1 100G 100G 4.0B 100% /
.
@tweetingsherry
$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 487M 4.0K 487M 1% /dev
tmpfs 100M 376K 100M 1% /run
/dev/vda1 100G 100G 4.0B 100% /
$ rm -rf /var/cache/apt/archives
$ rm -rf /var/cache
$ ls -l /tmp
$ ls -l /var/log
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
$ fallocate -l 4G /swapfile
$ chmod 600 /swapfile
$ mkswap /swapfile
$ swapon /swapfile
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
MariaDB > show variables like
“max_connections”
+—————————————————+———————+
| Variable_name | Value |
+—————————————————+———————+

| max_connections | 151 |
+—————————————————+———————+
.
@tweetingsherry
MariaDB >
set global max_connections = 200;
+—————————————————+———————+
| Variable_name | Value |
+—————————————————+———————+

| max_connections | 200 |
+—————————————————+———————+
.
@tweetingsherry
vim /etc/mysql/conf.d/mysql.cnf
[mysql]
max_connections = 200
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry https://medium.com/@Jay_Jamison/pets-cattle-and-pandas-30aad4a0cdea@tweetingsherry
.
@tweetingsherry https://medium.com/@Jay_Jamison/pets-cattle-and-pandas-30aad4a0cdea@tweetingsherry
.
@tweetingsherry
mysql>
SET GLOBAL slow_query_log = ‘ON’;
.
@tweetingsherry
mysql>
SET GLOBAL slow_query_log = ‘ON’;
⚠
DO NOT LEAVE THIS
RUNNING IN PRODUCTION!
.
@tweetingsherry
mysql>
SET GLOBAL slow_query_log = ‘ON’;
/var/lib/mysql/production-slow.log
.
@tweetingsherry
mysql>
SET GLOBAL slow_query_log = ‘ON’;
/var/lib/mysql/production-slow.log
.
@tweetingsherry
mysql>
SET GLOBAL
log_queries_not_using_indexes
= ‘ON’;
.
@tweetingsherry
Reading mysql slow query log from /var/lib/mysql/
production-slow.log
Count:414 Time: 28.98s Lock: 0.00s Rows_sent 1.0,
Rows_examined: 1456 Rows_affected: 0
Count:1 Time: 2.00s Lock: 0.00s Rows_sent 1.0,
Rows_examined: 1 Rows_affected: 0
$ mysqldumpslow -a production-slow.log
.
@tweetingsherry
INDEX ALL THE THINGS
.
@tweetingsherry
Indexes
$ mysql> desc users;
.
@tweetingsherry
Indexes
$ mysql> desc users;
.
@tweetingsherry
Cardinality
$ mysql> show index from users;
.
@tweetingsherry
Cardinality
$ mysql> show index from users;
.
@tweetingsherry
QUERY ORDER
$ mysql> explain select first_name from user_profiles
where date_of_birth < “2018—01-01” and first_name like “chris%”
.
@tweetingsherry
QUERY ORDER
$ mysql> explain select first_name from user_profiles
where date_of_birth < “2018—01-01” and first_name like “chris%”
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry https://medium.com/@Jay_Jamison/pets-cattle-and-pandas-30aad4a0cdea
.
@tweetingsherry
DISCOUNT CODE: DAVE15
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
.
@tweetingsherry
git reset —hard ~100
git branch -D feature/work-in-progress
.
@tweetingsherry
GIF OF REFLOG
.
@tweetingsherry
GIF OF REFLOG
.
@tweetingsherry
GIF OF REFLOG
.
@tweetingsherry
GIF OF REFLOG
.
@tweetingsherry
git habits
.
@tweetingsherry
git habits
git commit -am “message”
.
@tweetingsherry
git habits
git commit -am “message”
git add .
.
@tweetingsherry
git habits
git commit -am “message”
git add .
git commit
.
@tweetingsherry
git habits
git commit -am “message”
git add .
git commit
git add -p (--pick)
.
@tweetingsherry
git habits
git commit -am “message”
git add .
git commit
git add -p (--pick)
git push --force-with-lease
.
@tweetingsherry
git habits
git commit -am “message”
git add .
git commit
git add -p (--pick)
git push --force-with-lease
git merge --no-commit

More Related Content

What's hot

Tecnicas de sql injection
Tecnicas de sql injectionTecnicas de sql injection
Tecnicas de sql injection
Alan Resendiz
 
Log files: The Overlooked Source of SEO Opportunities
Log files: The Overlooked Source of SEO OpportunitiesLog files: The Overlooked Source of SEO Opportunities
Log files: The Overlooked Source of SEO Opportunities
Robin Rozhon
 
FVS Training Bolzano 8/9
FVS Training Bolzano 8/9FVS Training Bolzano 8/9
FVS Training Bolzano 8/9
Giorgio Vacchiano
 
بهینه سازی استفاده از آنزیمهای پروتئاز...
بهینه سازی استفاده از آنزیمهای پروتئاز...بهینه سازی استفاده از آنزیمهای پروتئاز...
بهینه سازی استفاده از آنزیمهای پروتئاز...Haleh Hadaegh
 
Iterators, Hashes, and Arrays
Iterators, Hashes, and ArraysIterators, Hashes, and Arrays
Iterators, Hashes, and Arrays
Blazing Cloud
 
Getting Started With Play Framework
Getting Started With Play FrameworkGetting Started With Play Framework
Getting Started With Play FrameworkTreasury user10
 
صناعة التأثير
صناعة التأثيرصناعة التأثير
صناعة التأثير
Hani Al-Menaii
 
Csharp Intsight
Csharp IntsightCsharp Intsight
Csharp Intsight
Ambrosio Cardoso
 
Rails by example
Rails by exampleRails by example
Rails by example
Angelo van der Sijpt
 
هندسة التغيير
هندسة التغييرهندسة التغيير
هندسة التغيير
Hani Al-Menaii
 
Httprewardgalaxy.comref=544212
Httprewardgalaxy.comref=544212Httprewardgalaxy.comref=544212
Httprewardgalaxy.comref=544212Sabancı Sabancı
 
سلسلة الليالى العشر فى الرياضيات للصف الثالث الابتدائى ترم اول
سلسلة الليالى العشر فى الرياضيات للصف الثالث الابتدائى ترم اولسلسلة الليالى العشر فى الرياضيات للصف الثالث الابتدائى ترم اول
سلسلة الليالى العشر فى الرياضيات للصف الثالث الابتدائى ترم اول
أمنية وجدى
 
سلسلة الليالى العشر فى الرياضيات للصف الثانى الابتدائى ترم اول
سلسلة الليالى العشر فى الرياضيات للصف الثانى الابتدائى ترم اولسلسلة الليالى العشر فى الرياضيات للصف الثانى الابتدائى ترم اول
سلسلة الليالى العشر فى الرياضيات للصف الثانى الابتدائى ترم اول
أمنية وجدى
 
Practical Introduction to Web scraping using R
Practical Introduction to Web scraping using RPractical Introduction to Web scraping using R
Practical Introduction to Web scraping using R
Rsquared Academy
 
HoneyNet SOTM 29 - Linux Server Hack Analysis
HoneyNet SOTM 29 - Linux Server Hack AnalysisHoneyNet SOTM 29 - Linux Server Hack Analysis
HoneyNet SOTM 29 - Linux Server Hack Analysis
Chetan Ganatra
 
(Guia para elaborar,_estrutura
(Guia para elaborar,_estrutura(Guia para elaborar,_estrutura
(Guia para elaborar,_estrutura
Kátia Amaral
 
关于 Html5 那点事
关于 Html5 那点事关于 Html5 那点事
关于 Html5 那点事
Sofish Lin
 
Html code
Html codeHtml code
Html code
saas14rrr
 

What's hot (18)

Tecnicas de sql injection
Tecnicas de sql injectionTecnicas de sql injection
Tecnicas de sql injection
 
Log files: The Overlooked Source of SEO Opportunities
Log files: The Overlooked Source of SEO OpportunitiesLog files: The Overlooked Source of SEO Opportunities
Log files: The Overlooked Source of SEO Opportunities
 
FVS Training Bolzano 8/9
FVS Training Bolzano 8/9FVS Training Bolzano 8/9
FVS Training Bolzano 8/9
 
بهینه سازی استفاده از آنزیمهای پروتئاز...
بهینه سازی استفاده از آنزیمهای پروتئاز...بهینه سازی استفاده از آنزیمهای پروتئاز...
بهینه سازی استفاده از آنزیمهای پروتئاز...
 
Iterators, Hashes, and Arrays
Iterators, Hashes, and ArraysIterators, Hashes, and Arrays
Iterators, Hashes, and Arrays
 
Getting Started With Play Framework
Getting Started With Play FrameworkGetting Started With Play Framework
Getting Started With Play Framework
 
صناعة التأثير
صناعة التأثيرصناعة التأثير
صناعة التأثير
 
Csharp Intsight
Csharp IntsightCsharp Intsight
Csharp Intsight
 
Rails by example
Rails by exampleRails by example
Rails by example
 
هندسة التغيير
هندسة التغييرهندسة التغيير
هندسة التغيير
 
Httprewardgalaxy.comref=544212
Httprewardgalaxy.comref=544212Httprewardgalaxy.comref=544212
Httprewardgalaxy.comref=544212
 
سلسلة الليالى العشر فى الرياضيات للصف الثالث الابتدائى ترم اول
سلسلة الليالى العشر فى الرياضيات للصف الثالث الابتدائى ترم اولسلسلة الليالى العشر فى الرياضيات للصف الثالث الابتدائى ترم اول
سلسلة الليالى العشر فى الرياضيات للصف الثالث الابتدائى ترم اول
 
سلسلة الليالى العشر فى الرياضيات للصف الثانى الابتدائى ترم اول
سلسلة الليالى العشر فى الرياضيات للصف الثانى الابتدائى ترم اولسلسلة الليالى العشر فى الرياضيات للصف الثانى الابتدائى ترم اول
سلسلة الليالى العشر فى الرياضيات للصف الثانى الابتدائى ترم اول
 
Practical Introduction to Web scraping using R
Practical Introduction to Web scraping using RPractical Introduction to Web scraping using R
Practical Introduction to Web scraping using R
 
HoneyNet SOTM 29 - Linux Server Hack Analysis
HoneyNet SOTM 29 - Linux Server Hack AnalysisHoneyNet SOTM 29 - Linux Server Hack Analysis
HoneyNet SOTM 29 - Linux Server Hack Analysis
 
(Guia para elaborar,_estrutura
(Guia para elaborar,_estrutura(Guia para elaborar,_estrutura
(Guia para elaborar,_estrutura
 
关于 Html5 那点事
关于 Html5 那点事关于 Html5 那点事
关于 Html5 那点事
 
Html code
Html codeHtml code
Html code
 

Similar to Pets and Pandas.

HTTP For the Good or the Bad - FSEC Edition
HTTP For the Good or the Bad - FSEC EditionHTTP For the Good or the Bad - FSEC Edition
HTTP For the Good or the Bad - FSEC Edition
Xavier Mertens
 
Malware Detection with OSSEC HIDS - OSSECCON 2014
Malware Detection with OSSEC HIDS - OSSECCON 2014Malware Detection with OSSEC HIDS - OSSECCON 2014
Malware Detection with OSSEC HIDS - OSSECCON 2014
Santiago Bassett
 
.htaccess for SEOs - A presentation by Roxana Stingu
.htaccess for SEOs - A presentation by Roxana Stingu.htaccess for SEOs - A presentation by Roxana Stingu
.htaccess for SEOs - A presentation by Roxana Stingu
Roxana Stingu
 
New text document (2)
New text document (2)New text document (2)
New text document (2)
Furqaan Aan
 
Heroku Waza 2013 Lessons Learned
Heroku Waza 2013 Lessons LearnedHeroku Waza 2013 Lessons Learned
Heroku Waza 2013 Lessons Learned
Simon Bagreev
 
Spyware/Malware FVCP
Spyware/Malware  FVCPSpyware/Malware  FVCP
Spyware/Malware FVCP
Pete DuMelle
 
August 10th, 2009 Pete De Mulle Twitter
August 10th, 2009 Pete De Mulle TwitterAugust 10th, 2009 Pete De Mulle Twitter
August 10th, 2009 Pete De Mulle Twitter
Straight North
 
FVCP - Facebook , Twitter and Meetup API / Widgets
FVCP - Facebook , Twitter and Meetup API / WidgetsFVCP - Facebook , Twitter and Meetup API / Widgets
FVCP - Facebook , Twitter and Meetup API / Widgets
Pete DuMelle
 
Short Intro to PHP and MySQL
Short Intro to PHP and MySQLShort Intro to PHP and MySQL
Short Intro to PHP and MySQLJussi Pohjolainen
 
QA for PHP projects
QA for PHP projectsQA for PHP projects
QA for PHP projects
Michelangelo van Dam
 
WordPress Tips and Tricks (DFW Meetup)
WordPress Tips and Tricks (DFW Meetup)WordPress Tips and Tricks (DFW Meetup)
WordPress Tips and Tricks (DFW Meetup)Stephanie Leary
 
Fun with Python
Fun with PythonFun with Python
Fun with Python
Narong Intiruk
 
MySQL 8.0.18 - New Features Summary
MySQL 8.0.18 - New Features SummaryMySQL 8.0.18 - New Features Summary
MySQL 8.0.18 - New Features Summary
Olivier DASINI
 
Hands on Hadoop
Hands on HadoopHands on Hadoop
Hands on Hadoop
Paul Tarjan
 
Dropping ACID with MongoDB
Dropping ACID with MongoDBDropping ACID with MongoDB
Dropping ACID with MongoDB
kchodorow
 
Coding for marketers
Coding for marketersCoding for marketers
Coding for marketers
Robin Lord
 
Creating Custom Actions in SharePoint 2010
Creating Custom Actions in SharePoint 2010Creating Custom Actions in SharePoint 2010
Creating Custom Actions in SharePoint 2010
Geoff Varosky
 
Geoff Varosky: Creating Custom Actions in SharePoint 2010
Geoff Varosky: Creating Custom Actions in SharePoint 2010Geoff Varosky: Creating Custom Actions in SharePoint 2010
Geoff Varosky: Creating Custom Actions in SharePoint 2010SharePoint Saturday NY
 
Web Programming Projects
Web Programming ProjectsWeb Programming Projects
Web Programming Projects
Vijayananda Mohire
 

Similar to Pets and Pandas. (20)

HTTP For the Good or the Bad - FSEC Edition
HTTP For the Good or the Bad - FSEC EditionHTTP For the Good or the Bad - FSEC Edition
HTTP For the Good or the Bad - FSEC Edition
 
Malware Detection with OSSEC HIDS - OSSECCON 2014
Malware Detection with OSSEC HIDS - OSSECCON 2014Malware Detection with OSSEC HIDS - OSSECCON 2014
Malware Detection with OSSEC HIDS - OSSECCON 2014
 
.htaccess for SEOs - A presentation by Roxana Stingu
.htaccess for SEOs - A presentation by Roxana Stingu.htaccess for SEOs - A presentation by Roxana Stingu
.htaccess for SEOs - A presentation by Roxana Stingu
 
New text document (2)
New text document (2)New text document (2)
New text document (2)
 
Heroku Waza 2013 Lessons Learned
Heroku Waza 2013 Lessons LearnedHeroku Waza 2013 Lessons Learned
Heroku Waza 2013 Lessons Learned
 
Spyware/Malware FVCP
Spyware/Malware  FVCPSpyware/Malware  FVCP
Spyware/Malware FVCP
 
August 10th, 2009 Pete De Mulle Twitter
August 10th, 2009 Pete De Mulle TwitterAugust 10th, 2009 Pete De Mulle Twitter
August 10th, 2009 Pete De Mulle Twitter
 
FVCP - Facebook , Twitter and Meetup API / Widgets
FVCP - Facebook , Twitter and Meetup API / WidgetsFVCP - Facebook , Twitter and Meetup API / Widgets
FVCP - Facebook , Twitter and Meetup API / Widgets
 
Short Intro to PHP and MySQL
Short Intro to PHP and MySQLShort Intro to PHP and MySQL
Short Intro to PHP and MySQL
 
QA for PHP projects
QA for PHP projectsQA for PHP projects
QA for PHP projects
 
WordPress Tips and Tricks (DFW Meetup)
WordPress Tips and Tricks (DFW Meetup)WordPress Tips and Tricks (DFW Meetup)
WordPress Tips and Tricks (DFW Meetup)
 
Fun with Python
Fun with PythonFun with Python
Fun with Python
 
MySQL 8.0.18 - New Features Summary
MySQL 8.0.18 - New Features SummaryMySQL 8.0.18 - New Features Summary
MySQL 8.0.18 - New Features Summary
 
Hands on Hadoop
Hands on HadoopHands on Hadoop
Hands on Hadoop
 
Dropping ACID with MongoDB
Dropping ACID with MongoDBDropping ACID with MongoDB
Dropping ACID with MongoDB
 
Coding for marketers
Coding for marketersCoding for marketers
Coding for marketers
 
Creating Custom Actions in SharePoint 2010
Creating Custom Actions in SharePoint 2010Creating Custom Actions in SharePoint 2010
Creating Custom Actions in SharePoint 2010
 
Geoff Varosky: Creating Custom Actions in SharePoint 2010
Geoff Varosky: Creating Custom Actions in SharePoint 2010Geoff Varosky: Creating Custom Actions in SharePoint 2010
Geoff Varosky: Creating Custom Actions in SharePoint 2010
 
Web Programming Projects
Web Programming ProjectsWeb Programming Projects
Web Programming Projects
 
Command
CommandCommand
Command
 

Recently uploaded

1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
JeyaPerumal1
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
Gal Baras
 
Bài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docxBài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docx
nhiyenphan2005
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
3ipehhoa
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Florence Consulting
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
JungkooksNonexistent
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
laozhuseo02
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
Rogerio Filho
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
eutxy
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
nirahealhty
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
keoku
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
CIOWomenMagazine
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
laozhuseo02
 
Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027
harveenkaur52
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
ufdana
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
Javier Lasa
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
3ipehhoa
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
GTProductions1
 

Recently uploaded (20)

1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
 
Bài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docxBài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docx
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
 
Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
 

Pets and Pandas.