About 175 results found. (Query 0.11300 seconds)
Most commonly the paths for X11 and Wayland sockets are /tmp/.X11-unix/X0 and $XDG_RUNTIME_DIR/wayland-0 respectively. They can be determined from the $DISPLAY and $WAYLAND_DISPLAY environment variables. After determining the socket location one can simply connect to it from the statically linked application.
With cryptocurrencies, a clever individual can give ten dollars for the item and instead of receiving zero dollars in change, they can receive two dollars back. Instead of 0 and 10 leading to 10 and 0 (or 10=10), it’s now 0 and 10 leads to 10 and 2 (or 10=12). Two Monero was just created out of thin air.
If you are of some other condition, the common plea applies to you as well, but I'd also like you to consider some additional thoughts . The treasure chest has burned through 0 hard drive(s) so far.
Third, if you run I2P on the same computer as Bitcoin, add to your bitcoin.conf file the lines i2psam=127.0.0.1:7656 and addnode=f7lg5xc6gnbys5p4zie2hjcglq32774al2huqdmjecehdb6d6fjq.b32.i2p:0 and restart your Bitcoin software. If you do not use I2P yet, it would be great to begin just now (the recommended choice of I2P software is i2pd , other possibilities are Java I2P and Kovri ).
For this reason, a delay is being applied to outgoing mails. You can chose between the following: 0-delay: the mail is forwarded immediately to the Internet defer-delay: mail-forwarding is delayed for a certain amount of time (between 2000-4000 seconds) depending on the mail system’s queue runner batch-delay: the mail is held until a cronjob at 0:00/12:00 UTC triggers the delivery The Date: header line is always rewritten when mail is being delayed.
_OS 雙系統教學 2026-05-01 | 技術 分類 技術 15 幣圈 7 隨筆 6 小記 4 指南 3 遊記 2 體驗 2 歸檔 六月 2026 1 五月 2026 5 四月 2026 1 三月 2026 2 二月 2026 2 一月 2026 5 十二月 2025 3 十一月 2025 4 十月 2025 1 九月 2025 1 八月 2025 3 七月 2025 1 六月 2025 2 四月 2025 2 三月 2025 1 二月 2025 4 一月 2025 1 標籤 Linux(7) Tor(4) Cardano(3) Android(2) RSS(2) PopOS(2) I2P(2) 安坑輕軌(1) Ubuntu(1) Discord(1) Cloudflare-Workers(1) Pi-Pico-W(1) MicroPython(1) Github-Actions(1) Hexo(1) 3C(1) Whonix(1) Assembly(1) 支付(1) Zen-Browser(1) 中和八景(1) 鏡像站 Tor鏡像站 I2P鏡像站 Copyright © yimang 2026...
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 (存 LS 的 LS,用于处理多个主机)...
Also values over sixteen are considered as sixteen, because our resources are limited. to the top Let it go Checkbox and text input field: Save changed settings for days (0 means till browser close) You can opt-in to save your settings into your browser. This will work only if cookies are not disabled at your side: check the privacy settings of your browser.
rdt=40474), (https://web.archive.org/web/20210624173320/https://www.reddit.com/r/Windows10/comments/glaio4/how_to_manually_install_windows_10/) but here are the exceptions: 0: When formatting your USB drive, verify that it is set to NTFS, otherwise, you will see that the install.wim was replaced by install.wsm and install2.wsm (these gave me errors when doing the dism command on step 19) also, when formatting use the one you don't want the final install of windows on, because that will...
Jun. 14 Meditations and Other Metaphysical Writings Here’s a corrected and smoothed version of your text, keeping your meaning and tone intact: This is the Penguin edition. It includes multiple works by Descartes: (0) an introduction that gives some background information, (1) Meditations on First Philosophy, (2) Objections and Replies, a text that gives replies to common objections against his Meditations, (3) Principles of Philosophy, basically a summarized version of (1), (4) Descartes’...
PLAYLIST SAFETY ############### prefetch-playlist=no cache=yes cache-pause=yes cache-pause-initial=yes playlist-start=0 ############### # 4. THE PHATTY BUFFER ############### # 32MB holds roughly ~13 minutes of 320Kbps audio. demuxer-max-bytes=32MiB demuxer-max-back-bytes=8MiB demuxer-readahead-secs=300 ############### # 5.
Your filename is also encrypted. Requires JavaScript to encrypt/decrypt. 0% Encrypted Upload Syntax Highlighting Plain Text Markdown Go Python JavaScript HTML CSS Bash SQL JSON Expires In 1 Hour 24 Hours 7 Days 30 Days Create Paste POST /api/upload Upload a file using multipart/form-data.
Modalidad de entrega Gradual, según se alcancen los objetivos de cada capítulo. Progreso 0,00€ (0% recaudado) Donar al responsable del equipo mediante PayPal Lazarus En 2052, una fuerza especial de agentes se une para salvar a la humanidad de una omnipresente droga curativa que ha desarrollado el efecto secundario de matar a quien la consume en un plazo de tres años.
この I2P HTTP プロキシは実行すると、Emacs を終了するまで有効。" (interactive) (setq url-proxy-services '(("no_proxy" . "127\\.0\\.0\\.1") ("http" . "127.0.0.1:4444") ("https" . "0.0.0.0"))) (message "I2P が有効") ) i2p 返信(Reply) たかし@tak4 2025-08-24 13:09 RE: suckless >>3 >>4 st のコードは簡潔ですね。
/usr/bin/env bash # Check if output directory and at least one argument provided if [ $# -lt 2 ] ; then echo "Usage: $0 <output_dir> <arg1> [<arg2> ...]" exit 1 fi output_dir = " $1 " shift # Remove the first argument (output_dir) from the arguments list # Create the output directory if it doesn't exist mkdir -p " $output_dir " # Loop through each remaining argument and run 'convert' with it for arg in " $@ " ; do filename = $( basename " $arg " ) # Extract filename from...
i strongly dislike closed-source software and proprietary operating systems. i am unusually knowledgable in human psychology and cartoon horses, but i am currently fixated on automating with language models. this site was made with tokens , GNU Nano , and Maple Mono . metadata.json public identity { "name" : "ky" , "screen_name" : "kypwny" , "pronouns" : "any" , "birth_date" : 1084930620 , "language" : "english" , "crypto" : { "bitcoin" : "bc1q43ju0wduzdu7p3l54uvhvtpep22jthmmfcgdlf" , "evm" : { "ens" :...
Read ( buff ) if err != nil && err != io . EOF { return err } file . Seek ( 0 , 0 ) // Detect only read bytes. mimeType := http . DetectContentType ( buff [ : n ] ) if mimeType != " image/png " && mimeType != " image/jpeg " { return errors .
. # ls -l /var/lib/i2pd/destinations total 8 -rw-r----- 1 i2pd i2pd 512 Mar 31 17:16 un5a63xeqltbvrdm456fggcxqnwwbio5zzfjhjh3v5bxvaza5saq.0.dat -rw-r----- 1 i2pd i2pd 512 Mar 31 17:16 un5a63xeqltbvrdm456fggcxqnwwbio5zzfjhjh3v5bxvaza5saq.4.dat Our I2P website address will be: un5a63xeqltbvrdm456fggcxqnwwbio5zzfjhjh3v5bxvaza5saq.b32.i2p .
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:...
This only works with Freenet 0.7. listban list the channels currently banned in the local archive unban [--scope $index|$chanHash] remove the specified ban An example script: login menu post create --channel 0000000000000000000000000000000000000000 addpage --in /etc/motd --type text/plain addattachment --in ~/public_html/webcam.png --type image/png --name cam.png listauthkeys --authorizedOnly true authenticate 0 authorize 0 set...