I can't find any 'media' or 'autoplay' option in the 'website Settings' of Chromium.
Is there a way to entirely disable the video autoplay on YouTube website?
Chromium version 79.0.3945.79
Where to find an official deb package?
How to satisfy dependencies?
DR14 T.meter is a free and open-source command-line tool for computing the Dynamic Range of your music according to the procedure used in the off-line meter released by the Pleasurize Music Foundation.
This tool is handy to measure how is loud your music and for understanding that a good quality album always has also a good dynamic, and it's also useful for understanding the effects of the so-called loudness war.
I'm searching how to customize the desktop icons font size on Ubuntu 19.10 GNOME (standard) edition. For example, i Want 8px.
With 18.04, it was as simple as
gsettings set org.gnome.nautilus.desktop font 'Ubuntu 8'
On 19.10, there is no org.gnome.nautilus.desktop
schemadir.
I searched inside all parameters gsettings list-recursively
and dconf dump /
, cannot find any related to desktop icons font.
I need to build a report from the output of MySQL database check and auto-repair.
But dont want the full report each time : only in case of repair was needed
A scheduled (cron) a task runs mysqlcheck
I want to get informed by email of eventual repair needed, repair success, repair fails...
But dont want the full report each time : only repairs
I run the mysqlcheck like this:
mysqlcheck --user=myuser --password=mypwd -c --auto-repair dbname > ouput.log
Found on a blog that the mysqlcheck output may looks like this in case of repair
Repairing tables
dbname.table1
warning : Number of rows changed from 3 to 1
status : OK
dbname.table2
warning : Number of rows changed from 5454 to 5455
status : OK
dbname.table3
warning : Number of rows changed from 471859 to 471860
status : OK
Since i cant find any official documentation about how looks the exact output,
I need help to build a report text file made by processing the output of mysqlcheck.
Perhaps some regex magician can make a report giving repaired tables names, faillure notice and so.
This refers to the mysql server available on official Ubuntu repositories
mysql-server 5.7.25-0ubuntu0.18.04.2
I want to get fast dns resolution with dnsmasq and keep the default systemd-resolved.
Looking for an elegant way to do this