小编Kul*_*lfy的帖子

如何在 Lubuntu 上安装 Dc++?

我最近安装了 Lubuntu 18.10(Windows 10 双启动),但无法在其上安装 Linuxdcpp。我尝试使用sudo apt-get install linuxdcpp命令安装它,但它显示“无法找到包”。请帮我安装它。

lubuntu 18.10

5
推荐指数
1
解决办法
1201
查看次数

4.4.0-143-generic upgrade 16.04 VMware 不再工作

Vmware 不再针对 4.4.0-143-generic 进行编译,4.4.0-142-generic 是 VMware Workstation 12.5.9 的最新工作内核

vmware kernel 16.04

5
推荐指数
2
解决办法
1982
查看次数

尝试安装 sw xdg-open: gnome-open: not found

我正在尝试安装这个程序,它给了我这个错误。

在此处输入图片说明

xdg-open gnome-open

5
推荐指数
2
解决办法
1990
查看次数

存储库没有发布文件 (18.10)

$ lsb_release -a          
LSB Version:    core-9.20170808ubuntu1-noarch:printing-9.20170808ubuntu1-noarch:security-9.20170808ubuntu1-noarch
Distributor ID: Ubuntu
Description:    Ubuntu 18.10
Release:        18.10
Codename:       cosmic
Run Code Online (Sandbox Code Playgroud)
$ sudo apt-get update
Reading package lists... Done   
E: The repository 'http://archive.ubuntu.com/ubuntu quantal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://archive.ubuntu.com/ubuntu quantal-updates Release' does not have a Release file.
N: Updating from such a …
Run Code Online (Sandbox Code Playgroud)

updates apt 18.10

5
推荐指数
1
解决办法
1万
查看次数

date 显示 EDT 时间

我想查看时间

美国华盛顿特区东部夏令时时区 (GMT-4) 2019 年 5 月 9 日,星期四,晚上 8:11

然而,

$ TZ="EDT" date
Fri May 10 00:12:25 EDT 2019
Run Code Online (Sandbox Code Playgroud)

“EST”工作正常

$ TZ="EST" date
Thu May  9 19:13:11 EST 2019
Run Code Online (Sandbox Code Playgroud)

有什么问题?

command-line bash

5
推荐指数
2
解决办法
3357
查看次数

如何在 18.04 Bionic 上安装最新的 xserver-xorg-video-intel?

我有一个 Intel UHD 620 GPU,它的驱动程序在 18.04 Bionic 上使我处于矛盾的位置:

  1. 如果我使用默认(无论是否为 HWE)Xorg 视频驱动程序(xserver-xorg-video-all,一切正常,但视频会撕裂;
  2. 如果我做了Xorg使用xserver-xorg-video-intel(除其他xserver-xorg-video-*包),我可以通过设置修复撕裂TearFree/etc/X11/xorg.conf.d/20-intel.conf,但系统是不稳定的(我假定由于驱动程序版本不正确的支持)。

在 19.04 Disco 上,它提供了xserver-xorg-video-intel( 2:2.99.917+git20180925-2, 与2:2.99.917+git20171229-1)的更新版本,我可以同时获得稳定性和 TearFree,但是,无法在 18.04 Bionic 中安装该软件包(最终是由于 libc)。

有什么方法可以在 18.04 上获得英特尔更新的驱动程序(打包、编译,任何方式)?或者,有没有办法在不使用英特尔版本的驱动程序的情况下修复撕裂?

xorg intel-graphics xserver video-driver 18.04

5
推荐指数
1
解决办法
1万
查看次数

使用 Windows 启动管理器或 bootmgfw.efi 启动到 Windows

昨天,我成功地在我的 PC 上安装并配置了 Ubuntu 18.04 LTS 作为第二个操作系统。一切正常,但是有一件事让我感到困惑:
在 GRUB 中,在所有其他启动选项中,我有:

  1. Windows UEFI bootmgfw.efi。
  2. Windows 启动管理器(位于 /dev/...)

基本上它们都成功启动了Windows 10,所以我的问题是:这两个选项在Windows 10的操作或功能方面有什么区别吗?这些选项之间有什么区别?

boot grub2 dual-boot uefi

5
推荐指数
1
解决办法
2618
查看次数

在 Ubuntu 20.04 上安装 Zoom 时出现依赖错误

我刚刚升级到 Ubuntu 20.04,我正在尝试从zoom 下载安装 zoom ,我无法通过“Ubuntu 软件”安装它

放大软件

所以我去终端使用sudo dpkg -i zoom_amd64.deb它给出了以下错误

Selecting previously unselected package zoom.
(Reading database ... 187653 files and directories currently installed.)
Preparing to unpack zoom_amd64.deb ...
Unpacking zoom (5.0.413237.0524) ...
dpkg: dependency problems prevent configuration of zoom:
 zoom depends on libgl1-mesa-glx; however:
  Package libgl1-mesa-glx is not installed.
 zoom depends on libegl1-mesa; however:
  Package libegl1-mesa is not installed.
 zoom depends on libxcb-xtest0; however:
  Package libxcb-xtest0 is not installed.

dpkg: error processing package zoom …
Run Code Online (Sandbox Code Playgroud)

dependencies software-installation

5
推荐指数
0
解决办法
3339
查看次数

我在 conky 上看不到我的网速

这是Conky的配置:

-- vim: ts=4 sw=4 noet ai cindent syntax=lua
--[[
Conky, a system monitor, based on torsmo

Any original torsmo code is licensed under the BSD license

All code written since the fork of torsmo is licensed under the GPL

Please see COPYING for details

Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
Copyright (c) 2005-2012 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
All rights reserved.

This program is free software: you can redistribute it and/or modify
it under …
Run Code Online (Sandbox Code Playgroud)

internet conky

5
推荐指数
1
解决办法
2935
查看次数

为什么在我第一次登录之前在我的新 Ubuntu 20.04.1 实例上安装了 SSH 公钥?我被黑客入侵了吗?

我之前购买/配置了一个新的 Raspberry Pi 4 来运行 Ubuntu 20.04.1 和 Apache。我正在将我的 AT&T 调制解调器上的端口 80 转发到 Raspberry Pi,并且可以毫无问题地托管一些网站。

我今天收到了一个新的Raspberry Pi,并首次启动了 Ubuntu 20.04.1 的新实例。Ubuntu 进入登录屏幕,当我在我的笔记本电脑上设置一些东西以通过 SSH 登录时,我的 Raspberry Pi 突然在终端上有一大块输出。

我认为它与公钥相对应,因为我计划为 SSH 登录添加我自己的公钥。这对我来说似乎有点可疑,因为我不记得在我设置原始 Raspberry Pi 时发生过这种情况。我从调制解调器中删除了端口转发,同时将 SD 卡擦干净并重新启动了 Ubuntu,结果出现了同样的问题。我的树莓派被黑了吗?在我第一次登录之前,是否有一些外部实体将他们自己的 SSH 密钥添加到 Ubuntu?

ssh raspberrypi

5
推荐指数
2
解决办法
5631
查看次数