小编Bea*_*nog的帖子

如何下载应用程序的文件并将其存储在 USB 存储设备上以便在每个 Linux 发行版上使用?

我的笔记本电脑上安装了 Ubuntu,但我的另一台电脑无法访问互联网来下载我需要的应用程序。

如何在 USB 存储设备上安装这些应用程序并在另一台 PC 上以便携式方式运行它们?

请注意,除了笔记本电脑之外,我在任何其他 PC 上都没有管理权限,因此sudoaptsnap在其他 PC 上无法使用?

usb portable software-installation

0
推荐指数
1
解决办法
131
查看次数

如何编写打印当前目录的绝对路径的脚本?

如何编写一个打印当前工作目录的绝对路径的脚本?

command-line

0
推荐指数
1
解决办法
2275
查看次数

如何知道软件包是否/何时会更新?

这是一个更新过程的问题。

After the latest Thunderbird update (version 102), I realized my Tbsync add-on was now incompatible. Tbsync has been updated to v4 to catch up to TB 102, but my current Tbsync version is 3.0.2 and Thunderbird can't find any updates available in the repositories.

So I wondered what the last Tbsync version was in the repositories and found this page which tells me that the available versions for Tbsync go from v2 for Ubuntu 20.04 to v3 for …

updates package-management thunderbird 18.04

0
推荐指数
1
解决办法
112
查看次数

如何使用 sed 删除字符串上方和下方的换行符?

我想将文件中所有出现的\ntoken1\n和更改\ntoken2\ntoken1和)。token2

我以为这样就可以了:

${
N
N
s/\ntoken1\n/token1/
s/\ntoken2\n/token2/
}
Run Code Online (Sandbox Code Playgroud)

但事实并非如此。

预先感谢您的任何澄清。

command-line sed text-processing

0
推荐指数
1
解决办法
368
查看次数

是什么意思 ”;” 配置文件行中的符号?

我正在编辑 PulseAudiodaemon.conf文件,看到一些以;符号开头的行(附图)。

daemon.conf 文件内容

配置文件各行中该符号的含义和用途是什么?

configuration pulseaudio

-3
推荐指数
1
解决办法
290
查看次数

-4
推荐指数
1
解决办法
168
查看次数