docs icon indicating copy to clipboard operation
docs copied to clipboard

Linode guides and tutorials.

Results 343 docs issues
Sort by recently updated
recently updated
newest added

_ Incorporated the changes after checking that the msql-server package works on the latest version of Ubuntu. _ fixes: https://github.com/linode/docs/issues/6571

Updated Guide

I took the diagrams from the operator application websites. This should be okay under fair use/open source, but please make any necessary adjustments, annotations, or deletions you feel are required...

New Guide
Needs edit

Link: https://www.linode.com/docs/products/tools/cli/guides/nodebalancers/ ## Issue Following command on the page is incorrect: ``` linode-cli nodebalancers node-create --address 192.200.12.34:80 --label node-1 ``` ## Suggested Fix The command needs nodebalancer id and config...

This PR contains two guides: - [What is WebRTC?](https://deploy-preview-6322--nostalgic-ptolemy-b01ab8.netlify.app/docs/guides/what-is-webrtc/) - [WebRTC vs WebSockets](https://deploy-preview-6322--nostalgic-ptolemy-b01ab8.netlify.app/docs/guides/webrtc-vs-websockets/)

New Guide

Preview: [How to Unit Test Your Go Application](https://deploy-preview-6473--nostalgic-ptolemy-b01ab8.netlify.app/docs/guides/unit-test-your-go-application/)

Preview: [Two Scopes of Exception-Handling](https://deploy-preview-6492--nostalgic-ptolemy-b01ab8.netlify.app/docs/guides/two-scopes-of-exception-handling/)

Preview: [What Is Publisher Subscriber Model?](https://deploy-preview-6527--nostalgic-ptolemy-b01ab8.netlify.app/docs/guides/what-is-pub-sub/)

Link: https://www.linode.com/docs/guides/how-to-install-mariadb-on-debian-10/ The following command `UPDATE user SET plugin='mysql_native_password' WHERE user='root';` no longer works. This guide needs updated for Debian 12 Bookworm. It should use ``` ALTER USER root@localhost IDENTIFIED...

Preview: [Getting Started With DragonflyDB](https://deploy-preview-6561--nostalgic-ptolemy-b01ab8.netlify.app/docs/guides/getting-started-with-dragonflydb/)

New Guide

Link: https://www.linode.com/docs/guides/securing-nginx-with-modsecurity/ ## Issue ## Suggested Fix [configuring-modsecurity](https://www.linode.com/docs/guides/securing-nginx-with-modsecurity/#configuring-modsecurity) ` sudo cp /etc/modsecurity/modsecurity.conf-recommended /etc/modsecurity/modsecurity.conf ` Where did /etc/modsecurity/modsecurity.conf-recommended come from?