There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

Johnny123123

@[email protected]

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Johnny123123 , to linux in File picker issues

Have you checked the logs? I guess a simple journalctl —user -f would tell you what went wrong. Just run the command on a terminal and click the file picker button couple times and see what pops up

Johnny123123 , (edited ) to linux in how can I route all my traffic through tor on debian 12.6?

I don’t use tor that often but as my understanding tor is basically a socks5 proxy, which operates at application layer, so there is no way you can route all your traffic through tor, at least not the ICMP packets.

Some applications are willing to use your proxy settings like http_proxy and https_proxy environment variables, but some of them not, especially for udp based applications (most games). The workaround that i am aware of is to use a rule-based proxy program that supports TUN mode, such as Clash Meta (the link is a fork of clash meta called mihomo, which is the one that i am currently using). Basically it creates a virtual interface and traps all the higher layer traffic into this interface, so it can route them through the configured proxy (tor in your case), even for applications that don’t honor your proxy settings at all.

In Clash Meta you can use configurations such as this to route all your layer 5 and 4 traffic through tor, the important part is to enable the tun mode. After that you can simply use command mihomo -f config.yaml to start it.


<span style="color:#323232;">port: 7890
</span><span style="color:#323232;">socks-port: 7891
</span><span style="color:#323232;">redir-port: 7892
</span><span style="color:#323232;">mode: rule
</span><span style="color:#323232;">tun:
</span><span style="color:#323232;">  enable: true
</span><span style="color:#323232;">  stack: gvisor
</span><span style="color:#323232;">  auto-route: true
</span><span style="color:#323232;">  auto-redirect: true
</span><span style="color:#323232;">  auto-detect-interface: true
</span><span style="color:#323232;">proxies:
</span><span style="color:#323232;">  -
</span><span style="color:#323232;">    name: 'tor'
</span><span style="color:#323232;">    type: socks5
</span><span style="color:#323232;">    server: localhost
</span><span style="color:#323232;">    port: 9050
</span><span style="color:#323232;">proxy-groups:
</span><span style="color:#323232;">  -
</span><span style="color:#323232;">    name: DEFAULT
</span><span style="color:#323232;">    type: select
</span><span style="color:#323232;">    proxies:
</span><span style="color:#323232;">      - 'tor'
</span><span style="color:#323232;">rules:
</span><span style="color:#323232;">  - MATCH,DEFAULT
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines