这会将我的当前目录添加到热门列表:
Ctrl+ x>h
但我无法列出热门列表。阅读https://linux.die.net/man/1/mc:
C-\ (control-backslash)
show the directory hotlist and change to the selected directory.
我试过了,但它在这里什么也没做:
Ctrl+BackSlash
我使用库本图。
这会将我的当前目录添加到热门列表:
Ctrl+ x>h
但我无法列出热门列表。阅读https://linux.die.net/man/1/mc:
C-\ (control-backslash)
show the directory hotlist and change to the selected directory.
我试过了,但它在这里什么也没做:
Ctrl+BackSlash
我使用库本图。
是否有任何预编译的 Midnight Commander 可以在 Ubuntu 20.04LTS 中运行?
我的意思是避免从源头构建。我没有找到它的 Debian 软件包或可执行文件。
我想micro
在 Midnight Commander 中设置为默认编辑器(我使用的是 default nano
)。我已经快速安装了 micro。
我删除了.selected_editor
我的主用户文件夹中的文件,所以现在每次我按 时它都会给我一个编辑器列表F4,但 micro 没有出现在这个列表中。
Select an editor. To change later, run 'select-editor'.
1. /bin/nano <---- easiest
2. /usr/bin/vim.basic
3. /usr/bin/mcedit
4. /usr/bin/vim.tiny
5. /usr/bin/code
6. /bin/ed
Choose 1-6 [1]:
我该怎么做才能让 micro 我的默认编辑器?
我使用的是 Ubuntu MATE 18.04 LTS,我的终端是 Terminator,我的 Micro 版本是 2.0.6。
正如问题本身所说:我想知道是否有一种方法可以创建脚本或直接命令行来运行午夜指挥官mc
并请求程序在 - 比如说 - 右侧面板上打开一个 ftp 连接?
就像是:
mc --open-ftp [email protected]:password --right-panel
或类似的东西。
我看过这个教程,它确实有效:Save Connection Settings in Midnight Commander,但这允许我拥有我的站点的书签列表,我必须在运行午夜指挥官后立即调用它。
有任何想法吗?
午夜指挥官:文件名前的“*”是什么意思?
我无法mc
在 Ubuntu 18.04.1 上安装 Midnight Commander ( )。
/etc/apt/sources.list
文件:
deb http://archive.ubuntu.com/ubuntu bionic main
deb http://archive.ubuntu.com/ubuntu bionic-security main
deb http://archive.ubuntu.com/ubuntu bionic-updates main
这是我尝试安装时得到的回复:
$ sudo apt-get install mc
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package mc is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
这没有帮助(#1):
$ sudo apt-get update
这没有帮助(#2):
$ sudo add-apt-repository ppa:eugenesan/ppa
sudo apt-get update
sudo apt-get install mc
例如,将 mirror 更改为 也无济于事http://de.archive.ubuntu.com
。
.bashrc
根据这篇文章,我在我的文章中添加了一个小 bash 脚本:
它工作得很好,早上我启动了一些终端,一个被称为System
另一个是 forDevelopment
等。我正在使用gnome-terminal
. 我也在使用tint2
,所以我所有的终端都在底部任务栏上。
标记我的终端以区分它们真是太好了。但是当我运行午夜指挥官时,它会覆盖我给定的头衔。标题将是:mc[username@machine-name]
当我关闭 mc 时,标题没问题(我之前设置的)。
是否可以强制mc
以某种方式不覆盖我的原始标题?