• 0 Posts
  • 27 Comments
Joined 3 years ago
cake
Cake day: June 30th, 2023

help-circle


  • I have 2 computers connected to an USB switch (not a port replicator but one that let switch the host of your USB switch) and the dock attached to this USB switch. This allows me to quickly switch all of my desk devices (multiple monitors, webcam, microphone, gigabit network, etc…) with one click. Also both computer just require 2 cables for everything: USB and power cord. It took some time to put it all together but it is now my definitive battle station.

    Unfortunately the dock does not work well with Linux and I am not able to find a non displaylink dock that enables me to achieve all of this. It is just a driver problem, but still…







  • Last three or four years, all of our UI were done in Blazor server. Some are in production for more than two years.

    I am not saying that there are no tradeoffs, but if you are already familiar with the dot net environment and c#, writing app in Blazor could be the right path, especially for backoffice apps.

    I am just started fiddling with the latest version that automatically switch from server side to wasm without the user even noticing, and it is an awesome tech. There are still some tradeoffs, but they keep polishing the stack.

    For context, I do write some react from time to time (outlooks addin) and razor pages, but I still prefer Blazor over these techs.



  • You can remap IMAP source folder to destination folder. It’s very likely that sent folder needs to be remapped between different hosts. I suggest you to use the dry-run option and examine the log to see if the folders are correctly mapped.

    More in detail, I created an user just to run imapsync as a good practice in Linux. Then downloaded imapsync in a subfolder of the user home directory, created two very simple scripts, one with the imapsync command with all the parameters I needed and one for the token. Lastly, using crontab -e, I added two entry one for each script.

    You don’t need to put imapsync into etc, it is not a binary and, as far as I know, there is no package that you can install with a package manager, it’s just a script that you download and execute. Anyway, where you put that, its up to you.


  • Imapsync is a (PERL?) script you download, and then run it passing parameters.

    If you need OAuth, and it seems so since you want to sync a Google account, you have to download some more files that help you obtain an access token for Gmail.

    But as far as I remember, there are no config files needed to run it. Infact I am cron running it every 5 minutes to one way sync an IMAP account to Office365 (needs an OAuth token too, and a second script to refresh the token every hour)

    Feel free to ask for more, but I cannot guarantee a timely response.





  • I come from VyOS and really liked it, but still prefer opnsense for the GUI, constant updates and plugins. VyOS started losing appeal once they opted for subscription stable iso access (even if they did give me a free subscription for some comment contribution in their repo). Also, I have to admit, that VyOS needs a fraction of the resources needed by opnsense.