Marc Brückner

Results 26 comments of Marc Brückner

I adopted the idea from the indihosters repository. In the installscript you configure a smtp server for outgoing emails. But might be unecessary because it's fully configurable from the admin...

No need for Wonderfall / Greyltc examples anymore, there is an official apache image.

To repair broken upgrades (a broken upgrade in that sense that a new nextcloud version is copied over the older one, but the ooc::upgrade failed), we could introduce a flag...

I also use refind for the touch support in the boot menu. Will try the suggested solutions and report back. Thanks everyone for having a look at this.

Sorry for reporting back so late. Modifying `/boot/refind_linux.conf` like @realSpok suggested fixed this for me: ``` "Boot extra" "root=UUID=... rw quiet resume=UUID=... add_efi_memmap rootfstype=ext4 initrd=/boot/intel-ucode.img initrd=/boot/initramfs-linux-surface.img" ``` But interestingly I...

You can use `rank=same` to clean up node placement. https://graphviz.org/doc/info/attrs.html#d:rank ![graph(2)](https://user-images.githubusercontent.com/7050959/88187486-e0cc3100-cc36-11ea-8aa7-c475cb708be4.png) [graph.gv.txt](https://github.com/formatc1702/WireViz/files/4960527/graph.gv.txt)

From a user perspective I would prefer to specify some colors on my own, but not necessary use other names for it. For example the default green is far to...

I made a quick mockup how this could be visually achieved with hacking a little bit on the intermediate files graphviz can produce. This is similar to the solution I...

> Actually twisting them (switching which wire is drawn in front for each crossing) is way harder because they have to be split in peaces and each section has to...

Sure. Here you go: ```dot graph G { outputorder=nodesfirst; rankdir=LR; graph [bb="0,0,1031,280", bgcolor=white, fontname=arial, nodesep="0.33", rankdir=LR, ranksep=2]; node [fillcolor=white, fontname=arial, label="\N", shape=record, style=filled]; edge [fontname=arial, style=bold]; X1 [height="3.1944", label=, margin=0,...