From 9576c54fb0ab3b9e6b273037fd150152a1873d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91?= Date: Mon, 2 Dec 2019 13:09:17 +0800 Subject: [PATCH 01/10] Translating --- ...217 Install Android 8.1 Oreo on Linux To Run Apps - Games.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/tech/20190217 Install Android 8.1 Oreo on Linux To Run Apps - Games.md b/sources/tech/20190217 Install Android 8.1 Oreo on Linux To Run Apps - Games.md index 88798037c5..f20d24e5cf 100644 --- a/sources/tech/20190217 Install Android 8.1 Oreo on Linux To Run Apps - Games.md +++ b/sources/tech/20190217 Install Android 8.1 Oreo on Linux To Run Apps - Games.md @@ -1,5 +1,5 @@ [#]: collector: (lujun9972) -[#]: translator: ( ) +[#]: translator: (robsean) [#]: reviewer: ( ) [#]: publisher: ( ) [#]: url: ( ) From e906c44d334e690a289f749db364c1ce248a5266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91?= Date: Mon, 2 Dec 2019 13:11:03 +0800 Subject: [PATCH 02/10] Translating --- sources/tech/20190225 Netboot a Fedora Live CD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/tech/20190225 Netboot a Fedora Live CD.md b/sources/tech/20190225 Netboot a Fedora Live CD.md index 2767719b8c..f2ca6bb346 100644 --- a/sources/tech/20190225 Netboot a Fedora Live CD.md +++ b/sources/tech/20190225 Netboot a Fedora Live CD.md @@ -1,5 +1,5 @@ [#]: collector: (lujun9972) -[#]: translator: ( ) +[#]: translator: (robsean) [#]: reviewer: ( ) [#]: publisher: ( ) [#]: url: ( ) From 9eef4d3a8f15f6bdd420ad5865d7b08ca7f09917 Mon Sep 17 00:00:00 2001 From: Brooke Lau Date: Mon, 2 Dec 2019 15:22:06 +0800 Subject: [PATCH 03/10] translating --- ...System Information on Linux Every Time You Log into Shell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/tech/20191121 Bash Script to View System Information on Linux Every Time You Log into Shell.md b/sources/tech/20191121 Bash Script to View System Information on Linux Every Time You Log into Shell.md index 9efdc87ec1..d89577ba12 100644 --- a/sources/tech/20191121 Bash Script to View System Information on Linux Every Time You Log into Shell.md +++ b/sources/tech/20191121 Bash Script to View System Information on Linux Every Time You Log into Shell.md @@ -1,5 +1,5 @@ [#]: collector: (lujun9972) -[#]: translator: ( ) +[#]: translator: (lxbwolf) [#]: reviewer: ( ) [#]: publisher: ( ) [#]: url: ( ) From fbf813cc019e7a151888bd80400b9f2406295adb Mon Sep 17 00:00:00 2001 From: Brooke Lau Date: Mon, 2 Dec 2019 15:52:46 +0800 Subject: [PATCH 04/10] translated. --- ... on Linux Every Time You Log into Shell.md | 74 +++++++++---------- 1 file changed, 35 insertions(+), 39 deletions(-) diff --git a/sources/tech/20191121 Bash Script to View System Information on Linux Every Time You Log into Shell.md b/sources/tech/20191121 Bash Script to View System Information on Linux Every Time You Log into Shell.md index d89577ba12..46bc1c699b 100644 --- a/sources/tech/20191121 Bash Script to View System Information on Linux Every Time You Log into Shell.md +++ b/sources/tech/20191121 Bash Script to View System Information on Linux Every Time You Log into Shell.md @@ -1,43 +1,43 @@ -[#]: collector: (lujun9972) -[#]: translator: (lxbwolf) -[#]: reviewer: ( ) -[#]: publisher: ( ) -[#]: url: ( ) -[#]: subject: (Bash Script to View System Information on Linux Every Time You Log into Shell) -[#]: via: (https://www.2daygeek.com/bash-shell-script-view-linux-system-information/) -[#]: author: (Magesh Maruthamuthu https://www.2daygeek.com/author/magesh/) +[#]: collector: "lujun9972" +[#]: translator: "lxbwolf" +[#]: reviewer: " " +[#]: publisher: " " +[#]: url: " " +[#]: subject: "Bash Script to View System Information on Linux Every Time You Log into Shell" +[#]: via: "https://www.2daygeek.com/bash-shell-script-view-linux-system-information/" +[#]: author: "Magesh Maruthamuthu https://www.2daygeek.com/author/magesh/" -Bash Script to View System Information on Linux Every Time You Log into Shell +Bash 脚本实现每次登录到 Shell 时可以查看 Linux 系统信息 ====== -There are several commands in Linux to obtain system information such as processor information, manufacturer name, and serial number, etc,. +Linux 中有很多可以查看系统信息如处理器信息,生产商名字,序列号等的命令。 -You may need to run several commands to collect this information. +你可能需要执行多个命令来收集这些信息。 -Also, it is very difficult to remember all the commands and their options. +同时,记住所有的命令和他们的选项也是有难度。 -Instead you can write a **[shell script][1]** to customize the output based on your needs. +你可以写一个 [shell 脚本](https://www.2daygeek.com/category/shell-script/) 基于你的需求来自定义显示的信息。 -In the past we have written many **[bash scripts][2]** for a variety of purposes. +以前我们出于不同的目的需要写很多个 [bash 脚本](https://www.2daygeek.com/category/bash-script/)。 -Today, we came up with a new shell script, which shows you the required system information every time you log into the shell. +现在我们写一个新的 shell 脚本,在每次登录到 shell 时显示需要的系统信息。 -There are six parts to this script, and more details below. +这个j脚本有 6 部分,细节如下: - * **Part-1:** General System Information - * **Part-2:** CPU/Memory Current Usage - * **Part-3:** Disk Usage >80% - * **Part-4:** List System WWN Details - * **Part-5:** Oracle DB Instances - * **Part-6:** Available Package Updates + * **Part-1:** 通用系统信息 + * **Part-2:** CPU/内存当前使用情况 + * **Part-3:** 硬盘使用率超过 80% + * **Part-4:** 列出系统 WWN 详情 + * **Part-5:** Oracle DB 实例 + * **Part-6:** 可更新的包 -We’ve added potential information to each area based on our needs. You can further customize this script to your needs if you wish. +我们已经基于我们的需求把可能需要到的信息加到了每个部分。之后你可以基于自己的意愿修改这个脚本。 -There are many tools for this, most of which we have already covered. +这个j脚本需要用到很多工具,其中大部分我们之前已经涉及到了。 -To read them, go to the following articles. +你可以参照以前文章,了解工具详情。 * **[inxi – A Great Tool to Check Hardware Information on Linux][3]** * **[Dmidecode – Easy Way To Get Linux System Hardware Information][3]** @@ -55,11 +55,11 @@ To read them, go to the following articles. -If anyone wants to add any other information in the script, please let us know your requirements in the comment section so that we can help you. +如果你想为这个脚本增加其他的信息,请在评论去留下你的需求,以便我们帮助你。 -### Bash Script to View System Information on Linux Every Time You Log into the Shell +### Bash 脚本实现每次登录到 Shell 时可以查看 Linux 系统信息 -This basic script will bring the system information to your terminal whenever you log into the shell. +这个脚本会在你每次登录 shell 时把系统信息打印到 terminal。 ``` #vi /opt/scripts/system-info.sh @@ -120,41 +120,37 @@ echo -e "----------------------------------------------------------------------- fi ``` -Once the above script is added to a file. Set the executable permission for the “system-info.sh” file. +把上面脚本内容保存到一个文件 "system-info.sh",之后添加可执行权限 ``` # chmod +x ~root/system-info.sh ``` -When the script is ready, add the file path at the end of the “.bash_profile” file in RHEL-based systems CentOS, Oracle Linux and Fedora. +当脚本准备好后,把脚本文件的路径加到 ".bash_profile" 文件末尾(红帽系列的系统:CentOS,Oracle Linux 和 Fedora)。 ``` # echo "/root/system-info.sh" >> ~root/.bash_profile ``` -To take this change effect, run the following command. +执行以下命令,来让修改的内容生效。 ``` # source ~root/.bash_profile ``` -For Debian-based systems, you may need to add a file path to the “.profile” file. +对于 Debian 系统的系统,你可能需要把文件路径加到 ".profile" 文件中。 ``` # echo "/root/system-info.sh" >> ~root/.profile ``` -Run the following command to take this change effect. +运行以下命令使修改生效。 ``` # source ~root/.profile ``` -You may have seen an output like the one below when running the above “source” command. - -From next time on-wards, you will get this information every time you log into the shell. - -Alternatively, you can manually run this script at any time if you need to. +你以前运行上面 "source" 命令时可能见过类似下面的输出。从下次开始,你在每次登录 shell 时会看到这些信息。当然,如果有必要你也可以随时手动执行这个脚本。 ``` -------------------------------System Information--------------------------- @@ -206,7 +202,7 @@ via: https://www.2daygeek.com/bash-shell-script-view-linux-system-information/ 作者:[Magesh Maruthamuthu][a] 选题:[lujun9972][b] -译者:[译者ID](https://github.com/译者ID) +译者:[lxbwolf](https://github.com/lxbwolf) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 From 65b82459040700c0fd01e0cfd4dde72bb5f8a9ba Mon Sep 17 00:00:00 2001 From: lixin <56751837+lixin555@users.noreply.github.com> Date: Mon, 2 Dec 2019 16:36:46 +0800 Subject: [PATCH 05/10] translation is finished --- ... Compatible Hosting Sites Automatically.md | 113 +++++++----------- 1 file changed, 40 insertions(+), 73 deletions(-) diff --git a/sources/tech/20171027 Share And Upload Files To Compatible Hosting Sites Automatically.md b/sources/tech/20171027 Share And Upload Files To Compatible Hosting Sites Automatically.md index d307c4f436..55abfd75ff 100644 --- a/sources/tech/20171027 Share And Upload Files To Compatible Hosting Sites Automatically.md +++ b/sources/tech/20171027 Share And Upload Files To Compatible Hosting Sites Automatically.md @@ -1,14 +1,11 @@ -lixin555 is translating -Share And Upload Files To Compatible Hosting Sites Automatically +自动共享和上传文件到兼容的托管站点 ====== ![](https://www.ostechnix.com/wp-content/uploads/2017/10/Upload-720x340.png) -A while ago, we have written a guide about [**Transfer.sh**][1] which allows you to share files over Internet from command-line. Today, we will see yet another file sharing utility called **Anypaste**. It is a simple script to share and upload files to compatible hosting sites depending upon the type of the files, automatically. You don 't need to manually log in to the hosting sites and upload or share your files. Anypaste will **pick the right hosting sites depends upon the type of the file** you want to upload. To put this simply, photos will get uploaded to image hosting sites, videos to video sites, code to pastebins. Cool, yeah? Anypaste is completely free, open source and light-weight script and you can do everything from command line. You don't need to depend on any heavy, memory-consuming GUI apps to upload and share files. +前阵子我们写了一个关于[**Transfer.sh**][1]的指南,它允许你使用命令行通过互联网来分享文件。今天,我们来看看另一种文件分享实用工具**Anypaste**。这是一个基于文件类型自动共享和上传文件到兼容托管站点的简单脚本。你不需要去手动登录到托管站点来上传或分享你的文件。Anypaste将会根据你想上传的文件的类型来**自动挑选合适的托管站点**。简单地说,照片将被上传到图像托管站点,视频被传到视频站点,代码被传到pastebins。难道不是很酷的吗?Anypaste是一个完全开源、免费、轻量的脚本,你可以通过命令行完成所有操作。因此,你不需要依靠那些臃肿的,需要消耗大量内存的GUI应用来上传和共享文件。 -### Anypaste - Share And Upload Files To Compatible Hosting Sites Automatically - -#### Installation - -Like I already said, it's just a script. So, there won't be any complex installation steps. Just download it somewhere where you can run it, for example /usr/bin/anypaste, make it as executable and start using it in no time. Alternatively, you can run the following two commands to quickly install Anypaste. +### Anypaste-自动共享和上传文件到兼容的托管站点 +#### 安装 +正如我所说,这仅仅是一个脚本。所以不存在任何复杂的安装步骤。只需要将脚本下载后放置在你想要运行的位置(例如/usr/bin/anypaste),并将其设置为可执行文件后就可以直接使用了。此外,你也可以通过下面的这两条命令来快速安装Anypaste。 ``` sudo curl -o /usr/bin/anypaste https://anypaste.xyz/sh ``` @@ -16,15 +13,15 @@ sudo curl -o /usr/bin/anypaste https://anypaste.xyz/sh sudo chmod +x /usr/bin/anypaste ``` -That's it. To update the old Anypaste version, just overwrite the old executable file with new one. +就是这样简单。如果需要更新老的Anypaste版本,只需要用新的可执行文件覆写旧的即可。 -Now, let us see some practical examples. +现在,让我们看看一些实例。 -#### Configuration +#### 配置 +Anypaste开箱即用,并不需要特别的配置。默认的配置文件是 **~/.config/anypaste.conf** ,这个文件在你第一次运行Anypaste时会自动创建。 -Anypaste will work just out of the box. No special configuration is required! The default configuration file is **~/.config/anypaste.conf** and it will be automatically created when you run Anypaste for the first time. +需要配置的选项只有**ap_plugins**。Anypaste使用插件系统去上传文件。每个站点(上传)都由一个特定的插件表示。你可以在anypaste.conf文件中的**ap-plugins directive**位置浏览可用的插件列表。 -The only required configuration option is **ap_plugins**. Anypaste uses plugin system to upload files. Each hosting (upload) site is represented by a specific plugin. You can view the list of enabled plugins under **ap-plugins directive** in anypaste.conf file. ``` # List of plugins # If there are multiple compatible plugins, precedence is determined @@ -45,17 +42,13 @@ ap_plugins=( ) [...] ``` - -If you install a new plugin, add it to this list. If you want to disable a default plugin, just remove it! If multiple plugins are compatible, the first one in the array is selected, so **order matters**. - -#### Usage - -To upload a single file, for example test.png, run: +如果你要安装一个新的插件,将它添加进这个列表中就可以了。如果你想禁用一个默认插件,只需要将它从列表中移除即可。如果多个插件是相互依存的关系,排列中的第一个会被选择,因此**顺序很重要**。 +#### 用法 +上传一个简单的文件,例如test.png,可以运行以下命令: ``` anypaste test.png ``` - -Sample output would be: +**输出示例:** ``` Current file: test.png Attempting to upload with plugin 'tinyimg' @@ -66,10 +59,10 @@ Direct Link: https://tinyimg.io/i/Sa1zsjj.png Upload complete. All files processed. Have a nice day! ``` +正如输出结果中所看到的,Anypaste通过自动匹配图像文件**test.png**发现了兼容的托管站点(https://tinyimg.io),并将文件上传到了该站点。此外,Anypaste也为我们提供了用于直接浏览/下载该文件的链接。 -As you can see in the above output, Anypaste has automatically found the compatible hosting site (https://tinyimg.io) to the given image file **test.png** and uploaded into it. Also, it gave us the direct link to view/download the uploaded file. +不仅png格式文件,你还可以上传任何其他图片格式的文件。例如,下面的命令将会上传gif格式文件: -Not just .png files, you can upload any other image file types. For example, the following command will upload file.gif: ``` $ anypaste file.gif Current file: file.gif @@ -85,19 +78,17 @@ Direct(ish) Link: https://thumbs.gfycat.com/MisguidedQuaintBergerpicard-size_res Upload complete. All files processed. Have a nice day! ``` - -You can share the link to your family, friends and colleagues. Here is the screenshot of an image that I just uploaded it to **gfycat** website. +你可以将链接分享给你的家庭,朋友和同事们。下图是我刚刚将图片上传到**gfycat**网站的截图。 [![][2]][3] -It also possible to multiple files (same file type or different) at once. +也可以一次同时上传多个(相同格式或不同格式)文件。 -Have a look at the following example. In this example, I am uploading two different files, an image and a video file: +下面的例子提供参考,这里我会上传两个不同的文件,包含一个图片文件和一个视频文件: ``` anypaste image.png video.mp4 ``` - -**Sample output:** +**输出示例:** ``` Current file: image.png Attempting to upload with plugin 'tinyimg' @@ -118,15 +109,14 @@ Delete/Edit: http://sendvid.com/wwy7w96h?secret=39c0af2d-d8bf-4d3d-bad3-ad37432a Upload complete. All files processed. Have a nice day! ``` +Anypaste针对两个文件自动发现了与之相兼容的托管站点并成功上传。 -Anypaste has automatically found the compatible hosting sites to both files and uploaded them successfully. - -As you may noticed in above examples in the usage section, Anypaste has picked the "best" plugin automatically. Also, you can upload files with a specific plugin. For instance, to upload files to **gfycat** site, run: +正如你在上述用法介绍部分的例子中注意到的,Anypaste会自动挑选最佳的插件。此外,你可以指定插件进行文件上传,这里提供一个上传**gfycat**类型文件的案例,运行以下命令: ``` anypaste -p gfycat file.gif ``` +**输出示例:** -Sample output: ``` Current file: file.gif Plugin 'streamable' is compatible, but missing config parameters: 'streamable_email' 'streamable_password' @@ -141,18 +131,15 @@ Direct(ish) Link: https://thumbs.gfycat.com/GrayDifferentCollie-size_restricted. Upload complete. All files processed. Have a nice day! ``` - -To upload with a specific plugin, bypassing compatibility checks, run: +如果要使用特定插件进行文件上传,可以通过以下命令绕过兼容性检查: ``` anypaste -fp gfycat file.gif ``` - -If you find a specific plugin is missing in the config file, you still can force Anypaste to use that specific plugin with '-xp' parameter. +如果你发现在配置文件中忽略了特定的插件,你仍然可以强制Anypaste去使用特定的插件,只不过需要加上'-xp'参数。 ``` anypaste -xp gfycat file.gif ``` - -To upload files with interactive mode, run it with "-i" flag: +如果想要以交互模式上传文件,可以在命令后加上'-i'标签: ``` $ anypaste -i file.gif Current file: file.gif @@ -172,73 +159,53 @@ Direct(ish) Link: https://thumbs.gfycat.com/WaryAshamedBlackbear-size_restricted Upload complete. All files processed. Have a nice day! ``` +正如你所见,Anypaste首先询问了我是否需要自动确定插件。因为我不想自动寻找插件,所以我回复了'No'。之后,Anypaste列出了所有可选择的插件,并要求我从列表中选择一个。同样的,你可以上传和共享不同类型的文件,相关文件会被上传到相兼容的站点。 -As you see, Anypaste first asked me to determine plugins automatically. I don't want it to find plugins automatically, so I answered "No". Then, it listed the available plugins and asked me to pick one from the list. Similarly, you can upload and share files of different types. The given files will uploaded to the compatible sites. - -Whenever you try to upload a video file, it will uploaded to the any one of following sites: +无论你何时上传一个视频文件,Anypaste都会将其上传到以下站点中的一个: 1. sendvid 2. streamable 3. gfycat +这里注意列表顺序,Anypaste将首先将文件上传到sendvid站点,如果没有sendvid的插件可供使用,Anypaste将会尝试顺序中的另外两个站点。当然你也可以通过更改配置文件来修改顺序。 - -Here note the order. Anypaste will first try to upload the file to sendvid site. If there is no plugin for sendvid, it will try the other two sites in the given order. Of course, you can change this in the config file. - -Images will be uploaded to: +图像文件上传站点: 1. tinyimg.io 2. vgy.me - - -Audio files will uploaded to: +音频文件上传站点: 1. instaud - - -Text files will uploaded to: +文本文件上传站点: 1. hastebin 2. ix.io 3. sprunge.us - - -Documents will be uploaded to: +文档上传站点: 1. docdroid - - -Any other files will uploaded to: +其他任意类型的文件上传站点: 1. jirafeau 2. file.io +上面列出来的部分站点一段特定的时间后会删除上传的内容,所以在上传和分享内容时应先明确这些站点的条款和条件。 +#### 结论 +在我看来,识别文件并决定将其上传到何处的想法非常棒,而且开发者也以恰当的方式完美地实现了它。毫无疑问,Anypaste对那些在互联网上需要频繁分享文件的人们非常有用,我希望你也能这么觉得。 -Some of the above listed sites will delete the contents after a particular period of time. So, check the those website's terms and conditions before uploading and sharing contents. - -Recommended Read: - -#### Conclusion - -In my opinion, the idea of file identification to determine where to upload the files is really brilliant, and the developer has perfectly used it in the right way. Anypaste will definitely be useful to everyone who share files frequently over Internet. I hope you will find it useful too. - -And, that's all for now. More good stuffs to come. - -Cheers! - - +这就是今天的全部内容,后面会有越来越多的好东西分享给大家。再见啦! -------------------------------------------------------------------------------- via: https://www.ostechnix.com/anypaste-share-upload-files-compatible-hosting-sites-automatically/ 作者:[SK][a] -译者:[译者ID](https://github.com/译者ID) +译者:[lixin555](https://github.com/lixin555) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 @@ -246,4 +213,4 @@ via: https://www.ostechnix.com/anypaste-share-upload-files-compatible-hosting-si [a]:https://www.ostechnix.com/author/sk/ [1]:https://www.ostechnix.com/easy-fast-way-share-files-internet-command-line/ [2]:data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 -[3]:http://www.ostechnix.com/wp-content/uploads/2017/10/gfycat.png () +[3]:http://www.ostechnix.com/wp-content/uploads/2017/10/gfycat.png From dc05429ee7c665fd0ee6339029915c58806f8fef Mon Sep 17 00:00:00 2001 From: lixin <56751837+lixin555@users.noreply.github.com> Date: Mon, 2 Dec 2019 16:41:27 +0800 Subject: [PATCH 06/10] translated --- ... And Upload Files To Compatible Hosting Sites Automatically.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {sources => translated}/tech/20171027 Share And Upload Files To Compatible Hosting Sites Automatically.md (100%) diff --git a/sources/tech/20171027 Share And Upload Files To Compatible Hosting Sites Automatically.md b/translated/tech/20171027 Share And Upload Files To Compatible Hosting Sites Automatically.md similarity index 100% rename from sources/tech/20171027 Share And Upload Files To Compatible Hosting Sites Automatically.md rename to translated/tech/20171027 Share And Upload Files To Compatible Hosting Sites Automatically.md From a58cf9e4a849762d64e9b02690f3b90831d3b0f6 Mon Sep 17 00:00:00 2001 From: lixin <56751837+lixin555@users.noreply.github.com> Date: Mon, 2 Dec 2019 16:51:39 +0800 Subject: [PATCH 07/10] translating by lixin555 --- .../tech/20191118 How to use regular expressions in awk.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/tech/20191118 How to use regular expressions in awk.md b/sources/tech/20191118 How to use regular expressions in awk.md index cdf1468369..a0be0df4d7 100644 --- a/sources/tech/20191118 How to use regular expressions in awk.md +++ b/sources/tech/20191118 How to use regular expressions in awk.md @@ -1,5 +1,5 @@ [#]: collector: (lujun9972) -[#]: translator: ( ) +[#]: translator: (lixin555) [#]: reviewer: ( ) [#]: publisher: ( ) [#]: url: ( ) @@ -265,7 +265,7 @@ via: https://opensource.com/article/19/11/how-regular-expressions-awk 作者:[Seth Kenlon][a] 选题:[lujun9972][b] -译者:[译者ID](https://github.com/译者ID) +译者:[lixin555](https://github.com/lixin555) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 From 81653174069565fd6812590df1fa96221db82d7d Mon Sep 17 00:00:00 2001 From: Brooke Lau Date: Mon, 2 Dec 2019 17:10:32 +0800 Subject: [PATCH 08/10] translated --- ...w System Information on Linux Every Time You Log into Shell.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {sources => translated}/tech/20191121 Bash Script to View System Information on Linux Every Time You Log into Shell.md (100%) diff --git a/sources/tech/20191121 Bash Script to View System Information on Linux Every Time You Log into Shell.md b/translated/tech/20191121 Bash Script to View System Information on Linux Every Time You Log into Shell.md similarity index 100% rename from sources/tech/20191121 Bash Script to View System Information on Linux Every Time You Log into Shell.md rename to translated/tech/20191121 Bash Script to View System Information on Linux Every Time You Log into Shell.md From 39c7e5c2fc0bd6ab52c2ee5d816a27bf8f0f5a88 Mon Sep 17 00:00:00 2001 From: hanwckf Date: Mon, 2 Dec 2019 21:21:08 +0800 Subject: [PATCH 09/10] translating --- sources/tech/20190827 curl exercises.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/tech/20190827 curl exercises.md b/sources/tech/20190827 curl exercises.md index 36eae2743b..db2a99986e 100644 --- a/sources/tech/20190827 curl exercises.md +++ b/sources/tech/20190827 curl exercises.md @@ -1,5 +1,5 @@ [#]: collector: (lujun9972) -[#]: translator: ( ) +[#]: translator: (hanwckf) [#]: reviewer: ( ) [#]: publisher: ( ) [#]: url: ( ) From 6f0c80e36f97bb6d5b1c24b8697089fb22a67ec8 Mon Sep 17 00:00:00 2001 From: LuMing <784315443@qq.com> Date: Mon, 2 Dec 2019 21:54:49 +0800 Subject: [PATCH 10/10] translating --- sources/tech/20191125 The many faces of awk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/tech/20191125 The many faces of awk.md b/sources/tech/20191125 The many faces of awk.md index 0d498605f8..ec0c5b1b09 100644 --- a/sources/tech/20191125 The many faces of awk.md +++ b/sources/tech/20191125 The many faces of awk.md @@ -1,5 +1,5 @@ [#]: collector: (lujun9972) -[#]: translator: ( ) +[#]: translator: (luuming) [#]: reviewer: ( ) [#]: publisher: ( ) [#]: url: ( )