Ubuntu tweaks

By | May 28, 2024

To remove the confirmation every time you shutdown or reboot, type this into the terminal. To remove the GRUB (the GRand Unified Bootloader) option during startup to boot faster, add to the file /etc/default/grub. (sudo is required to edit). eg: GRUB is basically a boot loader that helps uses to choose what OS they want… Read More »

Displaying data with dynamic accordion

By | November 12, 2023

If you want to have an accordion feature to show extra data where you are displaying data from a database on an existing row, you need create set some extra attributes on the first row. One important attribute is data-target which needs to contain a dynamic value such as This then points to the second… Read More »