This is the home-page of Oleg Pykhalov.
On this page you can see the latest blog updates. For further articles, please use the search bar or navigate through the blue tags.
My recommendations are pim, privacy, or security.
I recommend any decent RSS/Atom aggregator to get notified on blog updates.
Most recent articles or updates:
Ventoy is a programm which allows to setup any USB-flash as a multiboot operating-system device with a graphical menu. Installation is easy for GNU/Linux distributions, just follow the official installation instruction by downloading a script Ventoy2Disk.sh and running it for a specific /dev/sdX USB-device.
jtbl is a Python programm to convert JSON from STDIN to table. It could be installed via GNU Guix package manager from ace3e549
commit.
The following example demonstrates ifconfig
command output converted to JSON with jc
utility, piped to jq
to filter, and to jtbl
generate a table:
ifconfig \
| jc --ifconfig \
| jq --raw-output "[.[] | {\"interface\": .name, \"ipv4_addr\": .ipv4_addr}]" \
| jtbl
#+RESULTS:
interface |
ipv4addr |
————— |
————— |
br-92487ea26a13 |
172.20.0.1 |
br-9a47a96d15a3 |
172.19.0.1 |
br-cf57cf7f08d8 |
172.18.0.1 |
br-fc2bf1eb0e5a |
10.10.100.1 |
docker0 |
172.17.0.1 |
enp6s0 |
192.168.100.120 |
lo |
127.0.0.1 |
tapvpn |
172.16.103.177 |
This is a placeholder entry in order to be able to test internal links.
This is a placeholder entry in order to be able to test internal links.