Computer Tips - Send a messsage with Google Alerts 2

Date: 2023jan28 Keywords: hack Q. Send a messsage with Google Alerts 2 A. - Generate a unique ID with the Linux `uuid` command and `tr -d -` to remove the dashes
$ uuid | tr -d - 40b9a15e9f1811edb163d85ed3af6316
On Windows you can use `uuidgen` - Paste that unique ID into a webpage that Google will find (like this one) - Add a message to the webpage. - Create a Google Alert for that ID https://alerts.google.com - You can request a daily alert about that "topic". So you can change the message daily too. - Profit ;)