Ostatnio widziany: cze 22, 2026
in my opinion * You neeed separate ext2 /boot partition – easest way is to add pendrive or third disk with that mount point /boot par...
parted /dev/sdb set 1 boot on
watch -n 5 command exammple: watch -n 3 ls -l -n 3 means ”every 3 sec”
Get UFS2TOOL from and follow instructions
1. find your ID for PCF8591 () 2. set channel using i2cset -y 1 0x48 0x00 where 0x00 mean firest channel, 0x01 is for second channel etc...
sudo apt-get install i2c-tools sudo apt-get install python-smbus sudo adduser pi i2c i2cdetect –y 1 (or i2cdetect 0 or i2cdetect 1) H...
$ dd if=/dev/zero of=output.dat bs=100M count=10
for format yyy-mm-dd use for /f "tokens=1-3 delims=/" %%a in ("%date%") do md "%%a"
