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

David B's questions

Martin Hope
David B
Asked: 2011-01-16 10:07:08 +0800 CST

多个显示器,多个工作区?

  • 77

我将笔记本电脑连接到液晶显示器。使用笔记本电脑显示热键,我可以在不同模式之间切换 - 仅打开笔记本电脑显示器,仅打开 LCD 显示器,同时打开并显示相同的视图,同时打开和拉伸(分割)桌面。

但是,我正在寻找其他东西——我想要两个工作区,一个在笔记本电脑显示器上可见,另一个在 LCD 上。

那可能吗?

multiple-monitors
  • 5 个回答
  • 76963 Views
Martin Hope
David B
Asked: 2010-12-31 10:38:32 +0800 CST

上网本分区方案建议

  • 1

我有一台新的华硕 EEE PC 1015PEM,有 2GB RAM 和 250GB HD。

玩了一点上网本版之后,我想安装我习惯的桌面版。除了 Ubuntu 分区外,我还想有一个单独的数据分区(文档、音乐等),这样我以后可以尝试其他操作系统而不会丢失数据。

你会推荐什么分区方案?我通常喜欢让安装自己完成,但是当我尝试这样做时,我只能使用整个磁盘,所以我没有得到所需的数据分区。

我希望有一种方法可以查看推荐的默认分区方案,然后稍微调整一下以满足您的需求(而不是从头开始构建一个)。

那么,你会如何建议我对我的 HD 进行分区呢?请具体说明,因为我以前从未手动分区过。

谢谢!

partitioning installation
  • 4 个回答
  • 1409 Views
Martin Hope
David B
Asked: 2010-12-30 22:47:41 +0800 CST

华硕 EEE 1015PEM 上网本的推荐安装

  • 0

我刚刚拿到了带有 Windows 7 启动器的 Asus EEE PC 1015PEM 上网本……显然,我想安装 Ubuntu(还不确定我是要双启动还是完全删除 win7)。

无论如何,我以前从未有过上网本。我知道统一,但听到一些关于它的坏消息,所以我想知道我是否会更好地坚持桌面版。你怎么看?有什么建议吗?

另外,我应该使用 32 位还是 64 位版本?

ubuntu-netbook unity
  • 1 个回答
  • 3671 Views
Martin Hope
David B
Asked: 2010-10-18 05:31:58 +0800 CST

可以使用 mount 但不能使用 /etc/fstab 挂载

  • 0

我可以使用以下方法将远程服务器挂载到家中:

mount servername:/home /mnt/home

但这只会持续到重新启动。

我在末尾添加了以下内容/etc/fstab:

servername:/home /mnt/home

但是在重新启动时出现错误说安装失败。我按照错误消息的建议打开了(恢复?)控制台,我可以看到服务器无法识别。我也试过ping它的IP,但它无法访问。也许这是因为我们使用了代理?

那么,我能做些什么来永久安装这个位置呢?

10.10 mount
  • 1 个回答
  • 849 Views
Martin Hope
David B
Asked: 2010-10-18 04:39:52 +0800 CST

如何安装 FreeNX 服务器?

  • 1

我按照说明进行操作,但得到了这个:

$ sudo add-apt-repository ppa:freenx-team
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv F3A662B57D580D3A2E98E5152A8E3034D018A4CE
gpg: requesting key D018A4CE from hkp server keyserver.ubuntu.com
?: keyserver.ubuntu.com: Connection timed out
gpgkeys: HTTP fetch error 7: couldn't connect: Connection timed out
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

更新

Apparntley 这是一个代理问题。请参阅https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/443404。我通过以下方式解决了它:

$ sudo http_proxy=http://myproxy:8080 add-apt-repository ppa:freenx-team

并继续按照说明进行操作。现在我有另一个问题:

$ sudo /usr/lib/nx/nxsetup --install
------> It is recommended that you use the NoMachine key for
        easier setup. If you answer "y", FreeNX creates a custom
        KeyPair and expects you to setup your clients manually. 
        "N" is default and uses the NoMachine key for installation.

 Do you want to use your own custom KeyPair? [y/N] 
/usr/lib/nx/nxsetup: line 140: .: filename argument required
.: usage: . filename [arguments]
Setting up  ...mkdir: missing operand
Try `mkdir --help' for more information.
10.10 freenx installation
  • 1 个回答
  • 4662 Views
Martin Hope
David B
Asked: 2010-10-18 01:17:48 +0800 CST

如何更改登录屏幕中显示的默认用户?

  • 4

嗯,标题就差不多了。

当我启动我的系统时,我总是在登录屏幕上获得相同的用户(这是首次安装系统时创建的原始用户)。我怎样才能改变它,这样我就不必每次都输入我每天使用的实际用户名?

10.10 login-screen users
  • 3 个回答
  • 36769 Views
Martin Hope
David B
Asked: 2010-10-18 01:07:59 +0800 CST

无法在 10.10 中安装 Adob​​e Flash 插件

  • 2

我从软件中心安装了 Adob​​e Flash 插件。安装花了很长时间,从未完成。

重新启动后,软件包被标记为已安装,但 Firefox 仍然说它缺少这个插件。我尝试从软件中心卸载它,但它只是说永远“删除”。

我能做些什么?

更新

$ sudo apt-get install flashplugin-installer
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

我猜这是因为它仍然被“删除”(尽管软件中心窗口已关闭)。

更新 2

重启后:

$ sudo apt-get install flashplugin-installer
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

更新 3

$ sudo dpkg --configure -a
Setting up flashplugin-installer (10.1.85.3ubuntu1) ...
Downloading...
--2010-10-17 11:18:31--  http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz
Resolving archive.canonical.com... 91.189.88.33
Connecting to archive.canonical.com|91.189.88.33|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.

--2010-10-17 11:21:41--  (try: 2)  http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz
Connecting to archive.canonical.com|91.189.88.33|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.

--2010-10-17 11:22:04--  (try: 3)  http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz
Connecting to archive.canonical.com|91.189.88.33|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.

--2010-10-17 11:22:52--  (try: 4)  http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz
Connecting to archive.canonical.com|91.189.88.33|:80... connected.
HTTP request sent, awaiting response...

而且我想它会继续...

更新 4

似乎这是相关的:https ://bugs.launchpad.net/ubuntu/+source/software-center/+bug/661979?comments=all

更新 5 我尝试先将其删除,然后使用以下命令再次安装apt-get:

$ sudo apt-get remove flashplugin-installer
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  flashplugin-installer
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 188kB disk space will be freed.
Do you want to continue [Y/n]? 
(Reading database ... 120250 files and directories currently installed.)
Removing flashplugin-installer ...

$ sudo apt-get install flashplugin-installer
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
  xulrunner-1.9 firefox-3.0 konqueror-nsplugins msttcorefonts
  ttf-bitstream-vera ttf-dejavu ttf-xfree86-nonfree xfs
The following NEW packages will be installed:
  flashplugin-installer
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/20.0kB of archives.
After this operation, 188kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously deselected package flashplugin-installer.
(Reading database ... 120229 files and directories currently installed.)
Unpacking flashplugin-installer (from .../flashplugin-installer_10.1.85.3ubuntu1_i386.deb) ...
Setting up flashplugin-installer (10.1.85.3ubuntu1) ...
Downloading...
--2010-10-17 11:26:48--  http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz
Resolving archive.canonical.com... 91.189.88.33
Connecting to archive.canonical.com|91.189.88.33|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.

--2010-10-17 11:27:34--  (try: 2)  http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_10.1.85.3.orig.tar.gz
Connecting to archive.canonical.com|91.189.88.33|:80... connected.
HTTP request sent, awaiting response... 
10.10 flash software-center
  • 1 个回答
  • 2767 Views
Martin Hope
David B
Asked: 2010-10-16 06:09:35 +0800 CST

组织软件 - 在文件系统中的什么位置?

  • 9

我想这也是个人品味的问题,但由于我是从全新的 10.10 安装开始,我想也许这次我会让我的系统更有条理。

存储软件和应用程序的常规位置是什么?

我有一些我正在使用的东西git(例如bioperl),有些应用程序我只需下载并提取到某个地方(例如eclipse),显然我使用apt-get.

放置所有这些的常规位置在哪里?

filesystem
  • 3 个回答
  • 813 Views
Martin Hope
David B
Asked: 2010-10-16 05:54:58 +0800 CST

删除 Fedora 13 并安装 ubuntu 10.10

  • 0

我已经使用 10.04 使用 Windows XP 的 wubi 安装了一段时间。

然后我卸载了它并尝试了 Fedora 13(在它自己的分区上)。

现在我想完全摆脱 Fedora 并安装 ubuntu 10.10(不使用 wubi,但这次是真实的),所以我将使用我的 XP 进行双启动。

最好的方法是什么?

唯一需要注意的是我手头没有 XP CD(我知道有时需要fixmbr从故障恢复控制台运行以摆脱 grub)。我可以向我们的管理员索要 CD,但需要几天时间。

10.10 grub2 installation
  • 1 个回答
  • 769 Views
Martin Hope
David B
Asked: 2010-10-16 04:02:45 +0800 CST

如何使用命令行将用户添加为新的 sudoer?

  • 928

使用 添加用户后adduser,我无法通过系统 > 管理 > 用户和组看到它,除非我注销然后再次登录。这正常吗?

另外,我可以将新添加的用户设置为sudoer 还是必须在添加后才能更改?我怎样才能通过外壳做到这一点?

最后,我可以删除在 Ubuntu 初始安装时创建的原始用户,还是这个用户有点“特殊”?

command-line sudo user-management
  • 7 个回答
  • 3089493 Views
Martin Hope
David B
Asked: 2010-10-15 11:47:33 +0800 CST

安装远程驱动器并设置用户 ID

  • 2

我即将在我的工作 PC 上重新安装 10.10 Desktop。

我以前有 10.04,我将/home我们的主服务器安装到/mnt/home. 我记得当时我必须更改我的本地用户 ID 以匹配远程服务器上我的用户 ID 上使用的 ID,因此我将对我的所有文件拥有正确的权限。

我的问题是我是否可以在设置过程中设置此 ID,或者我必须在安装后设置(有效地更改自动分配的 ID)。

此外,这是在固定位置工作的最佳做​​法还是有什么更优雅的?

10.04 mount
  • 1 个回答
  • 253 Views
Martin Hope
David B
Asked: 2010-10-15 03:14:16 +0800 CST

为什么我不能重新启动/关闭?

  • 18

当我关闭/重新启动时,会出现黑色(类似外壳)全屏显示一些大文本,例如:

ubuntu 10.10 [129.171175] Restarting system. eco
nds ... [OK]
...
Unmounting weak filesystems ... [OK]
will now restart

然后什么也没有发生,我必须物理地按下重置按钮。

shutdown
  • 3 个回答
  • 31726 Views
Martin Hope
David B
Asked: 2010-08-18 00:36:36 +0800 CST

是否可以扩展 wubi 安装可用的磁盘空间?[复制]

  • 6
这个问题在这里已经有了答案:
如何给 Ubuntu 更多空间(在 Windows 7 中安装时(通过 wubi))? (4 个回答)
9 年前关闭。

我使用 wubi 安装了 ubuntu 10.04。我现在希望为我的 ubuntu 安装分配更多磁盘空间。这可能吗?

wubi disk
  • 2 个回答
  • 3913 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