About 50 results found. (Query 0.23000 seconds)
Перезапускаємо сервіс Yggdrasil та перевіряємо підключення до сокету: sudo yggdrasilctl getpeers вивід має бути приблизно таким: URI State Dir IP Address Uptime RTT RX TX Down Up Pr Cost Last Error vsock://host:1234 Up Out 200:xxxx:.. 2m59s 1.61ms 1.8KB 0.6KB - - 0 1 - Оверлейний пір батьківського хосту підключено, а отже тепер можна підключатись до всіх вузлів мережі Yggdrasil, без наявності Інтернет в гостьовій системі.
xmr.cs.i2p NODE STATUS Height 3708217 Syncing False Latest Block b5c018...73e1ea Transactions 61768412 Difficulty 627970739849 Status OK sponsored by The VPN service provider for the truly paranoid Clearnet | Tor | I2P The monerod running on this server is from the Arch Linux monero package . It uses this monerod.conf:...
Die Kommissarin musste sich vor Ort ein Bild von der Lage machen. »Harm, bleib bitte ruhig«, sagte sie eindringlich. »Am besten gehst du in dein Haus und schließt die Tür hinter dir ab. Roland und ich kommen so schnell wie möglich zu dir.« »Roland – ist das dein neuer Kollege?« Inzwischen befand sich der dunkelhaarige Polizist schon seit zwei Jahren auf Juist.
Édith Piaf - Non, je ne regrette rien in French and English 13. Helfe kann dir keiner by BAP 14. Wish You Were Here by Pink Floyd 15. Mama by Hantje 16. I''m Free by The Who [�������]   [��]   proskynesis ����: 15 ��� 3 ������ ���������: 587 proskynesis · 01-���-20 09:58 (������ 10 ����) [����������] Zorg2012 �����(�): 76183731 ���������� �����������. ���� �������� ������� (�������� �������-���������) ����������. ����� �� ���� �������� � � ������ �� ������ �� ������ ������� ����. ����...
/bin/activate # check that it was enabled > echo $VIRTUAL_ENV > # it's likely that you might need install `libhackrf-dev` systemwide > # or `python3 -m pip install cython` in venv, it depends > # that's why you better reinstall and recompile everything related > # to URH each time, to properly link all the C++ code, libs and backends > pip3 install –upgrade –force-reinstall –no-deps –no-cache-dir urh > # Let's run URH > urh > # Check "Edit">"Options" app menu to ensure that HackRF backend...
Для этого в конфигурационный файл контейнера /var/lib/lxc/deb_ygg/config добавим строки: lxc.mount.entry = /dev/net dev/net none bind,create=dir lxc.cgroup.devices.allow = c 10:200 rwm # если в /usr/share/lxc/config/common.conf - указаны префиксы "*.cgroup2.*" # вместо "lxc.cgroup.devices.allow" нужно использовать "lxc.cgroup2.devices.allow", # во избежание ошибки "failed to create TUN: operation not permitted" # lxc.cgroup2.devices.allow = c 10:200 rwm Запуск контейнера в фоне (флаг -d):...
It doesn't seem that the gtkusersetup GUI allows us to do everything we want to so we will just use the command line. Type this: sudo groupadd tor; sudo useradd tor --gid tor --base-dir /var/lib/ --system --no-user-group --shell /bin/false --comment "TOR Daemon" The group is created by groupadd and then the user by useradd ; --gid option adds him to the tor group as main.
You can set the modules path, as well as the prosody-modules directory. plugin_paths = { "/usr/lib/prosody/modules", "/dir/of/prosody-modules" } Define the modules you want to be enabled. Some of them are already enabled by default. modules_enabled { -- Generally required "roster"; "saslauth"; "tls"; "dialback"; "disco"; -- Not essential, but recommended "carbons"; "pep"; "private"; "blocklist"; "vcard4"; "vcard_legacy" -- Nice to have ...
. "/" .. outname -- else -- local filename = mp.get_property("filename") -- local dir = mp.get_property("working-directory") -- path = dir .. "/" .. mp.get_property("path"):gsub(filename, outname) -- end mp . command_native_async ( { name = "subprocess" , args = { "ffmpeg" , "-ss" , string.format ( start_pos ), "-accurate_seek" , "-y" , "-i" , mp . get_property ( "path" ), "-t" , string.format ( duration ), "-c:v" , "copy" , "-c:a" , "copy" , "file:" .. outname...
Perhaps later that will switch to base64(HMAC($YYYYMMDD,PBE($password))) so it can be slightly secure even in absence of TLS/etc? bulkimport --dir $directory --delete $boolean [--reimport $boolean] import all of the .syndie files in the given directory, deleting them on completion.