问题描述:
使用xshell在ubuntu上面运行./jmeter, 报错Can't connect to X11 window server using 'localhost:0' as the value of the DISPLAY variable.
解决方案:export DISPLAY=IP:0.0或者export DISPLAY=localhost:0.0
问题补充:
还有一种情况有些童鞋是在vagrant下面直接调用OK,但是使用su 在root用户下面调用还是报上面的错误的话,如果上述步骤操作之后还是无效的话,这时候请退出,然后使用su - root 登录,执行的话不要使用su登录哦!两者差别还是挺大的哦!
补充知识点:
除了上述的su - root 之外还可以直接使用ssh root@IP进入,如果使用ssh进入不了的话,那么需要在做如下修改步骤:
step1:进入/etc/ssh目录下
root@ubuntu-14:~# cd /etc/ssh/
step2:修改sshd_config文件
root@ubuntu-14:/etc/ssh# vi sshd_config
把下面2行修改:
PermitRootLogin without-password ------->> PermitRootLogin yes
#PasswordAuthentication yes ------->> PasswordAuthentication yes
step3:重启ssh
root@ubuntu-14:/etc/ssh# service ssh restart
修改成功之后就可以使用ssh root@IP了.
说的有点多,希望能帮助到有需要的童鞋!
相关推荐
Statik A Kotlin DSL for Android made to display a collection of data-backed views concisely and elegantly. Overview Do you want to show a list ...Since Statik is backed by RecyclerView, you can displ
displ/build/build.py为存在横向电场的TMD多层结构的DFT计算和紧密绑定模型提取构造了Quantum Espresso和Wannier90的输入。 有关选项,请参见--help。 global_config.json字段work_base指定将在其中创建或假定存在QE...
permillage: (int) indicates the proportion (per thousand) of the weighted length in comparison to the max weighted length. A value > 1000 indicates input text that is longer than the allowable maximum...
Chapter 23 Image Formation & Displ.PDF
用户故事AS AN employee with a busy scheduleI WANT to add important events to a daily plannerSO THAT I can manage my time effectively验收标准GIVEN I am using a daily planner to create a scheduleWHEN I ...
用户故事AS AN employee with a busy scheduleI WANT to add important events to a daily plannerSO THAT I can manage my time effectively验收标准GIVEN I am using a daily planner to create a scheduleWHEN I ...
05第三方API:工作日计划程序 你的任务 创建一个简单的日历应用程序,该应用程序允许用户通过修改启动程序代码来保存一天中每个小时的事件。... 您需要使用库来处理日期和时间。...THEN the current day is displ
05第三方API:工作日计划程序 你的任务 创建一个简单的日历应用程序,该应用程序允许用户通过修改启动程序代码来保存一天中每个小时的事件。... 您需要使用库来处理日期和时间。...THEN the current day is displ
标题中的“232协议”通常指的是RS-232通信协议,这是一种广泛应用于电子设备间的串行通信标准,尤其在工业控制、仪表设备和早期的个人计算机领域中非常常见。该协议定义了数据线、信号电平、传输速率、握手协议等...
`fb_display.rar_ fb_display_fb_fb lin_fb_displ_linux`这个压缩包文件显然包含了与Linux Framebuffer相关的示例代码和资源,帮助开发者理解如何在用户空间进行Framebuffer编程。 首先,我们要理解Framebuffer设备...
自述文件 目的 The simsys project is a coarse attempt at helping to design a computing system from scratch. The focus is largely put on reliability rather than ... The VCD file can be displ
ABB机器人是工业自动化领域的关键设备,广泛应用于制造、装配、焊接、搬运等任务。了解其常用指令功能对于高效地编程和操作机器人至关重要。以下是对这些功能的详细说明: 一、程序控制 1. 程序调用:允许在主程序...
js获取可见元素的尺寸还是比较方便的,这个可以直接使用这个方法: 代码如下:function getDefaultStyle(obj,attribute){ // 返回最终样式函数,兼容IE和DOM,设置参数:元素对象、样式特性 return obj.currentStyle...
安装npm i tailwindcss-empty用法在您的tailwind.js : modules: { // The plugin only generates classes when you explicitly // register the 'empty' state variant for a module display : [ 'responsive' , '...
10. Java类型转换:`Integer.parseInt()`和`Integer.valueOf().intValue()`都是将字符串转换为整数类型,结果相同,变量a和b都是整数类型变量且值相等。答案是D。 11. 内存构成:内存主要由只读存储器(ROM)和随机...
本文实例讲述了C#中foreach语句使用break暂停遍历的方法。分享给大家供大家参考。具体分析如下: 下面的代码演示了在C#中使用foreach时如何通过break语句暂停数据遍历 ... // use foreach to displ
DisplayTag是Java Web开发中的一个开源分页和表格展示库,它为开发人员提供了一种高效、可定制的方式来展示表格数据,并且具有强大的分页功能。这个压缩包包含两个主要部分,分别是`displaytag-1.1.1-src.zip`和`...
',0DH,0AH,'$' MESS2DB'THERESULTIS:$' ERRORDB'INPUTERROR!INPUTONCEMORE!',0DH,0AH,'$' LENDW1 CYDW? BUFDW256DUP(0) DATAENDS ``` 这里定义了几个字符串常量,用于提示用户输入数字和显示计算结果。`LENDW1`记录...
团队资料生成器描述: This project runs in node and presents you with a series of questions to build a team page that can consist of Managers,Engineers and Interns. Each member will have their names, ...
所以,调用`displ()`时,输出的仍然是`img1`原来的值`[12, 34, 56, 78]`。 #### 题目6:CSS注释 - **问题描述**:下列正确地在CSS文件中插入注释的语句是? - A. `//thisisacomment` - B. `//thisisacomment//` ...