我试图按照L在Tor官方网站上找到的指示安装Tor浏览器。但我无法安装它,因为下面的错误来了。
我的输入
tar -xvJf tor-browser-linux32-5.5.5_LANG.tar.xz
错误消息
tar (child): tor-browser-linux32-5.5.5_LANG.tar.xz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recov
我正在使用Ubuntu12.04,我正在尝试获取Tor浏览器包。我下载了这个包,然后tor项目网站告诉我把这个放在我的终端上
tar -xvJf tor-browser-linux32-3.5_LANG.tar.xz
我试过了,但它给了我这个ERR0R:
tar (child): tor-browser-linux32-3.5_LANG.tar.xz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar
Tor Browser通过欺骗用户代理来隐藏用户的操作系统。目前它是Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0。我决定通过在Windows和Linux的Tor浏览器上访问多个检测网站来测试该函数是否真的完成了它的工作,然后比较结果。
GIMP下载页(https://www.gimp.org/downloads/)
基于Linux (we think your OS is Linux)的Tor浏览器
Windows 11 (we think your OS is Microsoft Windows)上
我最近在我的系统上安装了Kali linux (32位)。我下载了tor浏览器包,当我运行它时,它显示-
The Tor Browser Bundle should not be run as root
因此,正如网络上的一个问题所提到的,我编辑了start-tor-browser文件,并注释掉了exit 1部分。现在,当我运行Tor时,它会反复显示以下错误消息-
📷
单击“重新启动Tor”没有帮助。虽然,当我在创建非根帐户后运行tor时,它运行时没有任何故障。那么,我应该如何让tor在根上运行呢?
我尝试过重新安装、更新和删除,然后重新安装。
似乎什么都起不到作用。见下面的截图:
📷
gedit /home/skynet/.tor-browser-en/LOG的输出(安装日志)是:
/usr/bin/tor-browser-en.sh: Your version in /home/skynet/.tor-browser-en is outdated or you do not have installed tor-browser-en yet.
/usr/bin/tor-browser-en.sh: Extracting files to /home/skynet/.tor-browse
当我输入命令:tar -xvJf tor-browser-linux32-4.0.3_LANG.tar.xz时,它会给出以下错误:
tar (child): tor-browser-linux32-4.0.3_LANG.tar.xz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
我输入了什么错误吗?我以tar.xz格式
我正在与PHP一起使用Tor,就目前而言,一切都正常工作。但是,当我尝试从php启动Tor时,它有时会抛出一个错误,因为Tor当前正在运行,所以我一直在想是否有任何方法来检查Tor的状态(运行与否)
我只能使用SOCKS5协议或Linux;这是我唯一的选择。
注意事项:这个函数连接到Tor(它可以工作)。
function init()
{
//Connect to Tor
$socket = fsockopen($this->proxyIp, $this->proxyPort);
fwrite($socket,
我试图使用/etc/ tor /torsocks.conf文件中的SOCKS5Username和SOCKS5Password字段激活tor安装的用户名和密码验证。在配置更改之后,我重新启动了服务,并检查它是否真的重新启动。但在我的机器上,没有用户名和密码,tor仍然可用。
我在EPEL回购公司安装了Tor。有关安装的更多信息:
Installed Packages
Name : tor
Arch : x86_64
Version : 0.2.7.6
Release : 5.el7
Current OS
CentOS Linux release 7
当我试图在kali linux 2017上安装tor时,它只是说:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package tor is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another sour
做恶梦。Windows 10笔记本电脑在VirtualBox上运行Lubuntu17.10。
我从网站上下载了tor-browser-linux64-7.5.3_en-US.tar.xz文件,它进入了我的Downloads文件夹。
我打开终端并运行以下命令,但失败了:
tar -xvJf tor-browser-linux64-7.5.3_en-US.tar.xz
错误信息是:
No such file or directory
所以我右击文件,将所有内容提取到桌面上的一个名为“Tor”的文件夹中。我打开该文件夹,有一个名为“Tor Browser Setup”的图标,但是当我双击该文件夹时,
获取和使用真正的PID安装的程序,如xed或Firefox是很好的p.e。在以下道路上:
#!/bin/bash
xed & PID=$! # Start xed and get PID for later
echo "$PID"
Running the xed some time
kill -15 "$PID" # Soft Kill of xed
获取便携式TOR浏览器的PID返回一个PID,该PID看起来不是来自TOR浏览器(可能来自便携式TOR浏览器文件夹中的一个Tor帮助脚本)
其结果是。如果跟随错误的Tor PID,TOR浏览器就不能关
当我在终端上键入并输入tor时,将显示以下消息:
Sep 02 01:00:34.889 [notice] Tor 0.3.2.10 (git-0edaa32732ec8930) running on Linux with Libevent 2.1.8-stable, OpenSSL 1.1.1, Zlib 1.2.11, Liblzma 5.2.2, and Libzstd 1.3.3.
Sep 02 01:00:34.889 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https:
我的系统上正在运行一个流氓进程。我使用的是linux机器。我试图使用lsof -i:9050 and lsof -i|grep 'tor'定位该进程的pid。
我没能在上面找到任何东西。下面是引发的错误:
May 09 22:57:15.981 [notice] Tor v0.2.3.25 (git-17c24b3118224d65) running on Linux.
May 09 22:57:15.981 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://
我想在我的新Ubuntu (14.04)安装上安装Tor。我按照所有的指示试着启动。
如果我导航到Tor的目录并运行:
./start-tor-browser.desktop
如果我导航GUI并单击Tor浏览器图标,它也将正确启动。现在你可能会问问题出在哪里?
问题首先是我想要在打开终端时创建一个单词别名来启动tor浏览器。在互联网上对此进行研究时,我发现有一个tor命令可用(虽然我还不确定它能做什么)。但是,当我尝试运行命令tor没有启动时,它会在引导之后达到100%的堆栈:
~$ tor
Jan 28 21:41:45.095 [notice] Tor v0.2.7.6 (git-605a
每次我试图运行tor时,它都会意外地退出,并且在我的终端中得到这样的信息:
(process:28965): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
Aug 04 01:38:35.833 [notice] Tor v0.2.4.21 (git-f5def645adfb32be) running on Linux with Libevent 2.0.21-stable and OpenSSL 1.0.1g.
Aug 04 01:38:35.833 [notice] T
我可以通过命令行启动和杀死tor,但是我想用Vidalia来控制它。浏览器包可以工作,但我不想使用它。这是vidalia中的消息日志:
Sep 25 19:29:13.696 [Notice] Tor v0.2.3.22-rc (git-4a0c70a817797420) running on Linux.
Sep 25 19:29:13.696 [Notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#war
我通过Tor使用GitHub,因为Git端口在我的网络上被阻塞。
我使用的是Fedora 17 GNU Linux。突然,我今天无法通过Tor连接到GitHub。有任何故障排除方法或建议吗?
下面是我得到的错误:
fatal: unable to connect to github.com:
github.com[0: 207.97.227.239]: errno=Connection timed out
Tor工作得很好。我可以将其他应用程序连接到127.0.0.1:9050,代理运行得很好。
在Kali终端使用命令Tor service启动Tor服务时,我面临着下面提到的问题,如果有人能帮我解决这个问题,这将是一个很大的帮助。
root@kali:~# tor service
May 26 05:37:11.442 [notice] Tor 0.4.5.7 running on Linux with Libevent 2.1.12-stable, OpenSSL 1.1.1i, Zlib 1.2.11, Liblzma 5.2.5, Libzstd 1.4.8 and Glibc 2.31 as libc.
May 26 05:37:11.442 [notice] Tor can&
我试图提取下载文件夹中的某个文件,给我的说明如下:
在终端中键入以下内容,它将被执行
tar -xvJf tor-browser-linux32-3.6.2_enUS.tar.xz
但是,当我在终端中输入它时,它会产生错误:
tar (child): tor-browser-linux32-3.6.2_enUS.tar.xz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is
我用这种方式安装了Tor:
sudo add-apt-repository ppa:webupd8team/tor-browser
sudo apt-get update
sudo apt-get install tor-browser
我今天在终端运行:$ tor和我收到了一条错误消息:
Oct 04 19:24:04.461 [notice] Tor v0.2.7.6 (git-605ae665009853bd) running on Linux with Libevent 2.0.21-stable, OpenSSL 1.0.2g and Zlib 1.2.8.
Oct 04 19:24
我试图通过以下命令
从终端安装tor
sudo apt-get install tor
现在我不能打开Tor浏览器了。在我的节目里找不到。我试着用终端打开它。
我的命令
tor
我看到以下信息:
May 28 14:01:06.679 [notice] Tor v0.2.7.6 (git-605ae665009853bd) running on Linux with Libevent 2.0.21-stable, OpenSSL 1.0.2g-fips and Zlib 1.2.8.
May 28 14:01:06.680 [notice] Tor can't help you if
我想在我的centOS服务器上安装tor软件包
下面是cat /proc/version的输出:
Linux version 2.6.32-358.18.1.el6.x86_64 (mockbuild@c6b10.bsys.dev.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) )
当我运行命令yum install tor时,我得到以下输出:
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---
我从托尔那里得到了obfs2和obfs3。我把它加到torrc上。但是,当我重新启动tor时,会向我显示这个错误:
Checking if tor configuration is valid
Apr 11 13:26:52.409 [notice] Tor v0.2.6.5-rc (git-c2f9c8df2d3c4981) running on Linux with Libevent 2.0.21-stable, OpenSSL 1.0.1f and Zlib 1.2.8.
Apr 11 13:26:52.409 [notice] Tor can't help you if y
我正试图安装tor,如在此链接中所解释的:
在Ubuntu18.04仿生海狸Linux上安装Tor
但它失败了,如下所示:
$ sudo apt install tor
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using
我在我的linux终端上执行了netstat -t,并在端口9001上运行了一个tor继电器。我在shodan上搜索过中继的IP地址,得到的结果是地址来自俄罗斯,之后我“搜索”了它,发现一些网站说这可能是恶意软件、特洛伊木马或间谍软件,仅此而已。有人能解释一下是什么吗?真的是特洛伊木马还是间谍软件,还是正常的?
OBS:当我执行netstat -t时,任何tor服务或Tor浏览器都在运行。我还运行sudo service tor stop来确认。