Ubuntu

Ubuntu用户和开发人员的问答


1
终端中的“(单引号)有什么作用?
如果我<enter>在终端中键入'(单引号,在按钮旁边),然后按Enter,则会显示>提示。这到底是什么,它的作用是什么,我可以在这里输入什么类型的命令? 我可以<Ctrl-C>解决,但仅此而已。

2
如何确保我正在运行当前的库存内核?
在某个时候,我安装了一个新内核,只是出于尝试,没有特殊目的。 我遇到了一些问题,并希望确保它们不是由我安装的内核引起的。 我通常如何确定我是否正在使用最新的官方内核?如果不是,该如何更改(升级或降级)为最新的正式版本? (我正在使用运行内核3.3.0-030300-generic的Ubuntu 12.04)


2
更新Ubuntu时如何避免“请插入CD / DVD”错误?
我无法更新12.04 LTS。更新管理器显示以下内容: CD/DVD 'Ubuntu 12.04 LTS _Precise Pangolin_ - Release i386 (20120423)' is required Please insert the above CD/DVD into the drive '/media/cdrom/' to install software packages from it. 我下载并刻录到CD的映像来自http://releases.ubuntu.com/12.04/ PC(Intel x86)桌面CD版本。我刻录了许多CD,但结果是一样的。
8 apt 

1
为什么Radiance没有GtkLabel而Ambiance没有?
最近更新后,我正在查看“ 氛围和光辉”()中的gtk-widgets.css文件。我在标题为笔记本的小节中指出的一个区别如下。/usr/share/themes/theme_name/gtk-3.0/light-themes 氛围: .notebook tab:active { color: @fg_color; } .notebook tab { color: shade (@bg_color, 0.48); } 光辉: .notebook tab GtkLabel:active { color: @fg_color; } .notebook tab GtkLabel { color: shade (@bg_color, 0.48); } Radiance具有GtkLabel,但Ambiance没有。我的问题是:有谁知道GtkLabel的重要性,为什么一个主题有这个主题,而另一个主题没有?

2
鲁本图vs.鲁本图桌面
我听说Lubuntu消耗的资源少于Ubuntu。是因为Lubuntu使用不同的桌面环境和窗口管理器吗? 如果是这样,那么等同于lubuntu-desktop在Ubuntu之上安装而不是进行全新安装?
8 lubuntu 

2
Ubuntu 12.04和Quad Monitors?
我对使用Ubuntu 12.04获得四屏显示器设置非常感兴趣。Unity可以做到吗?Nvidia X Server是否可以自动检测并配置所有4个监视器,从而使事情变得简单? 我已经在这里和那里挖掘了一些点点滴滴的信息,但不知道该怎么做。


1
VideoLAN的GUI在哪里?
我安装了videolan播放器 sudo apt-get install vlc-nox 但是现在,如果从终端输入vlc,而不是出现GUI,我将在终端中得到此信息: fdr@maggie:~$ vlc VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e) [0x27e2b18] main interface error: no suitable interface module [0x25ea198] main libvlc error: interface "globalhotkeys,none" initialization failed [0x25ea198] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. [0x26bb4b8] [cli] lua …
8 vlc 

3
如何使用(X)Ubuntu创建DOS引导USB闪存驱动器
我正在尝试从旧笔记本电脑Fujitsu-Siemens上的USB闪存驱动器启动Xubuntu,但它显示“缺少操作系统。找不到操作系统”。虽然闪存驱动器可以在我当前的笔记本电脑上使用。我可以用(x)Ubuntu Live CD制作DOS USB闪存盘吗?我尝试了各种Windows程序来制作可引导的USB和Xubuntu启动盘,但均未成功。

4
MongoDB今天突然停止工作(12.04)
一两个月前我更新到12.04之后,我通过APT安装了MongoDB。从那时起,它一直运行良好。我没有对配置或任何内容进行任何更改-它开箱即用。 今天它没有开始,当我登录时,我的应用程序突然出现“无法连接到列表中的任何服务器”错误,我检查并且mongod没有在运行。 ls -al /var/lib/mongodb 不显示*.lock文件。 $ /etc/init.d/mongodb start Rather than invoking init scripts through /etc/init.d, use the service(8) utility, e.g. service mongodb start Since the script you are attempting to invoke has been converted to an Upstart job, you may also use the start(8) utility, e.g. start mongodb start: …
8 12.04  mongodb 



4
我应该如何应对Winetricks中的404错误?
我使用winetricks以下命令遇到404错误: user@host:~$ bash winetricks gdiplus Executing w_do_call gdiplus Executing load_gdiplus Executing mkdir -p /home/user/.cache/winetricks/gdiplus Downloading http://download.microsoft.com/download/a/b/c/abc45517-97a0-4cee-a362-1957be2f24e1/WindowsXP-KB975337-x86-ENU.exe to /home/user/.cache/winetricks/gdiplus --2012-08-10 10:29:24-- http://download.microsoft.com/download/a/b/c/abc45517-97a0-4cee-a362-1957be2f24e1/WindowsXP-KB975337-x86-ENU.exe Resolving download.microsoft.com (download.microsoft.com)... 23.66.230.90, 23.66.230.8, 23.66.230.74, ... Connecting to download.microsoft.com (download.microsoft.com)|23.66.230.90|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2012-08-10 10:29:24 ERROR 404: Not Found. ------------------------------------------------------ Downloading http://download.microsoft.com/download/a/b/c/abc45517-97a0-4cee-a362-1957be2f24e1/WindowsXP-KB975337-x86-ENU.exe …

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.