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

Tux's questions

Martin Hope
Tux
Asked: 2021-12-11 08:27:18 +0800 CST

使用 vanilla MATE 桌面安装 Ubuntu(没有 Software Boutique 或 Welcome snaps)

  • 3

因为我不想在我的系统中使用不受限制的快照,所以我想知道在不安装 Ubuntu MATE 安装中包含的不受限制的快照的情况下,在 Ubuntu 上拥有 Mate 桌面的最佳方式是什么。即:安装Ubuntu Server,然后安装mate桌面包。

澄清一下,我只想要没有快照的标准 Mate 桌面。

谢谢!

mate
  • 1 个回答
  • 237 Views
Martin Hope
Tux
Asked: 2020-05-24 06:53:07 +0800 CST

在 Gnome 闪回中使用 Mutter

  • 0

我想在 Gnome Flashback 上使用 Mutter 作为窗口管理器。根据 GNOME 网站,这应该是可能的:

https://wiki.gnome.org/Projects/GnomeFlashback

“Metacity:GNOME Flashback 的窗口管理器,可以选择使用其他窗口管理器,例如 mutter,但 Metacity 是官方支持的。”

mutter gnome-flashback 20.04
  • 1 个回答
  • 415 Views
Martin Hope
Tux
Asked: 2019-10-02 04:27:54 +0800 CST

使用 openssl 生成使用密码加密的私钥

  • 3

我正在使用 openssl 对文件进行签名,它可以工作,但我希望私钥文件用密码加密。这些是我正在使用的命令,我想知道使用密码的等效命令:

----- 已编辑 -----

我把更新后的命令和密码放在这里:

- Use the following command to generate your private key using the RSA algorithm:

$ openssl genrsa -aes256 -passout pass:foobar -out private.key 2048


- Use the following command to extract your public key:

$ openssl rsa -in private.key -passin pass:foobar -pubout -out public.key


- Use the following command to sign the file:

$ openssl dgst -sha512 -sign private.key -passin pass:foobar -out signature.bin file.txt


- To verify the signature:

$ openssl dgst -sha512 -verify public.key -signature signature.bin file.txt
encryption command-line password openssl
  • 1 个回答
  • 19523 Views
Martin Hope
Tux
Asked: 2018-11-07 04:04:01 +0800 CST

如何成为 Snap 包的经过验证的发布者

  • 2

我在 Snap Store 中发布了一个 Snap 包,并且我想显示为经过验证的发布者,因为我是这个应用程序的开发者。它是开源的,我管理 github 存储库。

谢谢!

security snap
  • 1 个回答
  • 235 Views
Martin Hope
Tux
Asked: 2018-10-30 02:07:53 +0800 CST

GRUB 2 - 避免不受限制的引导选项被内核更新覆盖

  • 1

除了默认的 Ubuntu 选项外,我的所有 grub 选项都受密码保护。这是通过将“--unrestricted”添加到 /boot/grub/grub.cfg 中的引导选项来完成的,如下所述:

https://wiki.archlinux.org/index.php/GRUB/Tips_and_tricks#Password_protection_of_GRUB_edit_and_console_options_only

问题是每次更新 grub2 时,“--unrestricted”参数都会消失,我必须再次添加它。有没有办法让这个永久化?

谢谢!

grub2 boot password
  • 1 个回答
  • 2688 Views
Martin Hope
Tux
Asked: 2014-10-18 08:33:15 +0800 CST

一些 ubuntu steam 游戏比 windows 版本使用更多的 RAM

  • 1

为什么有些 Steam 游戏(如 XCOM Enemy Unknown)在 Linux 上比在 Windows 上需要更多的 RAM 内存?Windows 的最低要求是:Windows Vista / 2GB RAM,Linux 的最低要求是:Ubuntu 14.04(64 位)和 4 GB RAM。

windows
  • 1 个回答
  • 673 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