Doing anything special with your config? I already am setting placement options and played with replica options.
My only hope has been to wait for the V2 engine to become stable.
Next, if someone fixed font / display scaling in X for high DPI (24" 4k monitor) displays, it would allow more people to use Desktop linux.
Stateless is the best feature of WireGuard IMO. I'm really looking forward to the mobile clients stabilizing.
Try drawing programmatically:
tools[7].paint(ctx, x, y);
then run: $canvas.trigger('change.session-hook');
to flush your canvas changes to the server.I hope there's a good return on investment in a reasonable amount of time.
One time setup
$ python -m venv ve
$ source ve/bin/activate
$ pip install pygments WeasyPrint
Then $ pygmentize -f html src.py | weasyprint - out.pdf
Both pygmentize and weasyprint have many options to play with. I find a set and create a shell script.This also does pngs, etc:
$ pygmentize -f html src.py | weasyprint - out.png :TOhtml
I found it to create the prettiest syntax highlighted code. But I'm bias because it produces html using my vim color scheme which I'm partial too :)You can script vim too by specifying a list of commands in a file then running it:
$ vim -S myscript some_fileSome of the provided tarballs are riddled with old vulnerabilities (and served over insecure channels (!!!) with no integrity checks), and thus it is relegated to educational purposes only, and should not be used for building a secure, general purpose system.
Does it support SATA and UEFI boot disks yet?
You can build LFS on any system that meets the requirements[1].
> Does it support SATA and UEFI boot disks yet?
The Linux kernel supports SATA disks since forever. UEFI is also supported by most bootloaders. The distro you build by following LFS will define support for things like UEFI.
I think you're confusing LFS with maybe a livecd image they used to put out?
[1] http://www.linuxfromscratch.org/lfs/view/stable/chapter02/ho...
LFS is great no complaints no offense intended I know it must take a lot of work to keep it updated.
Then again lower down on the buildyourownownlinux site wget links to a LFS url so it must be the same people or LFS re-branded?