Monday, June 12, 2023

FastCopy

Many copy programs out there, like Teracopy or Robocopy.  Here's one from Japan called Fastcopy.

https://fastcopy.jp/

Postfix relay mail for different domains to different hosts

Postfix relay mail for different domains to different hosts

(can specify alternate ports too)

Something isn't quite right about this, it doesn't work.  

In main.cf:

relayhost = relayhost1.domain.com:25, 111.222.333.444:26

relay_domains = domain1.vu, domain2.co.nz, domain3.com.au, domain4.com, domain5.to

smtp_sender_dependent_authentication = yes

sender_dependent_relayhost_maps = hash:/etc/postfix/relaymap

In /etc/postfix/relaymap:
@domain1.vu    relayhost1.domain.com:25
@domain2.co.nz   relayhost1.domain.com:25
@domain3.com.au   111.222.333.444:26
@domain4.com   111.222.333.444:26
@domain5.to   relayhost1.domain.com:25

Then compile the relaymap txt file to a hash db so Postfix can use it:
postmap /etc/postfix/relaymap

Reload postfix config
postfix check && postfix reload

Sunday, June 11, 2023

Friday, June 9, 2023

Kera Desktop

It is a web-based desktop environment that syncs to the cloud.

"An easy, pleasant, speedy, and exciting way to use your favorite OS"

https://desktop.kerahq.com/

 

Code Writer

ActiPro makes an alternative to Notepad called Code Writer.

https://www.actiprosoftware.com/products/apps/codewriter

I've been using Notepad++ for a long time, but I'm always on the lookout for a good text editor.  Worth a look.

Monday, April 10, 2023

Alternatives to Teamviewer or Anydesk

Rustdesk is an open source alternative.  You can run your own server if you want, or use theirs for free.

DWService.net, is also open source.  They take donations too.  This one gives the remote user admin access to the machine, so more for tech support/MSP use, not so much one you'd setup for users.

Lite Manager is a commercial product, with a pro and free option, and competitive non-subscription pricing. Available for Windows, Android, Linux, etc.

Open Source NTP clients: Meinberg and Nettime

Meinberg NTP client.   https://www.meinbergglobal.com/english/sw/ntp.htm Nettime.  https://timesynctool.com/ Both are Windows GUI, open-sour...