Skip to main content
GrN.dk

Main navigation

  • Articles
  • Contact
  • Your Digital Project Manager
  • About Greg Nowak
  • Services
  • Portfolio
  • Container
    • Excel Freelancer
    • Kubuntu - tips and tricks
    • Linux Apache MySQL and PHP
    • News
    • Image Gallery
User account menu
  • Log in

Breadcrumb

  1. Home

Articles

Best Video Editor kdenlive

My favorite editor of all time is kdenlive. It works really well, and the development has improved greatly the last couple of years or so.

Here are some of my tips and tricks for this editor.

Rendering Options

New ones with lossless setup: -preset ultrafast f=mp4 vcodec=libx264 acodec=aac crf=0 ab=%256+'k'

Tip, set the crf rate to be 17 or so if you want manageble file sizes. 0 is lossless.

SSH and Cpanel

https://portal.jvmhost.com/knowledgebase/article/228/how-to-access-shel…

Wordpress Custom Fields

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…

 

DIY Irrigation Timer Valve System Thailand

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…

Importing CSV data

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.
Update Snaps Ubuntu

https://askubuntu.com/questions/760823/how-can-i-update-all-snap-packag…

 

Redirect And Rewrite Notes

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…

Reading Samsung Exfat K-Ubuntu 19.10

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).

Detect Date Format In R Project

https://rdrr.io/cran/lubridate/src/R/guess.r

Encoding detection in R project

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…

https://gist.github.com/hadley/837414

Libreoffice

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:

Secret Mushroom Marinade

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

 

Use VPS as proxy server

https://www.makeuseof.com/tag/dedicated-virtual-server-internet-proxy-s…

ssh -C2qTnN -D 9090

socks5: localhost port 9090

Magento Installation Notes

https://devdocs.magento.com/guides/v2.3/install-gde/prereq/nginx.html

Demo site: https://magento.grn.dk

Fingerprint Stock 5 Second Graph With Anonymous Sales

Statistical data

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

Fingerprint No Refresh

Statistical data

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

Drupal Move Blocks To A Different Region On Mobile Devices

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…

Debug Wordpress

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);

HTML 5 Games

Frameworks

  • https://phaser.io/
Search Engine Optimization (SEO)

Search Engine Optimization (SEO) tips and tricks.

Screaming Frog, Accuranker, Google Tag Manager and Google Analytics.

https://sitechecker.pro/

Check which CMS a web site is using: https://w3techs.com/sites/info/

Pagination

  • First page
  • Previous page
  • …
  • Page 4
  • Page 5
  • Page 6
  • Page 7
  • Page 8
  • Page 9
  • Page 10
  • Page 11
  • Page 12
  • Next page
  • Last page

Review Greg on Google

Greg Nowak Google Reviews

 

  • Cloudflare Tunnel observability is better in 2026, which makes undocumented tunnel sprawl harder to ignore
  • Cloudflare Cache Response Rules Made Origin Header Debt a Paid Cleanup Job
  • Cloudflare Service Key Deprecation Turns Old DNS and SSL Scripts Into a 2026 Cleanup Project
  • Unsupported Theme Contracts Made WordPress 6.9.3 a Paid Troubleshooting Story
  • WordPress Playground Made Faster Reproduction Easier, but Plugin and Hosting Bugs Are Still Paid Troubleshooting
RSS feed

GrN.dk web platforms, web optimization, data analysis, data handling and logistics.