About 120 results found. (Query 0.11200 seconds)
Method Details getGranted public LeaseSet getGranted () created lease set from client - FIXME always null setGranted public void setGranted ( LeaseSet ls) FIXME unused - why? getRequested public LeaseSet getRequested () lease set that is being requested getOnGranted public Job getOnGranted () what to do once the lease set is created getOnFailed public Job getOnFailed () what to do if the lease set create fails / times out getExpiration public long getExpiration () when the request for the...
Method Details getGranted public   LeaseSet   getGranted () created lease set from client - FIXME always null setGranted public   void   setGranted ( LeaseSet  ls) FIXME unused - why? getRequested public   LeaseSet   getRequested () lease set that is being requested getOnGranted public   Job   getOnGranted () what to do once the lease set is created getOnFailed public   Job   getOnFailed () what to do if the lease set create fails / times out getExpiration public   long   getExpiration ()...
= {chks[name][fmt]}' vmsg('') return True def fmt_dict(self,name,ut): samples = { 'url': { 'name':'Example', 'desc':'Sample URL', 'rank': 1, 'error': None, 'url':'https://example.com/foobar.html', }, 'choice': { 'c': 'curl', 'a': 'aiohttp', 'r': 'requests', }, 'cmdline': { 'cmd': ["ls","-l"], 'text': 'foo bar', 'stdin': None, 'offset': 123, 'env': {}, } } chks = { 'cmdline': { None: "'cmd' (['ls', '-l']), 'text' (foo bar), 'stdin' (None), 'offset' (123), 'env'...
orignal my question is orignal is it possible to have stream on behalf of third party? zzz please explain more orignal someone sends SYN packet and LS that doesn't match ratchets static key orignal so, they send LS and From matching that LS orignal but it's from another destination, not the one for ratchets session orignal that's the key question for next steps zzz don't think so but would have to think about it more orignal if we require...
So most of our services have corresponding < a href = //torproject.org > Tor < / a > < a href = //community.torproject.org/onion-services/ > .onion < / a > sites . < / p > <!-- #include file="onion - services" --> < p > Note that the certificate used for these sites is the same as the one used for clearnet ~vern sites, so the browser will issue an SSL_ERROR_BAD_CERT_DOMAIN error, meaning that the domain you are connecting to and the domain defined by the...
P232387 Fri 2025-10-31 08:39:35 link reply P232365 Is there a better list of onion sites available? Referenced by: P232749 P233413 P234342 P234850 P235927 P237046 P237491 P237564 P237623 P239049 P239231 P239487 P241727 P242262 P242287 P237692 Sat 2025-11-22 00:58:04 link reply looking for this?
No information is available for this page.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error. Встановлення Onion-роутера Arti з підключенням до мережі Tor через Yggdrasil ps Arti - це сучасна реалізація Onion-роутера мережі Tor мовою Rust . Нижче інструкція зі встановлення та налаштування його проксі-сервера з підключенням до мережі через Yggdrasil (у якості VPN).
Request it " ) ; i2p : : data : : netdb . RequestDestination ( ident , true , m_Pool ) ; } } else { auto ls = i2p : : data : : netdb . FindLeaseSet ( ident ) ; if ( ls ) { ls = new i2p : : data : : LeaseSet ( * ls ) ; m_RemoteLeaseSets [ ident ] = ls ; return ls ; } } return nullptr ; } const i2p : : data : : LeaseSet * ClientDestination : : GetLeaseSet ( ) { if ( !
/usr/bin/env bash echo "S.M.A.R.T. drives state:" let x = 0 #for disk in $(ls -l /dev/disk/by-path | egrep -v usb | egrep -v part | sed 's/^.*pci/pci/' | sed 's/\s.*$//') for disk in $(ls -l /dev/disk/by-path | grep -e ata -e sas -e nvme | egrep -v part | sed 's/^.
orignal anyway let me check zzz here's what happens orignal so, the resolution is to postpone new one zzz 1) 2 lease leaseset orignal I guess zzz 2) tunnel test repeated fails on one tunnel zzz 3) built new LS2 with that tunnel removed zzz 4) build new tunnel, it happens pretty fast, say 250ms zzz 5) build new LS2 with the new tunnel and the one old (still good) tunnel zzz 6) that new LS2 didn't get stored or published orignal got it. makes sense zzz 7) the LS2 with one old tunnel in it expires, but we...
If you don't want your real IP address to show up in those web logs, you can also reach this website at the .onion address stormwayszuh4juycoy4kwoww5gvcu2c4tdtpkup667pdwe4qenzwayd.onion . If visiting this website on the clearnet is necessary, or not a big deal in your threat model , you can also visit this website using Tor Browser , any type of proxy, or a competitor's VPN service.
Uptime: 1 day, 2 hours, 34 minutes, 1 second Network status: Firewalled Tunnel creation success rate: 48% Received: 28.79 GiB (713.86 KiB/s) Sent: 30.27 GiB (748.68 KiB/s) Transit: 32.67 MiB (0.00 KiB/s) Routers: 1984 Floodfills: 1480 LeaseSets: 0 Client Tunnels: 18670 Transit Tunnels: 0 ls -l /proc/32065/fd/|wc 9113 100234 620305 5.18.1-r2 x64 i2pd-2.42.1 И эти значения (Client Tunnels & file open descriptor) продолжают расти.
:/app -h archlinux -it archlinux:latest [root@archlinux /]# pacman -Sy --noconfirm gcc :: Synchronizing package databases... core downloading... extra downloading... -8<- [root@archlinux /]# cd app [root@archlinux app]# ls main.c [root@archlinux app]# gcc main.c [root@archlinux app]# ls a.out main.c [root@archlinux app]# ./a.out Hello, World! [root@archlinux app]# All right, so now we have an a.out binary (in ELF format though) that should work on other machines… right?
ユーザーを作成 pc-to$ useradd (名前は myname とします) そして、移行先の PC に新しいユーザーでログインして、ホームを空にして、.tar.gz を壓縮解除します。 ホームを空にする pc-to$ cd pc-to$ ls -a . .. .Xdefaults .cshrc .cvsrc .login .mailrc .profile .ssh pc-to$ rm -r * .* pc-to$ ls -a . .. ホームで .tar.gz を壓縮解除 pc-to$ cd pc-to$ tar zxvf /tmp/myname.tar.gz これで移行元の「from-pc」から、移行先の「to-pc」にユーザーを引越すことができました。
First check the following things: Service status: systemctl status caddy Logs: journalctl --no-pager -u caddy Are your site's files readable by the caddy user and group? ls -la /var/www/html Is the caddy home directory writeable? ls -la /var/lib/caddy Ensure your domain's A and/or AAAA records point to your machine's public IP address: dig example.com Are your ports 80 and 443 externally reachable, and is Caddy able to bind to them?
PSK or private DH i2cp.leaseSetAuthType Authentication type for encrypted LeaseSet. 0 - no authentication(default), 1 - DH, 2 - PSK i2cp.leaseSetClient.dh.nnn Client name:client's public DH in base64, for authentication type 1, nnn is integer i2cp.leaseSetClient.psk.nnn Client name:client's PSK in base64, for authentication type 2, nnn is integer i2cp.leaseSetType = 可以取 1, 3, 5, 7 1 - LS (已弃用) 3 - LS2 (第二代 LS) 5 - Encrypted LS2 (加密的 第二代 LS) 7 - Meta LS2 (存...
(having a few redundant routers provide the same content can easily become standard practice, not just for the facebooks of this world) ** It is not clear to me how we can get away with a publication frequency of once per hour(s) for meta-LS, when LS's are created every 10 minutes? (what is constant here that I'm not seeing) ** How do we make sure every LS query gives the meta-LS?
. # ############################################################################## # Attempt to set APP_HOME # Resolve links: $0 may be a link app_path = $0 # Need this for daisy-chained symlinks. while APP_HOME = ${ app_path % " ${ app_path ##*/ } " } # leaves a trailing /; empty if no leading path [ -h " $app_path " ] do ls = $( ls -ld " $app_path " ) link = ${ ls #* ' -> ' } case $link in #( /* ) app_path = $link ; ; #( * ) app_path = $APP_HOME $link ;...
The cells marked as reserved for extensions (which use the LS code again a second time—just after the first LS code—to shift from the figures page to the letters shift page) has been defined to shift into a new mode.