зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 21:26:09 +02:00
m
Этот коммит содержится в:
родитель
a99a566b5c
Коммит
14cd5c0779
@ -16,7 +16,12 @@ CardHouse of p7
|
||||
https://www.youtube.com/playlist?list=PLpx5WUyfSUQeLuy3peR50UQ9fhqd6kya2
|
||||
|
||||
2025
|
||||
Bobylyov - Peretolchin - People Fooling 24:00 of 1:10:26
|
||||
Bobylyov - Peretolchin - Which Flag Will be Upon Cremlin of 1:00:33
|
||||
https://www.youtube.com/watch?v=ngZ2gVxcRbY
|
||||
! 13:00 Daniel Defo zanimalsya Scotland Tribalisation
|
||||
! 22:00 Veselye Kartinki magazin created by military specialists (with really bloody hans)
|
||||
! 24:00 Valhala - sostoyanie duha v moment smerti
|
||||
Bobylyov - Peretolchin - People Fooling of 1:10:26
|
||||
https://www.youtube.com/watch?v=nvU_HeezaA4
|
||||
! renervation - https://www.youtube.com/watch?v=WLq0V44mlX8
|
||||
! 45:00 - Bernais and his teacher - Bertran Russel (how to enslave society)
|
||||
|
||||
2
os/nas/truenas/apps.txt
Обычный файл
2
os/nas/truenas/apps.txt
Обычный файл
@ -0,0 +1,2 @@
|
||||
https://www.truenas.com/apps/
|
||||
https://www.truenas.com/docs/truenasapps/communityapps/
|
||||
4
os/nas/truenas/docs/articles.txt
Обычный файл
4
os/nas/truenas/docs/articles.txt
Обычный файл
@ -0,0 +1,4 @@
|
||||
https://www.opennet.ru/opennews/art.shtml?num=59994
|
||||
scale 23.10
|
||||
https://habr.com/ru/companies/hostkey/articles/734242/
|
||||
! scale or core
|
||||
1
os/nas/truenas/docs/resources.txt
Обычный файл
1
os/nas/truenas/docs/resources.txt
Обычный файл
@ -0,0 +1 @@
|
||||
https://www.reddit.com/r/truenas/
|
||||
1
os/nas/truenas/truecharts.txt
Обычный файл
1
os/nas/truenas/truecharts.txt
Обычный файл
@ -0,0 +1 @@
|
||||
https://truecharts.org/
|
||||
@ -1,6 +1,6 @@
|
||||
https://www.truenas.com/
|
||||
! core is on BSD
|
||||
https://truecharts.org/
|
||||
! scale - is on Linux
|
||||
|
||||
https://github.com/truenas
|
||||
https://github.com/orgs/truenas/repositories
|
||||
@ -15,12 +15,3 @@ https://truecharts.org/manual/SCALE/guides/scale-intro/
|
||||
zerotier - vpn
|
||||
|
||||
https://www.truenas.com/community/
|
||||
|
||||
apps
|
||||
https://www.truenas.com/docs/truenasapps/communityapps/
|
||||
|
||||
2023
|
||||
https://www.opennet.ru/opennews/art.shtml?num=59994
|
||||
scale 23.10
|
||||
https://habr.com/ru/companies/hostkey/articles/734242/
|
||||
! scale or core
|
||||
|
||||
61
pages/fw.txt
Обычный файл
61
pages/fw.txt
Обычный файл
@ -0,0 +1,61 @@
|
||||
$ sudo systemctl status firewalld
|
||||
○ firewalld.service - firewalld - dynamic firewall daemon
|
||||
Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; preset: enabled)
|
||||
Drop-In: /usr/lib/systemd/system/service.d
|
||||
└─10-timeout-abort.conf
|
||||
Active: inactive (dead)
|
||||
Docs: man:firewalld(1)
|
||||
|
||||
Feb 12 14:37:53 EPBYGOMW0024T4 firewalld[545]: ERROR: Raising SystemExit in run_server
|
||||
Feb 12 14:42:21 EPBYGOMW0024T4 firewalld[955]: ERROR: 'python-nftables' failed: netlink: Error: cache initialization failed: Operation not permitted
|
||||
|
||||
JSON blob:
|
||||
{"nftables": [{"metainfo": {"json_schema_version": 1}}, {"add": {"table": {"family": "inet", "name": "firewalld"}}}, {"delete": {"table": {"family": "i>
|
||||
Feb 12 14:42:21 EPBYGOMW0024T4 firewalld[955]: ERROR: Failed to load user configuration. Falling back to full stock configuration.
|
||||
Feb 12 14:42:21 EPBYGOMW0024T4 firewalld[955]: ERROR: 'python-nftables' failed: netlink: Error: cache initialization failed: Operation not permitted
|
||||
|
||||
JSON blob:
|
||||
{"nftables": [{"metainfo": {"json_schema_version": 1}}, {"add": {"table": {"family": "inet", "name": "firewalld"}}}, {"delete": {"table": {"family": "i>
|
||||
Feb 12 14:42:21 EPBYGOMW0024T4 firewalld[955]: ERROR: COMMAND_FAILED: 'python-nftables' failed: netlink: Error: cache initialization failed: Operation not permitted
|
||||
|
||||
JSON blob:
|
||||
{"nftables": [{"metainfo": {"json_schema_version": 1}}, {"add": {"table": {"family": "inet", "name": "firewalld"}}}, {"delete": {"table": {"family": "i>
|
||||
Feb 12 14:42:21 EPBYGOMW0024T4 firewalld[955]: Traceback (most recent call last):
|
||||
File "/usr/lib/python3.12/site-packages/firewall/core/fw.py", line 724, in start
|
||||
self._start()
|
||||
File "/usr/lib/python3.12/site-packages/firewall/core/fw.py", line 692, in _start
|
||||
self._start_apply_objects(reload=reload, complete_reload=complete_reload)
|
||||
File "/usr/lib/python3.12/site-packages/firewall/core/fw.py", line 583, in _start_apply_objects
|
||||
transaction.execute(True)
|
||||
File "/usr/lib/python3.12/site-packages/firewall/core/fw_transaction.py", line 117, in execute
|
||||
raise FirewallError(errors.COMMAND_FAILED, errorMsg)
|
||||
firewall.errors.FirewallError: COMMAND_FAILED: 'python-nftables' failed: netlink: Error: cache initialization failed: Operation not permitted
|
||||
|
||||
JSON blob:
|
||||
{"nftables": [{"metainfo": {"json_schema_version": 1}}, {"add": {"table": {"family": "inet", "name": "firewalld"}}}, {"delete": {"table": {"family": "i>
|
||||
|
||||
During handling of the above exception, another exception occurred:
|
||||
|
||||
Traceback (most recent call last):
|
||||
File "/usr/lib/python3.12/site-packages/firewall/core/fw.py", line 734, in start
|
||||
self._start_failsafe()
|
||||
File "/usr/lib/python3.12/site-packages/firewall/core/fw.py", line 720, in _start_failsafe
|
||||
self._start_apply_objects(reload=reload, complete_reload=complete_reload)
|
||||
File "/usr/lib/python3.12/site-packages/firewall/core/fw.py", line 583, in _start_apply_objects
|
||||
transaction.execute(True)
|
||||
File "/usr/lib/python3.12/site-packages/firewall/core/fw_transaction.py", line 117, in execute
|
||||
raise FirewallError(errors.COMMAND_FAILED, errorMsg)
|
||||
firewall.errors.FirewallError: COMMAND_FAILED: 'python-nftables' failed: netlink: Error: cache initialization failed: Operation not permitted
|
||||
|
||||
JSON blob:
|
||||
{"nftables": [{"metainfo": {"json_schema_version": 1}}, {"add": {"table": {"family": "inet", "name": "firewalld"}}}, {"delete": {"table": {"family": "i>
|
||||
Feb 12 14:42:21 EPBYGOMW0024T4 firewalld[955]: ERROR: COMMAND_FAILED: 'python-nftables' failed: netlink: Error: cache initialization failed: Operation not permitted
|
||||
|
||||
JSON blob:
|
||||
{"nftables": [{"metainfo": {"json_schema_version": 1}}, {"add": {"table": {"family": "inet", "name": "firewalld"}}}, {"delete": {"table": {"family": "i>
|
||||
Feb 12 14:42:21 EPBYGOMW0024T4 firewalld[955]: ERROR: Failed to load full stock configuration. This likely indicates a system level issue, e.g. the firewall backend (nftables, iptables) is broken. A>
|
||||
Feb 12 14:42:21 EPBYGOMW0024T4 firewalld[955]: ERROR: 'python-nftables' failed: netlink: Error: cache initialization failed: Operation not permitted
|
||||
|
||||
JSON blob:
|
||||
{"nftables": [{"metainfo": {"json_schema_version": 1}}, {"add": {"table": {"family": "inet", "name": "firewalld"}}}, {"delete": {"table": {"family": "i>
|
||||
Feb 12 14:42:21 EPBYGOMW0024T4 firewalld[955]: ERROR: Raising SystemExit in run_server
|
||||
3
pl/java/jvm/jni/docs/presentations.txt
Обычный файл
3
pl/java/jvm/jni/docs/presentations.txt
Обычный файл
@ -0,0 +1,3 @@
|
||||
2025
|
||||
JPoint - Lisitskaya - FFM API 0:00 of 47:13
|
||||
https://www.youtube.com/watch?v=HiF7EjAtdZM
|
||||
3
pl/java/libfws/byte-code/docs/presentations.txt
Обычный файл
3
pl/java/libfws/byte-code/docs/presentations.txt
Обычный файл
@ -0,0 +1,3 @@
|
||||
2025
|
||||
JPoint - Tokarev - 3rdParty Libs Runtime Patching ru 10:00 of 48:25
|
||||
https://github.com/ytsaurus/ytsaurus-spyt/blob/3738bc2503df8d5964253602b68eecbac7a2e788/spark-patch/src/main/java/tech/ytsaurus/spyt/patch/SparkPatchAgent.java
|
||||
1
pl/java/libfws/byte-code/janino.txt
Обычный файл
1
pl/java/libfws/byte-code/janino.txt
Обычный файл
@ -0,0 +1 @@
|
||||
https://janino.net/
|
||||
@ -1,3 +1,5 @@
|
||||
articles:
|
||||
https://www.javassist.org/
|
||||
|
||||
articles
|
||||
https://www.niceideas.ch/roller2/badtrash/entry/bytecode-manipulation-with-javassist-for
|
||||
https://www.niceideas.ch/roller2/badtrash/entry/bytecode-manipulation-with-javassist-for1
|
||||
|
||||
1
pl/java/tools/quality/analysis/static-analysis/soot.txt
Обычный файл
1
pl/java/tools/quality/analysis/static-analysis/soot.txt
Обычный файл
@ -0,0 +1 @@
|
||||
https://soot-oss.github.io/SootUp/latest/
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user