Welcome!
A bit of an ancient
web2.0 design,
Couple lines of code,
thoughts, photo and a charm. Read more
Linux
Everything that concerns. Go to category
Electronics
micro, radio,
and usual. Go to category
Photo
From different categories. View category
22/December/2020 mediateklow-powerpdfdatasheet
Looking for whatever with low power consumption.
Found modules on mediatek, download documentation for SoM (System on Module).
You scroll through in search of how much the chip consumes.
12/March/2020 fontforgeglyphpyftsubsetwofffont
Required packages apt install fontforge и pip install fonttools.
Let’s decide on the necessary glyphs: we need Latin, Cyrillic, special characters, including some Greek symbols (ΣΩαβγμ), Greek analogues that are similar in style but have different codes (∆∑µ), and a few more that can be used somewhere in the text or as elements to replace graphics (♪♫♬).
Because the µ (mu U+00b5) symbol and the Greek letter μ (mu U+03bc) in extended fonts can have their own glyph with different shapes, or, conversely, a common glyph, where similar characters in shape refer to the same glyph. Or, for example, the Greek Σ (Sigma U+03a3) is not the same as the symbol ∑ (summation U+2211).
But perhaps these symbols look the same on your screen.
20/December/2019 kvmlvmpartedvirsh
1 2 3 4 5 6 7 8 9 10 | parted -a optimal /dev/sda unit MiB print free # Number Start End Size Type File system Flags # 0,03MiB 1,00MiB 0,97MiB Free Space # 1 1,00MiB 1025MiB 1024MiB primary ext4 boot # 2 1025MiB 5121MiB 4096MiB primary linux-swap(v1) # 3 5121MiB 70657MiB 65536MiB primary ext4 # 70657MiB 476940MiB 406283MiB Free Space |
5/December/2019 nginxmime-typeswoff
To display Content-Type correctly, you need to add the following values to mime.types
otherwise the default_type application/octet-stream; directive will be used.
1 2 3 | # 70000 kilobytes/s ~ 68 Mb/s echo "70000" > /proc/sys/dev/raid/speed_limit_min echo "100000" > /proc/sys/dev/raid/speed_limit_max |
1 2 | dev.raid.speed_limit_min=70000 dev.raid.speed_limit_max=100000 |