This and That

Monday, 20 February 2023

SSL Certificate on UDM-PRO 2.4.x

›
  To get some SSL certs onto a UDM-PRO (V2.4.27) copy the SSL certificate for the host (generated or bought) and the key file to: /data/u...
Sunday, 2 October 2022

Firefox Snap Update

›
  Should you get the pending update of Firefox snap message, below commands should resolve the issue. sudo killall firefox sudo snap re...
Saturday, 30 July 2022

Sync files with rclone

›
  I needed a way to sync files faster than rsync and found that rclone can sync local folders as well, the --transfers parameter drastica...
Sunday, 25 July 2021

Convert aac to mp3

›
Converting to MP3 with FFmpeg CLI: Example to convert an AAC to MP3 with ffmpeg: ffmpeg -i source.aac -c:a libmp3lame -ac 2 -q:a 2 ta...
1 comment:
Thursday, 18 October 2018

Samsung UE40D5520RK Bootloop

›
After many years the Samsung TV decided it's time to go into a boot loop. With some googl'ing the following remote combinations ...
3 comments:
Wednesday, 16 May 2018

Ubuntu 17.10 Netplan

›
Netplan Ubuntu 17.10 networking completely changed with the introduction of netplan, below the basic configuration to configure network...
Sunday, 21 January 2018

Node.js application in production (with restart)

›
Node.js applications can be managed and restarted upon a rebooted with PM2 , which is a process manager for Node.js applications. ...
Tuesday, 16 January 2018

Linux bash to find files and exlude permission denied

›
So this is another of those "post to self" notes. Lots of times you need to search for a file or directory under a user accou...
Thursday, 23 November 2017

RoboCopy for maximum throughput

›
Another one of those notes to self: Below command is very useful to achieve high throughput on a copy process on Microsoft platforms (d...
Sunday, 1 October 2017

3D Printer Software - Linux

›
After many years I eventually made the jump and acquired a entry level 3D printer (Anet A8). This series will be use for lessons learned ...
›
Home
View web version
Powered by Blogger.