зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 13:16:07 +02:00
m
Этот коммит содержится в:
родитель
47b5eadc98
Коммит
9a476e3849
@ -1,5 +1,7 @@
|
||||
https://www.youtube.com/@user-ix1ci2le7n/videos
|
||||
|
||||
2024
|
||||
BorisYakemenko - Talk about Cultural Catastrophe of 47:19
|
||||
https://www.youtube.com/watch?v=heJE4cPzn9w
|
||||
BorisYakemenko - About Kravtsov of 38:04
|
||||
https://www.youtube.com/watch?v=2_s_WdyLInw
|
||||
|
||||
15
db/nosql/redis/embedded.txt
Обычный файл
15
db/nosql/redis/embedded.txt
Обычный файл
@ -0,0 +1,15 @@
|
||||
import redis.clients.jedis.Jedis;
|
||||
import redis.embedded.RedisExecProvider;
|
||||
import redis.embedded.RedisServer;
|
||||
import redis.embedded.util.Architecture;
|
||||
import redis.embedded.util.OS;
|
||||
|
||||
var customerProvider = RedisExecProvider.defaultProvider()
|
||||
.override(OS.MAC_OS_X, Architecture.x86_64, "/opt/homebrew/bin/redis-server");
|
||||
|
||||
var redisServer = RedisServer.builder().redisExecProvider(customerProvider)
|
||||
.port(...).setting(REDIS_MAX_MEMORY)
|
||||
.build();
|
||||
|
||||
redisServer.start();
|
||||
var jedis = new Jedis(redisContainerHost, redisContainerPort);
|
||||
@ -9,7 +9,7 @@ Jog Autobiography (Jobs reads 3 times a year)
|
||||
Soros - Crisis of the World Capitalism (later renounciated it)
|
||||
|
||||
2024
|
||||
USLawAndOrder - Dudnik - GennadyM - 05.28 18:00 of 1:14:16
|
||||
USLawAndOrder - Dudnik - GennadyM - 05.28 of 1:14:16
|
||||
https://www.youtube.com/live/QT_wVsum65A
|
||||
USLawAndOrder - Dudnik - GennadyM - 05.13 of 54:25
|
||||
https://www.youtube.com/watch?v=HvkB2ARj4-Q
|
||||
|
||||
@ -3,6 +3,9 @@ Dmitriy Yurievich
|
||||
https://nday.club/video/playlist/kartochnyi-domik.html
|
||||
https://vk.com/peretolchin_dmitry
|
||||
flibusta.site/a/134903
|
||||
new world farben-order
|
||||
https://www.labirint.ru/books/843811/
|
||||
https://ozon.by/product/novyy-mirovoy-farben-poryadok-peretolchin-dmitriy-524561659
|
||||
|
||||
https://день-магазин.рф/politika-311
|
||||
https://день-магазин.рф/konspirologiya-310
|
||||
@ -10,6 +13,8 @@ https://день-магазин.рф/konspirologiya-310
|
||||
https://dzen.ru/a/Y7E4TrPX2DsnngGa
|
||||
|
||||
2024
|
||||
NDay - Peretolchin - Where Christian Values Vanished of 1:10:57
|
||||
https://nday.club/video/rashititeli-svyatyn
|
||||
NDay - CardHouse - Peretolchin - World is Note As it Seems of 59:26
|
||||
https://boosty.to/den_club/posts/5ecb11a8-746b-4bab-ae73-f517f0736fe9
|
||||
! occult - hidden
|
||||
|
||||
@ -36,11 +36,9 @@ pam_lastlog: deprecate it and disable by default
|
||||
sudo dd bs=4M of=/dev/sda status=progress oflag=sync status=progress if=<dist>.iso
|
||||
```
|
||||
|
||||
## rhino dist grub nomodeset
|
||||
## grub
|
||||
|
||||
```
|
||||
e -> splash -> nomodeset -> F10
|
||||
```
|
||||
https://docs.fedoraproject.org/en-US/quick-docs/grub2-bootloader/#create-an-esp
|
||||
|
||||
## chroot
|
||||
|
||||
|
||||
@ -4,6 +4,8 @@ https://courses.joshwcomeau.com/css-for-js
|
||||
https://courses.joshwcomeau.com/css-for-js/05-responsive-css/10-calc
|
||||
|
||||
2024
|
||||
AlexLamkov - CSS 2024 of p21
|
||||
https://www.youtube.com/playlist?list=PL0MUAHwery4o9I7QQVj_RP4ZVpmdx6evz
|
||||
Staschuk - CSS Course for Beginners 0:00 of 1:27:34
|
||||
https://www.youtube.com/watch?v=WpridlBQmdk
|
||||
00d641600ea359f2f8aeda1d2f551303
|
||||
|
||||
@ -42,6 +42,9 @@ free
|
||||
https://learn.shayhowe.com/html-css/
|
||||
https://learn.shayhowe.com/advanced-html-css/
|
||||
|
||||
2024
|
||||
AlexLamkov - HTML 2024 of p18
|
||||
https://www.youtube.com/playlist?list=PL0MUAHwery4ot0KmgGxlBSB7rXssLeA6h
|
||||
2023
|
||||
freeCodeCamp - HTML & Coding Introduction – Course for Beginners 0:00 of 2:04:05
|
||||
https://www.youtube.com/watch?v=GDGejH3SDNQ
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user