At first, check your golang version using go version
Category: Without category
OpenWrt – USB drive present in dmesg log but don’t exist in /dev/
After installation of the latest OpenWrt version (21.02) on the router with a USB port and installing all required packages for USB following to official manual https://openwrt.org/docs/guide-user/storage/usb-drives-quickstart – USB drive successfully connected and worked as /dev/sda with partition /dev/sda1! But after reboot devices in /dev/ gone! Continue reading
Ubuntu/Debian – How to disable sleep/hibernate mode
For disable sleep mode in Debian/Ubuntu distributive need to run command Continue reading
Python – Print binary representation
For print integer number in binary representation should to use format function. Example:
ChromeOS Linux virtualization – error: system does not fully support snapd: cannot mount squashfs image using “squashfs”: mount:
Sometimes need to use snap for install packages that available only using snap.
But by default after installation snapd and try to install any packages you can get receive an error
error: system does not fully support snapd: cannot mount squashfs image using "squashfs": mount:
For resolve it need to install additional packages for working with squashfs.