因为我专门运行 Ubuntu,所以我在工作日和家里都花很多时间在命令行上。
我一直在使用默认的 gnome 终端,但我已经到了一个地步,我真的很想把我的终端弄出来,这样我的常见任务就尽可能简单了。具体来说,我发现我花了很多时间在终端中浏览代码并处理配置文件。
在我的愿望清单上将是:
- 能够拥有多个屏幕、选项卡、窗口(我目前没有偏好),我可以轻松地在它们之间切换。
- 一切的颜色编码
- 易于修改终端的美感(希望我的终端看起来不错是不是徒劳?),例如透明度、边框等。
因为我专门运行 Ubuntu,所以我在工作日和家里都花很多时间在命令行上。
我一直在使用默认的 gnome 终端,但我已经到了一个地步,我真的很想把我的终端弄出来,这样我的常见任务就尽可能简单了。具体来说,我发现我花了很多时间在终端中浏览代码并处理配置文件。
在我的愿望清单上将是:
我有一个 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
Gnome 和 KDE 似乎非常简单,并且在设置和快速运行普通用户想要做的任何事情方面似乎是最用户友好的。
我正在努力在我当前安装的 Ubuntu 10.04 上实现 Fluxbox,并不断遇到需要大量时间研究和配置的问题。根据我在 Fluxbox 方面的经验,我发布了一个问题列表(很大程度上本着stackoverflow.xml中的这个问题的精神。
请为每个项目符号列出一个答案,然后编辑问题,以便链接直接指向答案。如果您认为缺少任何内容,请添加它,然后发布您的答案。
推荐指南/教程
如何修改默认的 Fluxbox 菜单?
我正在考虑切换到 Fluxbox 或 Blackbox 作为我的窗口管理器,但我不确定要使用哪一个。
两者之间有什么重大区别吗?
我想尝试切换到 Fluxbox 或 Blackbox 作为我的窗口管理器,但我不知道该怎么做。
配置 Ubuntu 以使用不同的窗口管理器的步骤是什么?
访问在我的本地开发环境中定义的站点时,我似乎无法通过 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。
如何从命令行重新启动 X Window Server?
我真的很希望能够重新启动我的 GUI,而不必重新启动整个系统。