article thumbnail

Percona Toolkit – A Quick Introduction to Summary

Percona

Percona Toolkit is a collection of advanced open source command-line tools, developed and used by the Percona technical staff, that are engineered to perform a variety of MySQL, MariaDB, MongoDB, and PostgreSQL server and system tasks that are too difficult or complex to perform manually. createrole_self_grant : cursor_tuple_fraction : 0.1

Cache 96
article thumbnail

Chrome's NOSCRIPT Intervention

Tim Kadlec

It took a little digging through Blink issues, but I eventually figured out how to reliably fire up the NOSCRIPT preview so that I could test it out. Taking it for a test drive. To test the intervention, you’ll need to toggle a few flags to make sure you can see the NOSCRIPT preview. What exactly does it do?

Network 71
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Getting Started with HTTP/2 and Server Push

Dean Hume

To test this code locally, I created my own self signed certificates using OpenSSL - you can do this using a one line command in your terminal. openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout server.key -out server.crt. If you open up your developer tools, you should now be serving the website over HTTP/2!

Servers 40
article thumbnail

Getting Started with HTTP/2 and Server Push

Dean Hume

To test this code locally, I created my own self signed certificates using OpenSSL - you can do this using a one line command in your terminal. openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout server.key -out server.crt. If you open up your developer tools, you should now be serving the website over HTTP/2!

Servers 40
article thumbnail

Getting Started with HTTP/2 and Server Push

Dean Hume

To test this code locally, I created my own self signed certificates using OpenSSL - you can do this using a one line command in your terminal. openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout server.key -out server.crt. If you open up your developer tools, you should now be serving the website over HTTP/2!

Servers 40
article thumbnail

Data Redundancy With the PostgreSQL Citus Extension

Percona

Step three: Check packages Inspecting the nodes confirms Citus has been correctly installed: for u in citus1 citus2 citus3 citus4 citus-coord-01 do echo " = NODE: $u =" lxc exec $u -- su - postgres -c 'psql db01'<<_eof_ select extname, extversion from pg_extension; _eof_ done | less -S = NODE: citus1 = extname | extversion -+ plpgsql | 1.0

C++ 79
article thumbnail

SQL Server I/O Basics Chapter #2

SQL Server According to Bob

url=/library/en-us/fileio/fs/sparse_files.asp ) ​​ on the ​​ Microsoft Developer Network ​​ (MSDN). The names of actual companies and products mentioned herein may be the trademarks of their respective owners. aspx ) and ​​ Sparse Files ​​ ( [link] f ault.asp?url=/library/en-us/fileio/fs/sparse_files.asp

Servers 40