зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
m
Этот коммит содержится в:
родитель
6e5e60b92d
Коммит
c4b5219022
@ -12914,10 +12914,26 @@ Dvorim - Slova - po evreyski
|
||||
I esli chelovek v tradicii rastyot, to eto ne znachit, chto on stanet gluboko duhovnym chelovekom
|
||||
- no eto znachit, chto pomimo semeynoy i nacionalnoy, u nego budet eschyo i religioznaya prizma
|
||||
- i vopros v tom - kak my k etomu factu otnosimsya
|
||||
- podrostkovyi bunt - ne obyazatelno duhovno-pozitivnyi process
|
||||
- no s drugoy storony - on - neizbezhen
|
||||
- tak-nazyvaemyi podrostkovyi bunt - ne obyazatelno duhovno-pozitivnyi process
|
||||
- no s drugoy storony - on neizbezhen
|
||||
|
||||
Ponyatno, chto strogo govorya, v etom vozraste chelovek dolzhen obyazatelno popytatsya probit lbom vse vozmozhnye steny
|
||||
- i samoe vazhhnoe - chtoby on pri etom polnostiyu i okonchatelno ne prolomil sebe golovu
|
||||
- a vot nabit shishki - eto absolyutno neobhodimoe delo
|
||||
- samoe hudshee, esli mezhdu stenkoy i lbom - podushka
|
||||
- ili huzhe - kogda ego pytayutsya pooscheryat bunt (s popytkoy sneseniya stenok)
|
||||
- v etoy situacii nado dat vse steny poprobovat sobstvennym lbom (i bolshe nikak)
|
||||
- podrostok dolzhen probovat steny probivat i vozraschatsya domoy s nabitymi shishkami - i eto - normalno
|
||||
- pochemu? potomu, chto eto - vospitanie bezotvetstvennosti
|
||||
|
||||
Hochesh lomat steny i narushat Toru - znay o posledstviyah
|
||||
|
||||
V processe proby probivaniya sten
|
||||
- chelovek nachinaet ponimat, v kakom mire on zhivyot
|
||||
- i nauchaetsya otvetstvennomu vyboru na practike
|
||||
- ponimaya, chto posledstviya rashlyobyvat emu samomu
|
||||
|
||||
Vozmozhny 2 varianta otkaza ot otvetstvennosti v etoy situacii
|
||||
- 1-i - krushit vsyo bez razbora, potomu chto ya tak samovyrazhayus
|
||||
- i esli k 25 godam chelovek ne poymyot raznitsy mezhdu "voiti i vlipnut" v istoriyu
|
||||
- to dalshe - ne poymyot nikogda
|
||||
|
||||
@ -5,3 +5,52 @@ https://linuxconfig.org/how-to-label-hard-drive-partition-under-linux
|
||||
https://unix.stackexchange.com/questions/230308/how-can-i-set-a-label-on-a-dm-cryptluks-container
|
||||
sudo cryptsetup config /dev/nvme0n1p2 --label luks
|
||||
sudo cryptsetup config /dev/nvme0n1p3 --label luks
|
||||
|
||||
sudo tune2fs -L luks /dev/nvme0n1p3
|
||||
sudo tune2fs -L luks /dev/dm-0
|
||||
|
||||
tune2fs: Bad magic number in super-block while trying to open /dev/nvme0n1p3
|
||||
/dev/nvme0n1p3 contains a crypto_LUKS file system
|
||||
...
|
||||
I expect you have to perform tune2fs on this /dev/mapper/xxx-xxx, there is the visible ext4 filesystem.
|
||||
|
||||
l /dev/disk/by-label
|
||||
good
|
||||
luks@ ⇒ ../../nvme0n1p2
|
||||
root@ ⇒ ../../nvme0n1p1
|
||||
bad
|
||||
NO_LABEL@ ⇒ ../../nvme0n1p1
|
||||
|
||||
l /dev/mapper
|
||||
before
|
||||
control
|
||||
after (by label)
|
||||
luks@ ⇒ ../dm-0
|
||||
and after that it is available:
|
||||
/dev/dm-0
|
||||
blkid
|
||||
/dev/nvme0n1p2: UUID="..." LABEL="luks" TYPE="crypto_LUKS" PARTUUID="..."
|
||||
after (by uuid)
|
||||
luks-788e6b7d-18de-4c73-973a-27126348c4cb@ ⇒ ../dm-0
|
||||
blkid
|
||||
/dev/mapper/luks-...: UUID="..." BLOCK_SIZE="4096" TYPE="ext4"
|
||||
|
||||
???
|
||||
/dev/disk/by-partlabel
|
||||
|
||||
https://forum.endeavouros.com/t/how-to-create-new-uuid-for-external-drive/43391/5
|
||||
https://unix.stackexchange.com/questions/12858/how-to-change-filesystem-uuid-2-same-uuid
|
||||
https://unix.stackexchange.com/questions/257652/change-encrypted-partition-uuid
|
||||
For changing the file system UUID you have to decrypt /dev/sda1
|
||||
sudo cryptsetup luksOpen /dev/disk/by-uuid/788e6b7d-18de-4c73-973a-27126348c4cb luks-788e6b7d-18de-4c73-973a-27126348c4cb
|
||||
and then run tune2fs on the decrypted device mapper device.
|
||||
|
||||
To change the UUID of the LUKS volume, use cryptsetup luksUUID --uuid=<the new UUID> /dev/sda1.
|
||||
|
||||
https://superuser.com/questions/1393014/change-partitions-labels-only-on-dolphin-or-change-label-on-not-mounted-luks-pa
|
||||
sudo cryptsetup status /dev/mapper/luks-788e6b7d-18de-4c73-973a-27126348c4cb
|
||||
...
|
||||
type: LUKS1
|
||||
...
|
||||
sudo cryptsetup convert /dev/nvme0n1p3 --type luks2 --debug
|
||||
sudo cryptsetup config /dev/nvme0n1p3 --label luks
|
||||
|
||||
@ -8,6 +8,8 @@ https://wezfurlong.org/wezterm/config/lua/config/index.html
|
||||
https://wezfurlong.org/wezterm/install/linux.html#installing-on-linux-using-appimage
|
||||
https://github.com/wez/wezterm/releases/download/20230712-072601-f4abf8fd/wezterm-20230712-072601-f4abf8fd.Ubuntu20.04.deb
|
||||
curl -LO https://github.com/wez/wezterm/releases/download/20230712-072601-f4abf8fd/wezterm-20230712-072601-f4abf8fd.Ubuntu20.04.deb
|
||||
sudo apt install ./wezterm-20230712-072601-f4abf8fd.Ubuntu20.04.deb
|
||||
|
||||
brew install --HEAD wezterm
|
||||
|
||||
dpkg -L wezterm
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
https://blog.predanie.ru/article/vysota-kotoroj-dostigaet-chelovek-eto-on-li-sam/
|
||||
Sorokin - Vtorozakonie - Ch 21-4 - 1:10:00 of 1:34:11
|
||||
Sorokin - Vtorozakonie - Ch 21-4 - 1:15:00 of 1:34:11
|
||||
https://predanie.ru/sorokin-vladimir-vladimirovich/seminary-po-vtorozakoniyu/slushat/
|
||||
https://predanie.ru/sorokin-vladimir-vladimirovich/chtenie-tory-na-drevneevreyskom-yazyke/slushat/
|
||||
Plaschevskiy - ZOZH - 41:00 of 1:36:31
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user