Re: Web based document / spredsheet editor

2020-09-25 Thread Julian Suschlik
On Tue, Sep 22, 2020 at 4:09 PM Martin Sukany  wrote:
[...]
> I need to set up some kind of collaborative environment (rich text 
> docjuments, basic tables) — request is „something like google docs“.
> As I’m almost working in shell I have to say that I’m little bit lost in this 
> area.
> Could you recommend me some web-based application (idealy something which is 
> „easily“ deployed on OpenBSD)? If it wouldn’t have behind some of the ‚big 
> frameworks‘, it would be great.
> Any hints welcomed …

I had great success with Etherpad and EtherCalc:
https://github.com/ether/etherpad-lite
https://github.com/audreyt/ethercalc

There are no packages but nodejs is packaged and both build and run.

Greetings,
Julian



Re: FAM Question

2018-10-22 Thread Julian Suschlik
I proposed entr as a replacement for FAM. November idea how to start gamin.

Markus Rosjat  schrieb am Mo., 22. Okt. 2018 08:56:

> Hi Julian,
>
>
> Am 22.10.2018 um 01:26 schrieb Julian Suschlik:
> > FAM/gamin execute programs when parts of the filesystem change AFAIK.
> >
> > My goto program for this is entr (http://entrproject.org/) available as
> > port under sysutils/entr  (http://ports.su/sysutils/entr)
> >
>
> I still don't get what you trying to tell me. I simply need to know how
> to start gamin as a background process since FAM package isnt arround
> anymore. Usally there would be some kind of rc script in rc.d somewere
> but there isnt. There isnt a man page to be found so I'm lost how to get
> things running.
>
> regards
>
> --
> Markus Rosjatfon: +49 351 8107224mail: ros...@ghweb.de
>
> G+H Webservice GbR Gorzolla, Herrmann
> Königsbrücker Str. 70, 01099 Dresden
>
> http://www.ghweb.de
> fon: +49 351 8107220   fax: +49 351 8107227
>
> Bitte prüfen Sie, ob diese Mail wirklich ausgedruckt werden muss! Before
> you print it, think about your responsibility and commitment to the
> ENVIRONMENT
>
>


Re: FAM Question

2018-10-21 Thread Julian Suschlik
FAM/gamin execute programs when parts of the filesystem change AFAIK.

My goto program for this is entr (http://entrproject.org/) available as
port under sysutils/entr  (http://ports.su/sysutils/entr)

Markus Rosjat  schrieb am So., 21. Okt. 2018 10:54:

> hi Julian,
>
> Am 20.10.2018 um 01:01 schrieb Julian Suschlik:
> > Would sysutils/entr help?
>
> canyou be more specific?
>
> thank you
>
> --
> Markus Rosjatfon: +49 351 8107224mail: ros...@ghweb.de
>
> G+H Webservice GbR Gorzolla, Herrmann
> Königsbrücker Str. 70, 01099 Dresden
>
> http://www.ghweb.de
> fon: +49 351 8107220   fax: +49 351 8107227
>
> Bitte prüfen Sie, ob diese Mail wirklich ausgedruckt werden muss! Before
> you print it, think about your responsibility and commitment to the
> ENVIRONMENT
>
>


Re: FAM Question

2018-10-19 Thread Julian Suschlik
Would sysutils/entr help?

Markus Rosjat  schrieb am Fr., 19. Okt. 2018 11:43:

> Hi there,
>
> it seems there is no FAM package anymore but there is a gamin package so
> is this a replacement for FAM? And following up on that how the heck do
> I get gamin to work, there seems to be no rc script for it but if it
> works like FAM there should be a process running right? The docs or
> pkgconfig doesnt say anything regarding this so Im kinda lost here. So
> if someone hast som information about that share please.
>
> regards
>
> --
> Markus Rosjatfon: +49 351 8107224mail: ros...@ghweb.de
>
> G+H Webservice GbR Gorzolla, Herrmann
> Königsbrücker Str. 70, 01099 Dresden
>
> http://www.ghweb.de
> fon: +49 351 8107220   fax: +49 351 8107227
>
> Bitte prüfen Sie, ob diese Mail wirklich ausgedruckt werden muss! Before
> you print it, think about your responsibility and commitment to the
> ENVIRONMENT
>
>


Re: Encrypted data partition

2016-12-15 Thread Julian Suschlik
> Also in most cases ssh does not support changing mtime of symlinks,
> which is required for fast data synchronization (compare mtime
> instead of readlink).  For this reason I even use USB when the two
> systems are in the same network.
>
> So it would really be great to have an up-to-date EncFS...

What about an encrypted backup to the USB drive and restore on the other
host? Preserves links and permissions. Can do deduplication and updates.
Borgbackup does this. You can carry binaries of the software for Linux and
OpenBSD on the USB drive.

Julian



dmesg of -current/armv7 with Allwinner A10?

2013-12-13 Thread Julian Suschlik
Hi,

I read about Alwinner A10 support coming to OpenBSD here:
http://www.openbsd.org/plus.html

Great!

Is someone running -current and can provide a dmesg?
What's already working?

I plan to order
https://www.olimex.com/Products/OLinuXino/A10/A10-OLinuXino-LIME/open-source-hardware
to
work with OpenBSD.

Thanks,
Julian