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-672

Noah Goodrich's questions

Martin Hope
Noah Goodrich
Asked: 2010-10-16 11:42:51 +0800 CST

哪些终端仿真器可供重度终端用户使用?

  • 46

因为我专门运行 Ubuntu,所以我在工作日和家里都花很多时间在命令行上。

我一直在使用默认的 gnome 终端,但我已经到了一个地步,我真的很想把我的终端弄出来,这样我的常见任务就尽可能简单了。具体来说,我发现我花了很多时间在终端中浏览代码并处理配置文件。

在我的愿望清单上将是:

  • 能够拥有多个屏幕、选项卡、窗口(我目前没有偏好),我可以轻松地在它们之间切换。
  • 一切的颜色编码
  • 易于修改终端的美感(希望我的终端看起来不错是不是徒劳?),例如透明度、边框等。
software-recommendation command-line gnome-terminal alternative byobu
  • 9 个回答
  • 31849 Views
Martin Hope
Noah Goodrich
Asked: 2010-10-16 06:25:26 +0800 CST

Fluxbox - 如何配置双显示器?

  • 3

我有一个 nVidia 9800 视频卡,我之前通过 nVidia X 服务器设置工具设置了我的屏幕。但是当我从 Gnome 切换到 Fluxbox 时,我的两台显示器似乎被视为一个屏幕。

如何配置我的屏幕,以便我可以在它们之间使用鼠标并拥有单独的背景图像等?

更新:这是我当前的 xorg.conf 文件:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildd@yellow)  Fri Apr  9 11:51:21 UTC 2010

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "ACI ASUS VH236H"
    HorizSync       30.0 - 85.0
    VertRefresh     55.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 9800 GTX+"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "TwinViewXineramaInfoOrder" "DFP-0"
    Option         "metamodes" "DFP-0: nvidia-auto-select +1920+0, DFP-1: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildd@yellow)  Fri Apr  9 11:51:21 UTC 2010

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "ACI ASUS VH236H"
    HorizSync       30.0 - 85.0
    VertRefresh     55.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 9800 GTX+"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "TwinViewXineramaInfoOrder" "DFP-0"
    Option         "metamodes" "DFP-0: nvidia-auto-select +1920+0, DFP-1: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
multiple-monitors fluxbox
  • 3 个回答
  • 8817 Views
Martin Hope
Noah Goodrich
Asked: 2010-10-15 23:31:40 +0800 CST

Fluxbox 初学者指南

  • 12

Gnome 和 KDE 似乎非常简单,并且在设置和快速运行普通用户想要做的任何事情方面似乎是最用户友好的。

我正在努力在我当前安装的 Ubuntu 10.04 上实现 Fluxbox,并不断遇到需要大量时间研究和配置的问题。根据我在 Fluxbox 方面的经验,我发布了一个问题列表(很大程度上本着stackoverflow.xml中的这个问题的精神。

请为每个项目符号列出一个答案,然后编辑问题,以便链接直接指向答案。如果您认为缺少任何内容,请添加它,然后发布您的答案。

  • 如何安装 Fluxbox?
  • 如何编辑菜单?
  • 如何锁定我的屏幕?
  • 如何配置fluxbox以使用两个屏幕?
  • 如何配置我的键盘快捷键?
  • 如何启用设备的自动挂载?
  • 如何安装新字体?

推荐指南/教程

  • Ubuntu 论坛指南
  • Fluxbox 维基
10.04 window-manager fluxbox
  • 4 个回答
  • 7775 Views
Martin Hope
Noah Goodrich
Asked: 2010-10-15 12:38:28 +0800 CST

如何配置 Fluxbox 菜单?

  • 9

如何修改默认的 Fluxbox 菜单?

10.04 configuration window-manager fluxbox
  • 2 个回答
  • 11642 Views
Martin Hope
Noah Goodrich
Asked: 2010-10-15 05:46:44 +0800 CST

Fluxbox 和 Blackbox 之间的主要区别是什么?

  • 3

我正在考虑切换到 Fluxbox 或 Blackbox 作为我的窗口管理器,但我不确定要使用哪一个。

两者之间有什么重大区别吗?

window-manager fluxbox
  • 2 个回答
  • 1071 Views
Martin Hope
Noah Goodrich
Asked: 2010-10-15 05:40:59 +0800 CST

如何配置 Ubuntu 10.x 以使用不同的窗口管理器?

  • 4

我想尝试切换到 Fluxbox 或 Blackbox 作为我的窗口管理器,但我不知道该怎么做。

配置 Ubuntu 以使用不同的窗口管理器的步骤是什么?

10.04 window-manager
  • 2 个回答
  • 1259 Views
Martin Hope
Noah Goodrich
Asked: 2010-08-22 15:25:41 +0800 CST

访问启用的虚拟主机时出现 403 禁止错误

  • 4

访问在我的本地开发环境中定义的站点时,我似乎无法通过 403 Forbidden 错误。

在 /etc/apache2/sites-available/ 下我定义了一个文件 fun.local:

<VirtualHost *:80>
        ServerName fun.local
        DocumentRoot /home/noah/work/fun
        ErrorLog /var/log/apache2/fun-error.log

        <Directory /home/noah/work/fun>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        </Directory>
</VirtualHost>

该站点的 apache 错误日志包含此错误:

[Sat Aug 21 13:34:34 2010] [crit] [client 127.0.0.1] (13)Permission denied: /home/noah/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable

我正在运行 apache2 和 ubuntu 10.04。

permissions apache2
  • 2 个回答
  • 14328 Views
Martin Hope
Noah Goodrich
Asked: 2010-08-06 10:09:24 +0800 CST

如何从命令行重新启动 X Window Server?

  • 315

如何从命令行重新启动 X Window Server?

我真的很希望能够重新启动我的 GUI,而不必重新启动整个系统。

command-line xorg
  • 7 个回答
  • 839891 Views

Sidebar

Stats

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

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

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

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve