AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-1076

Grzenio's questions

Martin Hope
Grzenio
Asked: 2014-12-12 07:00:19 +0800 CST

如何监控 Windows 2008 服务器上的磁盘 IO 负载?

  • 3

我们在我们的服务器上运行多个进程,这些进程主要是 CPU 密集型的,但也使用本地 HDD 来读取数据。我可以在这些盒子上轻松查看 TaskManager 中的 CPU 负载和内存使用情况,如何监控 HDD IO?我想弄清楚:

  1. 如果当前负载以任何方式受到 HDD 的限制
  2. 评估我可以在盒子上运行多少个这些进程而不会出现 HDD 瓶颈
monitoring
  • 2 个回答
  • 10017 Views
Martin Hope
Grzenio
Asked: 2009-07-01 01:04:52 +0800 CST

如何配置 Debian 工作站以使用 HP Laserjet 打印机提供的名称

  • 0

我有一台连接到网络 (2300DN) 的 LaserJet 打印机,我想使用您在 Jet Direct 选项中设置的名称来访问它。它在 WinXP 机器上运行良好,我无法在 Linux 上配置它(使用 Debian)。安装winbind后就ping lj2300dn挂了。如何正确配置它?

linux debian ping hosts
  • 1 个回答
  • 95 Views
Martin Hope
Grzenio
Asked: 2009-05-10 13:33:24 +0800 CST

如何配置 wpa_supplicant 以便在插入以太网电缆时禁用我的 wlan 接口?

  • 0

我正在尝试使用 wpa_supplicant 为 Debian 系统上的以太网和无线接口提供标准配置。我想这样做的方式是,当您插入以太网电缆时,无线接口被禁用,并在您拔下电缆时再次启用(获得最佳性能的合理配置)。我该怎么做?

networking debian wpa
  • 3 个回答
  • 2970 Views
Martin Hope
Grzenio
Asked: 2009-05-01 11:38:27 +0800 CST

GTK 应用程序无法启动 - 需要 xfs 重新启动选项

  • 2

在最近一次更新之后(Xorg 也被更新了),GTK 应用程序停止在我的 kde4 中运行。我有一个不稳定的 Debian,4 月 22 日左右更新。当我尝试运行它们时,出现以下错误:

ga@grzes:~$ iceweasel 
The program 'firefox-bin' received an X Window System error. 
This probably reflects a bug in the program. 
The error was 'BadName (named color or font does not exist)'. 
  (Details: serial 888 error_code 15 request_code 45 minor_code 0) 
  (Note to programmers: normally, X errors are reported asynchronously; 
   that is, you will receive the error a while after causing it. 
   To debug your program, run it with the --sync command line 
   option to change this behavior. You can then get a meaningful 
   backtrace from your debugger if you break on the gdk_x_error() function.) 
ga@grzes:~$ gimp The program 'gimp' received an X Window 
System error. 
This probably reflects a bug in the program. 
The error was 'BadName (named color or font does not exist)'. 
  (Details: serial 6955 error_code 15 request_code 45 minor_code 0) 
  (Note to programmers: normally, X errors are reported asynchronously; 
   that is, you will receive the error a while after causing it. 
   To debug your program, run it with the --sync command line 
   option to change this behavior. You can then get a meaningful 
   backtrace from your debugger if you break on the gdk_x_error() function.) 


(script-fu:4643): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): 
error

我必须手动重新启动字体服务器才能修复它:

ga@grzes:~$ su 
Password: 
grzes:/home/ga# /etc/init.d/xfs restart 
Stopping X font server: xfs. 
Setting up X font server socket directory /tmp/.font-unix...done. 
Starting X font server: xfs.

有什么想法可能是错的吗?是配置问题吗?我的系统已经更新了 7 年,所以我可以有一些旧的设置。

编辑:如果有人能将我指向相关的讨论列表或 bugzilla 站点,我将不胜感激,因为我遇到了这个问题。

linux debian xorg gtk
  • 4 个回答
  • 1056 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve