Forum

mrmucha
@mrmucha
Admin
Członek
Połączone: sty 9, 2012
Ostatnio widziany: cze 22, 2026
Tematy: 537 / Odpowiedzi: 563
Odpowiedz
RE: (configure) Linux, how to boot from one disk in RAID1 failure?

in my opinion * You neeed separate ext2 /boot partition – easest way is to add pendrive or third disk with that mount point  /boot par...

11 lat temu
Forum
Temat
Odpowiedz
RE: set bootable flag on partition/disk

parted /dev/sdb set 1 boot on

11 lat temu
Forum
Temat
Forum
Odpowiedzi: 0
Widoki: 2267
Odpowiedz
RE: Linux, execute command every X seconds

watch -n 5 command exammple: watch -n 3 ls -l -n 3 means ”every 3 sec”

11 lat temu
Forum
Temat
Forum
Odpowiedzi: 0
Widoki: 2107
Odpowiedz
RE: How to mount FreebSD/Raid/UFS filesytem under windows?

Get UFS2TOOL from and follow instructions

11 lat temu
Forum
Temat
Forum
Odpowiedzi: 0
Widoki: 2278
Odpowiedz
RE: RPI, I2C, select channel for PCF8591

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...

11 lat temu
Forum
Temat
Forum
Odpowiedzi: 0
Widoki: 2222
Odpowiedz
RE: Raspberry PI : dedect I2C array then get value

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...

11 lat temu
Forum
Temat
Forum
Odpowiedzi: 0
Widoki: 2368
Odpowiedz
RE: Create 100Mb file under linux/freebsd

$ dd if=/dev/zero of=output.dat bs=100M count=10

11 lat temu
Forum
Temat
Forum
Odpowiedzi: 0
Widoki: 2166
Odpowiedz
RE: DOS/Batch file, create folder with date in format yyy-mm-dd

for format yyy-mm-dd use for /f "tokens=1-3 delims=/" %%a in ("%date%") do md "%%a"

11 lat temu
Forum
Strona 68 / 74