Warning: Lasers! Do not look into laser with remaining eye.
+``` + +Or to provide a short code sample within the body of a paragraph, I might write: + +``` +The puts function prints some text to the user.
..` like this:
+
+```
+void
+print_array(int *array, int size)
+ {
+ for (int i = 0; i < size; i++) {
+ printf("array[%d] = %d\n", i, array[i]);
+ }}
+```
+
+The great thing about HTML is you can immediately view the results with any web browser. And any documentation you write in unstyled HTML can be made prettier later by adding a stylesheet.
+
+—- [Jim Hall][16]
+
+### Unexpected: LibreOffice
+
+Back in the 80s and 90s when I worked in System V Unix, SunOS, and eventually Solaris, I used the mm macros with `nroff,``troff` and finally `groff`. Read about MM using groff_mm (provided you have them installed.)
+
+MM isn't really a markup language, but it feels like one. It is a very semantic set of troff and groff macros. It has most things markup language users would expect—headings, numbered lists, and so on.
+
+My first Unix machine also had Writers' Workbench available on it, which was a boon for many in our organization who had to write technical reports but didn't particularly write in an "engaging manner". A few of its tools have made it to either BSD or Linux—style, diction, and look.
+
+I also recall a standard generalized markup language (SGML) tool that came with, or perhaps we bought for, Solaris in the very early 90s. I used this for awhile, which may explain why I don't mind typing in my own HTML.
+
+I've used Markdown a fair bit, but having said that, I should also be saying "which Markdown", because there are endless flavors and levels of features. I'm not a huge fan of Markdown because of that. I guess if I had a lot of Markdown to do I would probably try to gravitate toward some implementation of [CommonMark][17] because it actually has a formal definition. For example, [Pandoc][18] supports CommonMark (as well as several others).
+
+I started using AsciiDoc, which I much prefer to Markdown as it avoids the "which version are you using" conversation and provides many useful things. What has slowed me down in the past with respect to AsciiDoc is that for some time it seemed to require installing Asciidoctor—a Ruby toolchain which I was not anxious to install. But these days there are more implementations at least in my Linux distro. Curiously, Pandoc emits AsciiDoc but does not read it.
+
+Those of you laughing at me for not wanting a Ruby toolchain for AsciiDoc but being satisfied with a Haskell toolchain for Pandoc… I hear you.
+
+I blush to admit that I mostly use LibreOffice these days.
+
+—- [Chris Hermansen][19]
+
+### Document now!
+
+Documentation can be achieved through many different avenues, as the writers here have demonstrated. It's important to document how to use your code, especially in open source. This ensures that other people can use and contribute to your code properly. It's also wise to tell future users what your code is providing.
+
+--------------------------------------------------------------------------------
+
+via: https://opensource.com/article/22/12/markup-languages-documentation
+
+作者:[Opensource.com][a]
+选题:[lkxed][b]
+译者:[译者ID](https://github.com/译者ID)
+校对:[校对者ID](https://github.com/校对者ID)
+
+本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
+
+[a]: https://opensource.com/users/admin
+[b]: https://github.com/lkxed
+[1]: https://opensource.comttps://opensource.com/life/16/11/software-documentation-tabletop-gaming
+[2]: https://opensource.com/article/19/9/introduction-markdown
+[3]: https://opensource.com/article/22/8/drop-markdown-asciidoc
+[4]: https://opensource.com/%20https%3A//opensource.com/article/20/12/gedit
+[5]: https://opensource.com/users/alanfdoss
+[6]: https://opensource.com/article/17/9/docboo
+[7]: http://example.com/
+[8]: https://opensource.com/users/seth
+[9]: https://opensource.com/article/22/10/docs-as-code
+[10]: https://opensource.com/article/19/11/document-python-sphinx
+[11]: https://opensource.com/users/lornajane
+[12]: https://opensource.com/users/fungi
+[13]: https://opensource.com/users/rikardgn
+[14]: https://opensource.com/article/21/12/desktop-publishing-scribus
+[15]: https://opensource.com/users/greg-p
+[16]: https://opensource.com/users/jim-hall
+[17]: https://commonmark.org/
+[18]: https://opensource.com/downloads/pandoc-cheat-sheet
+[19]: https://opensource.com/users/clhermansen
diff --git a/sources/tech/20221208.4 ⭐️⭐️ Manage your file system from the Linux terminal.md b/sources/tech/20221208.4 ⭐️⭐️ Manage your file system from the Linux terminal.md
new file mode 100644
index 0000000000..d03ef5902a
--- /dev/null
+++ b/sources/tech/20221208.4 ⭐️⭐️ Manage your file system from the Linux terminal.md
@@ -0,0 +1,150 @@
+[#]: subject: "Manage your file system from the Linux terminal"
+[#]: via: "https://opensource.com/article/22/12/linux-file-manager-nnn"
+[#]: author: "Seth Kenlon https://opensource.com/users/seth"
+[#]: collector: "lkxed"
+[#]: translator: " "
+[#]: reviewer: " "
+[#]: publisher: " "
+[#]: url: " "
+
+Manage your file system from the Linux terminal
+======
+
+I tend to enjoy lightweight applications. They're good for [low spec computers][1], for [remote shells][2], for the impatient user (OK, I admit, that's me), and for the systems we scrap together to fight the inevitable [zombie apocalypse][3]. In my search for a perfect blend of a lightweight application with all the modern conveniences we've learned from experience, I stumbled across a file manager called **nnn**. The nnn file manager exists in a terminal only, but it feels like a modern keyboard-driven application with intuitive actions and easy navigation.
+
+![Image of the nnn file manager.][4]
+
+### Install nnn
+
+On Linux, you may find nnn in your Linux distribution's software repository. For instance, on Debian:
+
+```
+$ sudo apt install nnn
+```
+
+If your repository doesn't have nnn available, you can download a package for your distribution from [OBS][5] or from the project [Git repository][6].
+
+On macOS, use [Homebrew][7] or [MacPort][8].
+
+### Using nnn
+
+Launch nnn from a terminal:
+
+```
+$ nnn
+```
+
+Your terminal is now the nnn interface, and by default it lists the contents of your current directory:
+
+```
+1 2 3 4 ~
+Desktop/
+Documents/
+Downloads/
+Music/
+Pictures/
+Public/
+Templates/
+Videos/4/8 2022-12-01 15:54 drwxr-xr-x 6B
+```
+
+At the top of the nnn interface are tabs (called a "context" in nnn terminology), numbered one to four.
+
+At the bottom of the nnn interface, there are ownership and permission details about your current selection.
+
+Use either the **Up** and **Down** arrow keys or the **k** and **j** keys (as in [Vim][9]) to change your selection. Use the **Right** arrow key, **Return**, or the **l** key to enter a directory or to open a file. Use the **Left** arrow key or **h** to back out of a directory.
+
+That's it for navigation. It's easier than any graphical file manager because there aren't any widgets that get in the way. There's no need to **Tab** over buttons, you just use the arrow keys or the QWERTY home row.
+
+### Open a file
+
+One of the reasons you use a file manager is to find a file and then open it. Your desktop already has default applications set, and nnn inherits this knowledge, so press `Return` or `Right` arrow to open a file in its default application.
+
+Should you need to open a file in something other than its default application, press `=` instead, and then type the name of the application in the prompt at the bottom of the nnn interface.
+
+### Copy a file
+
+To copy a file or any number of files, you must first select a file to copy, then navigate to its intended destination, and finally invoke the copy command. Thanks to nnn's context control (those are the numbers at the top of the screen, and you can think of them as tabs in a web browser), this is a quick process.
+
+- First, select the file you want to copy and press **Spacebar** to select the file. It's marked with a plus sign (**`+`**) to indicate its selected state.
+- Press **`2`** to change to a new context.
+- Navigate to the target directory and press **p** to copy.
+
+### Move a file
+
+Moving files is the same process as copying a file, but the keyboard shortcut for the action is **v**.
+
+### Selecting files
+
+There are a few ways to mark selections in nnn. The first is manual selection. You find a file you want to select, and then press **Spacebar** to mark it as selected. Press **Spacebar** again to deselect it.
+
+One selection doesn't cancel another, so you can select several files manually, but that can become tedious. Another way to select many files at once is to "mark in " and "mark out". To mark a selection, press `m` on the first file you want to select, and then use your arrow keys to move to the last file you want to select. Press `m` again to close the selection:
+
+```
+1 2 3 4 ~
++Desktop/
++Documents/
++Downloads/
++Music/
++Pictures/
++Public/
+Templates/
+Videos/6/8 [ +6 ] 2022-12-01 15:54 drwxr-xr-x 6B
+```
+
+Finally, the third way to select files is to press `a` to _select all_. Use **`A`** to invert the selection (in this case, to _select none_.)
+
+### Creating an archive
+
+To create an archive of a file or a selection of files, press `z`. At the bottom of the nnn interface, you're prompted to choose between your current item of your selection. Then you're prompted for a file name. Luckily, nnn is a smart application and derives its file type from the name you provide. If you name your archive `example.tar.xz` then nnn creates a TAR archive with lzma compression, but if you name it `example.zip` then it creates a ZIP file.
+
+You can verify the file type yourself by pressing the `f` key with your new archive selected:
+
+```
+File: /home/tux/Downloads/example.zip
+ Size: 184707 Blocks: 368 IO Block: 4096 regular file
+Device: fd00h/64768d Inode: 17842380 Links: 1
+Access: (0664/-rw-rw-r--) Uid: ( 1002/ tux) Gid: ( 1002/ tux)
+Context: unconfined_u:object_r:user_home_t:s0
+Access: 2022-09-20 15:12:09.770187616 +1200
+Modify: 2022-09-20 15:12:09.775187704 +1200
+Change: 2022-09-20 15:12:09.775187704 +1200
+ Birth: 2022-09-20 15:12:09.770187616 +1200
+Zip archive data, at least v2.0 to extract
+application/zip; charset=binary
+```
+
+### Cancel an action
+
+When you find yourself backed into a corner and need to press a panic button, use the **`Esc`** key. (This is likely to be the single most confusing keyboard shortcut for a longtime terminal user who's accustomed to **Ctrl+C**.)
+
+### Never close nnn
+
+To quit nnn, press **`Q`** at any time.
+
+It's a very capable file manager, with functions for symlinks, FIFO, bookmarks, batch renaming, and more. For a full list of what nnn can do, press the **`?`** key.
+
+The most clever feature is the shell function. Press **`!`** to open a shell over the nnn interface. You'll forget nnn is there, until you type `exit` and you find yourself back in the nnn interface. It's that easy to leave nnn open all the time, so you can always have quick access to the fastest lightweight file management you're likely to experience.
+
+--------------------------------------------------------------------------------
+
+via: https://opensource.com/article/22/12/linux-file-manager-nnn
+
+作者:[Seth Kenlon][a]
+选题:[lkxed][b]
+译者:[译者ID](https://github.com/译者ID)
+校对:[校对者ID](https://github.com/校对者ID)
+
+本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
+
+[a]: https://opensource.com/users/seth
+[b]: https://github.com/lkxed
+[1]: https://opensource.com/article/19/7/how-make-old-computer-useful-again
+[2]: https://www.redhat.com/sysadmin/access-remote-systems-ssh
+[3]: https://opensource.com/zombie
+[4]: https://opensource.com/sites/default/files/2022-10/nnn.filemanager.png
+[5]: https://software.opensuse.org//download.html?project=home%3Astig124%3Annn&package=nnn
+[6]: https://github.com/jarun/nnn/releases
+[7]: https://opensource.com/article/20/6/homebrew-mac
+[8]: https://opensource.com/article/20/11/macports
+[9]: https://opensource.com/article/19/3/getting-started-vim
diff --git a/translated/tech/20221025.3 ⭐️ How to Change Login Screen Background in Ubuntu.md b/translated/tech/20221025.3 ⭐️ How to Change Login Screen Background in Ubuntu.md
deleted file mode 100644
index 844e2e9396..0000000000
--- a/translated/tech/20221025.3 ⭐️ How to Change Login Screen Background in Ubuntu.md
+++ /dev/null
@@ -1,107 +0,0 @@
-[#]: subject: "How to Change Login Screen Background in Ubuntu"
-[#]: via: "https://www.debugpoint.com/change-login-background-ubuntu/"
-[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
-[#]: collector: "lkxed"
-[#]: translator: " "
-[#]: reviewer: " "
-[#]: publisher: " "
-[#]: url: " "
-
-如何更改 Ubuntu 的登录屏幕背景
-======
-
-**这是让你如何摆脱 Ubuntu 的无趣的登录背景屏幕,并在你每次登录时设置一张极好的图片来欢迎你的指南。**
-
-我总是认为,在你启动你的系统后,一个极好的登录屏幕来欢迎你,是一件美妙的事。这本身就为你即将开始的工作或活动渲染了愉快的氛围。尽管,我不是一名 Windows 的粉丝,但是我很欣赏 Windows 10 的登录背景都会每天随着 Bing 壁纸进行更改,它看起来好极了,不是吗?
-
-前段时间,我们讨论了如何 [更改 Fedora 的登录屏幕背景][1] 和 [更改 elementary OS 的登录屏幕背景][2] 。现在这篇指南将向你解释,如何更改使用 GNOME Shell 的 Ubuntu 的登录屏幕背景。
-
-登录屏幕背景是显示管理器属性的一部分。这篇指南将使用一位用户在 GitHub 中创建的一个脚本,来使普通的用户能够纵享丝滑。否则,在提取 `.gresource` 文件后,你必须手动更改 Gnome 显示管理器 (gdm) 的 CSS 文件,接下来再编译它 – 一般来说,这是很复杂的。
-
-![Ubuntu Login screen - before change][3]
-
-Ubuntu 登录屏幕 – 在更改前
-
-### 更改 Ubuntu 的登录背景
-
-- 打开一个终端 (按下组合键 CTRL+ALT+T)
-
-- 下载 [GitHub repo][4] ,使用下面的命令。
-
-```
-wget github.com/thiggy01/change-gdm-background/raw/master/change-gdm-background
-```
-
-**注意**: 如果你没有 wget ,使用 `sudo apt install wget` 来安装它
-
-**Ubuntu 22.04 Jammy Jellyfish** 用户需要更改一些额外的代码来使其工作,因为,在 GitHub 中,开发者没有修复它。因此,在这里你需要自己来更改。
-
-使用 gedit 来打开 `change-gdm-background` 文件。接下来,转到下面的行 (#15) 并添加 `|jammy` 。
-
-![script change to allow jammy][5]
-
-脚本更改为允许 jammy
-
-接下来,转到下面的两行 (#144 和 #184)。将 `gdm3.css` 更改为 `gdm.css` 。如下图所示。
-
-![correct the css file for gdm][6]
-
-修正针对 gdm 的 css 文件
-
-最后,保存文件,并遵循如下的操作指南。这种解决方法只适用于 Ubuntu 22.04 的登录屏幕的更改。
-
-- 更改脚本的权限来使其可执行
-
-```
-chmod +x change-gdm-background
-```
-
-- 接下来,更改 Ubuntu 的登录背景壁纸,使用下面的命令。按照你的图片相应地更改路径
-
-```
-sudo ./change-gdm-background ~/Pictures/tree.jpg
-```
-
-这一步骤可能需要 `libglib2.0-dev` 软件包,它将会自动地安装。提取/编译 `.gresource` 会用到它
-
-在安装后,它应该会提示你重新启动 gdm 。慎重起见,按下 N 按键。
-
-- 注销后,你可以看到更改后的 Ubuntu 的背景。
-- 如果你没有看到更改,尝试重新启动你的系统,然后尝试登录。
-
-![Ubuntu Login screen After Change][7]
-
-在更改后的,Ubuntu 的登录屏幕背景
-
-### 恢复先前的登录屏幕
-
-该脚本也提供了一种恢复先前的登录屏幕的特色功能。它在更改你的 `.gresource` 文件前,会将其进行备份。因此,恢复先前的登录屏幕,只需要在终端中简单地运行下面的命令。
-
-```
-sudo ./change-gdm-background --restore
-```
-
-这应该会将其登录屏幕更改回其先前的形式。
-
-在下面的评论框中,让我知道这篇指南的内容是否对你有效果,这应该适用于所有的最新版本的 Ubuntu Linux 。
-
---------------------------------------------------------------------------------
-
-via: https://www.debugpoint.com/change-login-background-ubuntu/
-
-作者:[Arindam][a]
-选题:[lkxed][b]
-译者:[robsean](https://github.com/robsean)
-校对:[校对者ID](https://github.com/校对者ID)
-
-本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
-
-[a]: https://www.debugpoint.com/author/admin1/
-[b]: https://github.com/lkxed
-[1]: https://www.debugpoint.com/2021/09/change-login-background-fedora/
-[2]: https://www.debugpoint.com/2021/07/change-lock-login-screen-background-elementary-os/
-[3]: https://www.debugpoint.com/wp-content/uploads/2021/09/Ubuntu-Login-screen-before-change-1024x539.jpg
-[4]: https://github.com/thiggy01/change-gdm-background
-[5]: https://www.debugpoint.com/wp-content/uploads/2022/09/script-change-to-allow-jammy.jpg
-[6]: https://www.debugpoint.com/wp-content/uploads/2022/09/correct-the-css-file-for-gdm.jpg
-[7]: https://www.debugpoint.com/wp-content/uploads/2021/09/Ubuntu-Login-screen-After-Change-1024x538.jpg
diff --git a/translated/tech/20221201.3 ⭐️⭐️ Monica An Open-Source App for Personal Relationship Management.md b/translated/tech/20221201.3 ⭐️⭐️ Monica An Open-Source App for Personal Relationship Management.md
new file mode 100644
index 0000000000..4da016170e
--- /dev/null
+++ b/translated/tech/20221201.3 ⭐️⭐️ Monica An Open-Source App for Personal Relationship Management.md
@@ -0,0 +1,86 @@
+[#]: subject: "Monica: An Open-Source App for Personal Relationship Management"
+[#]: via: "https://itsfoss.com/monica/"
+[#]: author: "Ankush Das https://itsfoss.com/author/ankush/"
+[#]: collector: "lkxed"
+[#]: translator: "geekpi"
+[#]: reviewer: " "
+[#]: publisher: " "
+[#]: url: " "
+
+Monica:个人关系管理的开源应用
+======
+
+你可能已经知道 CRM 代表 **客户关系管理**。 我们已经有了一份帮助小型企业的[开源 CRM 软件][1]列表。
+
+在这里,我将讨论一个有趣的开源 Web 应用,它采用相同的人际关系概念。 听起来很独特,对吧?
+
+Monica 是一款可让你组织和记录你与亲人互动的应用。 **如果你自行托管,它是免费的,如果你需要托管版本那么订阅**。
+
+### Monica:跟踪社交互动
+
+![contacts][2]
+
+很难记住与家人、朋友或同事互动的每一个细节。
+
+你可以使用[笔记应用][3]或 [CubyText][4] 等知识管理应用来添加一些信息。 但这些并不是为记录你的互动而量身定制的。 因此,你将不得不付出一些努力,以在需要时得心应手的方式添加信息。
+
+使用 Monica,添加你的家庭、工作、联系人之间的关系、活动、日记、重要日期的提醒、债务等信息变得更加容易。
+
+可以将其安装在自己的服务器上或选择 **$90/年**的订阅以获得托管版本。
+
+有趣的是,开发人员最初是根据他的个人要求构建它的。
+
+### Monica 的特点
+
+![dashboard][5]
+
+你可以获得大量选项来添加有关你日常生活中的人和互动的信息。 其中一些包括:
+
+- 添加关于一个人的注释
+- 列出与联系人相关的重要其他人的姓名(他们的孩子、宠物等)
+- 通话记录
+- 每个联系人的备用联系方式
+- 重要约会和重要事件提醒。 生日会自动设置为提醒。
+- 管理礼物信息
+- 有用的仪表板,一目了然
+- 支持日记条目
+
+Monica 似乎配备了各种功能,使其成为写日记、做笔记、添加联系信息、添加事件等的一体化工具。
+
+不幸的是,没有可用的移动应用。 你可以从 Web 浏览器访问它,但它可能不是每个人的最佳体验。 所以,如果你坚持用智能手机做笔记和其他东西,你可能想看看其他的。
+
+### 自托管或订阅访问
+
+如果你想要 Monica 的托管版本,可以查看它的[定价页面][6]了解更多信息。
+
+对于自托管,你需要前往其 [GitHub 页面][7]并按照说明下载并安装它。 可以选择在 Platform.sh 或 Heroku 上快速部署。
+
+在选择服务器来托管 Monica 之前,请检查最低系统要求。
+
+没有特殊的高级功能,与托管版本的高级订阅相比,你在自行托管时获得相同的东西。
+
+这一切都很方便。 所以,选择对你来说不错的。
+
+前往其[官方网站][8]获取所有详细信息并开始使用。
+
+--------------------------------------------------------------------------------
+
+via: https://itsfoss.com/monica/
+
+作者:[Ankush Das][a]
+选题:[lkxed][b]
+译者:[geekpi](https://github.com/geekpi)
+校对:[校对者ID](https://github.com/校对者ID)
+
+本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
+
+[a]: https://itsfoss.com/author/ankush/
+[b]: https://github.com/lkxed
+[1]: https://itsfoss.com/best-open-source-crm/
+[2]: https://itsfoss.com/wp-content/uploads/2022/11/contacts.png
+[3]: https://itsfoss.com/note-taking-apps-linux/
+[4]: https://news.itsfoss.com/cubytext-experimental-project/
+[5]: https://itsfoss.com/wp-content/uploads/2022/11/dashboard.png
+[6]: https://www.monicahq.com/pricing
+[7]: https://github.com/monicahq/monica#get-started
+[8]: https://www.zdnet.com/article/microsoft-office-365-banned-in-german-schools-over-privacy-fears/
diff --git a/translated/tech/20221205.3 ⭐️⭐️ Why you should try the Nemo file manager on Linux.md b/translated/tech/20221205.3 ⭐️⭐️ Why you should try the Nemo file manager on Linux.md
new file mode 100644
index 0000000000..e0d1597598
--- /dev/null
+++ b/translated/tech/20221205.3 ⭐️⭐️ Why you should try the Nemo file manager on Linux.md
@@ -0,0 +1,82 @@
+[#]: subject: "Why you should try the Nemo file manager on Linux"
+[#]: via: "https://opensource.com/article/22/12/linux-file-manager-nemo"
+[#]: author: "Seth Kenlon https://opensource.com/users/seth"
+[#]: collector: "lkxed"
+[#]: translator: "geekpi"
+[#]: reviewer: " "
+[#]: publisher: " "
+[#]: url: " "
+
+为什么你要在 Linux 上尝试 Nemo 文件管理器?
+======
+
+计算机是奇特的文件柜,里面装满了等待引用、交叉引用、编辑、更新、保存、复制、移动、重命名和组织的虚拟文件夹和文件。在本文中,我将介绍一下 Linux 系统的文件管理器。
+
+[Cinnamon][1] 项目是使用 GNOME 3 的组件重新实现 GNOME 2。最终,它的差异足以成为一个真正的分叉,今天,Cinnamon 桌面使用 GTK3 库和 GNOME 3 关键应用的分叉版本来创建一个“经典”的 GNOME 体验。Nemo 是促成传统 GNOME 体验的组件之一,它是一个基于 GNOME 2 版本的 Nautilus 的文件管理器。
+
+### 在 Linux 上安装 Nemo
+
+Nemo 的源代码[在线提供][2],但它需要 `cinnamon-desktop` 来构建,所以安装 Nemo 最简单的方法是直接安装 Cinnamon。
+
+在 Fedora、Mageia 和类似的系统上:
+
+```
+$ sudo dnf install cinnamon-desktop
+```
+
+在 Linux Mint、Debian 和类似系统上:
+
+```
+$ sudo dnf install cinnamon-desktop-environment
+```
+
+当然,作为桌面的始祖,Linux Mint 也有预装 Cinnamon 的版本。
+
+### 一个熟悉的界面
+
+如果你已经习惯了 GNOME,无论是过去的还是现在的,那么 Nemo 从一开始就有一种回家的感觉。它有一个熟悉的外观和感觉,在类似的地方有按钮和选项,你很可能会认出它们。
+
+![Image of Nemo's file manager.][3]
+
+将视图控制按钮放在右上方的 GNOME 式惯例被保留了下来,你可以使用这些按钮快速地将你的文件视图从大图标切换到详细列表或紧凑视图。那里还有一个搜索功能,以及在可编辑文本和按钮之间切换位置栏的选项。
+
+可编辑的 URI 栏有时被低估了。这是一个简单的设计决定,但它可以是一个有助于提高效率的巨大功能。这就像在每个窗口的顶部有一个单行终端,你可以在系统的任何地方输入一个目标,并立即被带到那里。而且你甚至不需要输入 `cd`。
+
+在右上角,有导航按钮:向上、向前和向后。与许多 Linux 文件管理器一样,你可以用 **Alt** 键加上适当的**箭头**键来放弃使用这些按钮。
+
+侧面窗格显示了重要文件夹的列表(家目录、文档、下载等),可以通过点击窗口底部的一个按钮来隐藏或显示。
+
+### 熟悉但不一样
+
+Nemo的舒适性和熟悉性并不意味着它只是无意识地模仿 Nautilus。Nemo 有一系列不错的功能,感觉很独特。其中大部分都在**偏好设置**中,以下是我最喜欢的几个:
+
+- **窗口标题中的全路径**:是我最喜欢的功能。不要再怀疑你在文件系统中的位置了。让你的窗口标题告诉你。
+- **单击或双击**:如果你是一个长期的 [KDE][4] 用户,你可能会发现单次点击打开一个文件是很新鲜的。有了 Nemo,你可以这样选择。
+- **双击来重命名**:如果你使用单击来打开,为什么不重新利用双击来重命名?
+- **在一个新窗口中打开每个文件夹**:操作系统为每一个打开的文件夹打开一个新的窗口。
+- **插件**:Nemo 有能力调用动作、脚本和扩展。有些已经包括在内,包括改变桌面背景、创建启动器和挂载归档的动作。其他的还没有被创建,但这种可扩展性对开源是至关重要的。
+
+### 一切近在咫尺
+
+在 Linux Mint 上使用 Nemo 几周后,一个有趣的特征让我眼前一亮。似乎 Nemo 拥有,或者通过快速配置可以拥有,我最常使用的所有东西都近在咫尺。许多功能,我承认,我不知道我需要或想要,直到 Nemo 让我轻松点击。你可能会说,我是为了满足 Nemo 的设计而改变了我的使用方式,也许情况确实如此。但是,当这种体验是如此令人愉快和有效时,这有什么关系呢?
+
+Nemo 是一个很好的文件管理器。它让人想起了 GNOME 2 的时代,但其更新和设计选择让人感到新鲜。如果你喜欢 [Thunar][5] 或 Nautilus,你会喜欢 Nemo。
+
+--------------------------------------------------------------------------------
+
+via: https://opensource.com/article/22/12/linux-file-manager-nemo
+
+作者:[Seth Kenlon][a]
+选题:[lkxed][b]
+译者:[geekpi](https://github.com/geekpi)
+校对:[校对者ID](https://github.com/校对者ID)
+
+本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
+
+[a]: https://opensource.com/users/seth
+[b]: https://github.com/lkxed
+[1]: https://opensource.com/article/19/12/cinnamon-linux-desktop
+[2]: https://github.com/linuxmint/nemo/releases
+[3]: https://opensource.com/sites/default/files/2022-09/nemo.png
+[4]: https://opensource.com/article/22/2/why-i-love-linux-kde
+[5]: https://opensource.com/article/22/12/linux-file-manager-thunar
diff --git a/translated/tech/20221207.0 ⭐️ How to Find a Process ID and Kill it in Linux [CLI & GUI].md b/translated/tech/20221207.0 ⭐️ How to Find a Process ID and Kill it in Linux [CLI & GUI].md
new file mode 100644
index 0000000000..f77e73d297
--- /dev/null
+++ b/translated/tech/20221207.0 ⭐️ How to Find a Process ID and Kill it in Linux [CLI & GUI].md
@@ -0,0 +1,146 @@
+[#]: subject: "How to Find a Process ID and Kill it in Linux [CLI & GUI]"
+[#]: via: "https://www.debugpoint.com/find-process-id-kill-linux/"
+[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
+[#]: collector: "lkxed"
+[#]: translator: "yzuowei"
+[#]: reviewer: " "
+[#]: publisher: " "
+[#]: url: " "
+
+如何在 Linux 中找到一个进程 ID 并杀死它 [CLI & GUI]
+======
+
+**一个简单的教学展示教你如何找到正在运行中的进程 ID 并杀死它,你可以使用终端或着 GUI,这个方法适用于各类 Linux 发行版。**
+
+你的 Linux 系统中运行的应用可能会让你的电脑变慢,特别是你的电脑配置较低的时候。在 Linux (以及所有其他 OS)中,程序或者应用都携带一个特别的 PID (进程 ID)可供你简单地分辨它们。
+
+然而,作为初学者,大部分 Linux 用户并不知道如何在 Linux 中寻找运行中的进程并杀死它。在这篇指南中,我们将会解释不同的方法用以杀死 Linux 中的运行进程。这包括了使用终端和 GUI 的方法。
+
+记住,你只应该杀死未响应的进程,或者你发现应用无法被正常关闭 (针对基于 GUI 的应用)。
+
+### 如何在 Linux 中找到进程 id 并杀掉它们
+
+在这一部分中,我们首先应该先学会如何找到运行进程的 PID,然后再学习用以杀掉它们的命令:
+
+#### 找到正在运行中的进程
+
+你可以使用命令 `top` 来列出所有正在进行中的进程和它们的 PID,以及其他细节。程序 top 在所有 Linux 发行版和所有基于 Unix 的系统中都是默认安装了的。
+
+```
+top
+```
+
+![Top program output][1]
+
+同样地,你可以执行命令 `ps` 附带额外选项来获取某个指定的进程的 PID。例如,你可以使用以下命令来获得 `firefox` 的 PID。
+
+```
+ps -el | grep -i firefox
+```
+
+![Firefox process id using ps command - example][2]
+
+现在你已经找到进程 id 了,让我们看看你该如何杀掉它。
+
+#### 杀死运行中的进程
+
+You can either use the process name or PID to kill the currently running process using the following commands:
+使用以下命令,你可以通过进程的名字或者 PID 来杀掉这个正在运行中的进程:
+
+- **killall:** 通过运行进程的名字来杀死进程
+- **[kill][3]:** 通过 PID 来杀死进程
+
+现在,让我们首先使用进程 `killall` 通过 Firefox 这个名字来杀死它的,命令如下:
+
+```
+killall -9 firefox
+```
+
+- 参数 `-9` 发送了信号 SIGKILL 通知 OS 来终止这个进程。
+- 使用以下命令,你也可以列出一些别的信号。
+
+```
+kill -l
+```
+
+同样地,如果你想要通过进程 ID 来杀死进程,你可以用以下命令:
+
+```
+kill -9