[ Home / * / RSS ] [ b / c / g / lit / guestbook ] [ k / a / min / t / m ] [ Deepswarm / Services ] [ Search / Rules / Mod ]

/g/ - Technology

"The version with Linux, we call “GNU/Linux.” It is OK to call it “GNU” when you want to be really short, but it is better to call it “GNU/Linux” so as to give Torvalds some credit."
[Return][Go to bottom]
Name (Name could be empty, then a random name will be used from a pool.)
Options(sage: append your comment to a thread without bumping it; noko: after commenting, make your url stay inside the thread.)
Subject
Comment
File
Ext: jpg|jpeg|png|txt|conf|org|md|pdf|epub, Media:mp3|flac|webm; Max Size: 12M (Sum of all files);
Embed

Markup Guide

  • heading: use ## as 2nd heading and ### as 3rd.
  • inline code, use `
  • strong text, use **
  • italic text, use * or _ (single underscore)
  • slash the text, use ~~
  • underline the text, use __, enclosing text in double underscores.
  • Make hyperlink, directly paste url or use markdown syntax: [Link name](the url)
  • Goth the text, use [[ and ]]; Garamond the text, use (( and ))
  • Spolier the text, use ==; Make the text glowing, use ::
  • Make Kiketext, use ((( and )))
  • link inline meme/smiley, use double plus signs ++http://dswarmsikhttkg7jgsoyfiqpj3ighupfrvuz5ri3lu5q2dlqyrpgk7ad.onion/css/e/b0.webp++
  • code block, use ```:

    ```
    // comment
    some code
    ```

  • A place for testing markup: /test. I'll clean test threads from time to time, so use it when you're not sure.
  • Use >>NUM (double) to make reference in-board,
  • use >>>/SLUG/NUM (triple) to reference any post of any board.

    File: 1713338614878.png (119.71 KB, 500x460,links.500.png)

     No.27

    All about the epic browser Links2. (mainly graphics mode) Saw Links2 thread at nanochan, I don't think I've ever been serious about configuring Links. The TBB itself is actually a honeypot, I don't intend to rely on it entirely (we also have I2P). Running tor in-system and then using another browser configured to use the socks port 9050, such as palemoon or Links2, is probably the best practise. The goal of the configuration is to achieve the following,
    - color/graphical settings
    - networking

     No.28

    File: 1713339723791.png (2.65 KB, 404x141,links-tor.png)

    For Links2, torsocks links -g <link> isn't really works. It's also failed after setting the socks4 option to the configured tor port, although Links can detect the new setting for tor. (see attachment)
    if use elinks with torsocks then is OK to see a "Congratulations. This browser is configured to use Tor." after open the tor check page, but still not able to view .onion site.

     No.29

    By default, vichan block tor exit nodes IPs, so this should be commented out:
    // $config['dnsbl'][] = array('rbl.efnetrbl.org', 4);
    Then in post.php:
    // Check the referrer
    // if ($config['referer_match'] !== false &amp;&amp;
    // 	(!isset($_SERVER['HTTP_REFERER']) || !preg_match($config['referer_match'], rawurldecode($_SERVER['HTTP_REFERER']))))
    // 	error($config['error']['referer']);
    
    // checkDNSBL();
    This's not a clean solution but this made both Links2/Elinks work quickly. Modern browsers like many firefox forks (mercury-browser) would send the HTTP Referer Header by default, to disable this completely like Links2 do, change the network.http.sendRefererHeader value (about:config) to number 0.