Odds & sods, tips'n'tricks

MySQL Add a column with a unique id

ALTER TABLE `database_name`.`table_name`
ADD COLUMN `id` INT NOT NULL AUTO_INCREMENT FIRST,
ADD PRIMARY KEY (`id`);

Prestashop

RouteNotFoundException Unable to generate a URL for the named route "admin_link_block_list

UPDATE `ps_tab` SET `enabled`=0 WHERE `module`='ps_linklist'

Windows 10 screen saver problem

Although this forum thread was for W7, it also works for W10
http://www.sevenforums.com/tutorials/246364-power-options-add-system-unattended-sleep-timeout.html

Quick and easy to recompile BS4 https://www.themestr.app/

Send us a message

Please indicate your name.
Please indicate a valid email address.