问题标签 [debian-7.6.0]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
linux - bash-控制要强调多少 cpu/vm/io
我创建了一个脚本来强调虚拟机的 cpu、vm 和 io 并将结果写入文件。我以这样一种方式编写了脚本,它可以读取用户输入他们希望运行每个测试的时间(以秒为单位)。但是,我不得不将 cpu 等的数量硬编码为 4。如何更改此脚本,以便用户可以选择要强调的 cpu/vm/io 数量以及多长时间?
脚本如下:
linux - Why does qemu performance differ when downloaded from repository and compiled from source?
I am doing some tests on the performance of QEMU (qemu-system-i386) in full emulation mode (with TCG), and avoiding KVM. I have installed the version available in the debian repository (QEMU emulator version 1.1.2 (Debian 1.1.2+dfsg-6a+deb7u6), and downloaded and compiled the sources for Qemu 2.3.0, Qemu 1.0.0, Qemu 1.1.2, and also the source for Debian 1.1.2+dfsg-6a+deb7u6.
I am configuring the project in the following way, in all cases: ./configure --enable-sdl --target-list=i386-softmmu --disable-kvm --enable-tcg-interpreter
The version installed from the repository is quite faster than any of the versions manually compiled. I am always using the same image for the hard drive). I have ensured that kvm is never enabled or loaded: * Querying qemu (info kvm) * Looking for loaded drivers (lsmod | grep kvm), and (ls /dev/kvm).
Kvm is not loaded in any of the cases.
I have also tried to change the -O2 by -O3 in the configuration file, and stripped the symbols in the binary (which should not be a difference).
I must be missing something (default configuration for the debian package, compilation options... but I cannot figure out what).
Which could be the reason for this performance difference? (Any idea, experience?)
Thank you very much!
mysql - 如何在 Debian wheezy 操作系统中安装 MySQL WorkBench?
我尝试通过使用用于 linux 发行版的工作台在 Debian 操作系统中安装 MySQL 工作台,但它不起作用。
apache - Apache 不会重启,ssl 错误
我的网站全部关闭,包括我赖以生存的网站。tail /var/log/apache/error.log 给了我这个:
[2016 年 3 月 1 日星期二 06:07:59] [警告] RSA 服务器证书 CommonName (CN) www.tonybaldwin.info' does NOT match server name!?
[Tue Mar 01 06:07:59 2016] [warn] RSA server certificate CommonName (CN)
mail.myownsite.me' 与服务器名称不匹配!?[2016 年 3 月 1 日星期二 06:07:59] [警告] RSA 服务器证书 CommonName (CN) mail.myownsite.me' does NOT match server name!?
[Tue Mar 01 06:07:59 2016] [warn] RSA server certificate CommonName (CN)
mail.myownsite.me' 与服务器名称不匹配!?[2016 年 3 月 1 日星期二 06:07:59] [警告] RSA 服务器证书 CommonName (CN) mail.myownsite.me' does NOT match server name!?
[Tue Mar 01 06:07:59 2016] [warn] RSA server certificate CommonName (CN)
mail.myownsite.me' 与服务器名称不匹配!?[2016 年 3 月 1 日星期二 06:07:59] [警告] RSA 服务器证书 CommonName (CN) mail.myownsite.me' does NOT match server name!?
[Tue Mar 01 06:07:59 2016] [warn] RSA server certificate CommonName (CN)
red.liberame.org' 与服务器名称不匹配!?[2016 年 3 月 1 日星期二 06:07:59] [错误] 无法配置 RSA 服务器私钥 [2016 年 3 月 1 日星期二 06:07:59] [错误] SSL 库错误:185073780 错误:0B080074:x509 证书例程:X509_check_private_key:键值不匹配
尽管有这些 ssl 错误,有没有办法强制 Apache 重新启动,或者我必须重新创建所有这些证书?或者我还能如何解决这个问题?真正让我难过的一件事是 mail.myownsite.me 不在任何 apache 配置或虚拟主机中,afaik,它应该只关心 dovecot 和/或 postfix,所以我不明白为什么它出现在 apache 错误中.log 这是在运行 debian jessie 的 vps 上。
php - 恶意软件攻击我的服务器
我服务器上的所有 Index.php、header.php、footer.php 文件都有这个代码段。可能的恶意软件。现在我想一次从我的所有文件中删除所有这些垃圾数据。我在 Debian 系统上使用 PHP。
我试过通过 PHP 使用 Regex 但没有帮助我也在 Linux 服务器上尝试过 sed
但无法保存文件。请帮忙。
php - 用于 debian-8 的 PHP 5.6 包(Jessie)
我正在编写一个用于在 debian 8 中设置服务器的 ansible 脚本,我们现有的应用程序在 debian 7(Wheezy)中,并且使用的 php 包是 wheezy-php56,新服务器中的 PHP 版本将是相同的。我可以在这里使用相同的包,即 wheezy-php56 还是有 jessie-php56 ?
这是 Debian 7 的 sources.list
deb http://packages.dotdeb.org喘不过气来
deb-src http://packages.dotdeb.org wheezy all
deb http://packages.dotdeb.org wheezy-php56 all
deb-src http://packages.dotdeb.org wheezy-php56 all
Debian 8 的 sources.list 应该是什么
python - 在 python 3.5 上找不到 iperf3 的模块
我正在尝试使用iperf3
,python3
所以首先我iperf3
在我Debian Linux VM
的Python 2.7
.
但是,当尝试使用(在同一个 VM 中)导入iperf3
模块时,我收到以下消息:Python 3.5
我尝试使用sys.path.append()
命令添加 iperf 目录的位置,但仍然没有运气。
知道我在这里缺少什么吗?
谢谢你。
php-7.1 - Debian Wheezy 和 PHP 7.1 安装
我在 Debian wheezy 上有 ISPConfig 3.1 和 php 5.4 和 php 5.3。我正在尝试根据本手册为 Debian Jessie 在同一台服务器上安装 php 7.1: https ://www.howtoforge.com/tutorial/how-to-install-php-7-on-debian/ 当然它确实如此不行。在“make”步骤中,它说:“没有指定目标,也没有找到 makefile。停止。”
我还找到了这条指令: https ://www.cyberciti.biz/faq/installing-php-7-on-debian-linux-8-jessie-wheezy-using-apt-get/ ,但是我不能使用它,因为我我的服务器上也需要 php5.4 和 PHP 5.3。
可行吗?
email - postfix 无法在 debian 7 服务器上发送邮件
我在我的 Debian 7 服务器上设置了一个简单的 postfix/doecot 来发送和接收一些邮件。接收电子邮件效果很好,但我无法发送任何邮件。我的 Outlook 说他无法连接到服务器。我几乎尝试了我在互联网上找到的任何东西,但没有任何帮助。我希望这里有人能找到我的错误并帮助我解决问题。
如果我尝试“ telnet mail.mydomain.de 25 ”,它就会超时。
端口 587 和 8080 的结果相同
这是我的main.cf:
这是master.cf
我真的希望有人找到问题,因为我需要这个邮件服务器。
linux - linux替换所有文件中的代码
该系统是 Linux Debian 7 32 位。
当我尝试替换同一文件夹中所有文件中的某些代码时遇到问题。
例如文件名是:
例如我想用 <iframe> 替换代码 <script> 替换命令
执行此命令后,我看到了这个问题
这是因为文件名包含--
和-
同这个文件名--ADBCABCD-.html
请问我如何解决这个问题我有很多文件名包含--
和-