Articles
Posts in Wordpress can be enhanced with custom fields through the user interface. Then it is possible to use a plugin or custom code in the theme templates to show the custom fields. More info below:
https://wordpress.org/support/article/custom-fields/
https://www.wpbeginner.com/wp-tutorials/wordpress-custom-fields-101-tip…
Most systems you can buy online have a very low throughput, and this lead me to a new DIY project with a 12V solenoid valve and an 12V electronic timer.
Timer
https://www.youtube.com/watch?v=XlocU41v7ww
https://www.finglai.com/att/comp/fl-en/relays/time-switches/THC15A/THC1…
File with text content.
- Replace \" with ".
- Replace line breaks with empty space: ^$ with "".
- Use pipes "|" as field separator.
- Build your own text field with concat strings.
Redirects with regular expressions
Basic intro to regex rewrite and redirect: https://www.searchenginepeople.com/blog/htaccess-redirect-rewrite-rules…
https://superuser.com/questions/155139/htaccess-301-redirect-with-regul…
When trying to read any exfat formatted SD card it suddenly was not recognised by my system, so I tried to upgrade from Kubuntu 18.10 to 19.10, and it didn't help. Then I found a post about that Exfat is not supported by the kernel before version 5.4, but Kubuntu 19.10 is shipped with 5.3, but the packages exfat-fuse and exfat-utils should take care of it, but they were already installed and did not work apparently. And also my kernel is 5.0.x for some reason (5.0.0-36-generic).
The guess encoding (guess_encoding) function from the readr package is quite nice.
Notes and references
https://stackoverflow.com/questions/4806823/how-to-detect-the-right-enc…
Libreoffice is an amazing free open source office suite for many different operating systems. This package has been my favorite since the times of openoffice etc.
Notes
Packages uninstalled when purging on Linux Kubuntu:
Vinegar (Ocet 5%):
Cukru do smaku.
250 ML wody, 0,045 ML per ML wody
1 L wody 45 ML occu
Ziele angielskie.
Gorczyca
Lisc gobkowa
Onion
Black pepper
Salt
https://www.makeuseof.com/tag/dedicated-virtual-server-internet-proxy-s…
ssh -C2qTnN -D 9090
socks5: localhost port 9090

First figure shows accumulated trading for Anonymous and the second figure shows the stock price of Fingerprint Cards Stock in Sweden.

First figure shows accumulated trading for Anonymous and the second figure shows the stock price of Fingerprint Cards Stock in Sweden.
Usually you don't want the blocks to be shown in the same order on mobile devices as on desktop. For instance on the Drupal bootstrap theme, the left sidebar will be shown just below the menu on mobile devices, that is not always what you want or would expect.
https://stevepolito.design/blog/move-block-different-region-mobile-layo…
Add following to wp-config.php.
Activate Debug Mode
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', true );
@ini_set( 'display_errors', 1 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );
define('WP_CACHE', false);
Frameworks
Search Engine Optimization (SEO) tips and tricks.
Screaming Frog, Accuranker, Google Tag Manager and Google Analytics.
Check which CMS a web site is using: https://w3techs.com/sites/info/