Xingyu.Wang
|
4de6fe50c9
|
Merge pull request #26416 from wxy/20220603-How-static-linking-works-on-Linux
RP:published/20220603 How static linking works on Linux.md
|
2022-07-12 12:17:01 +08:00 |
|
Xingyu Wang
|
c9bfff8cdb
|
RP
@robsean
@turbokernel
https://linux.cn/article-14819-1.html
|
2022-07-12 12:06:35 +08:00 |
|
六开箱
|
8ef4fca232
|
Merge pull request #26415 from lkxed/20220708-Do-You-Miss-Firefox-Send--Internxt-Send-is-Ready-as-a-Replacement
[提交译文][news]: 20220708 Do You Miss Firefox Send- Internxt Send is Ready as a Replacement.md
|
2022-07-12 11:02:20 +08:00 |
|
lkxed
|
57bad23f73
|
[提交译文][news]: 20220708 Do You Miss Firefox Send- Internxt Send is Ready as a Replacement.md
|
2022-07-12 11:00:19 +08:00 |
|
Xingyu Wang
|
4e25bba72c
|
RP
@lkxed
https://linux.cn/article-14818-1.html
|
2022-07-12 10:23:41 +08:00 |
|
geekpi
|
a9f79d63b2
|
Merge pull request #26405 from geekpi/translating
translated
|
2022-07-12 08:29:22 +08:00 |
|
geekpi
|
454a56dbb8
|
translated
|
2022-07-12 08:25:37 +08:00 |
|
Xingyu.Wang
|
00dc5b8a4a
|
Merge pull request #26402 from wxy/20220606-10-Best-Ubuntu-Apps-for-Everyone-in-2022-Part-2]
RP:20220606 10 best ubuntu apps for everyone in 2022 part 2]
|
2022-07-11 18:17:46 +08:00 |
|
Xingyu Wang
|
ad2bb66a86
|
R
@Donkey-Hao
https://linux.cn/article-14816-1.html
|
2022-07-11 18:08:47 +08:00 |
|
六开箱
|
afb9bfaf7a
|
Merge pull request #26401 from lkxed/20220707-Google-Summer-of-Code-+-Zephyr-RTOS
[提交译文][news]: 20220707 Google Summer of Code + Zephyr RTOS.md
|
2022-07-11 14:14:11 +08:00 |
|
lkxed
|
f8abe02db8
|
update
|
2022-07-11 14:13:14 +08:00 |
|
lkxed
|
476f0e5bb2
|
Revert "update"
This reverts commit 81c0a46acf .
|
2022-07-11 14:11:45 +08:00 |
|
lkxed
|
81c0a46acf
|
update
|
2022-07-11 14:08:43 +08:00 |
|
lkxed
|
93261d01aa
|
[提交译文][news]: 20220707 Google Summer of Code + Zephyr RTOS.md
|
2022-07-11 14:02:36 +08:00 |
|
Xingyu Wang
|
3f592d7bf6
|
RP
@geekpi
https://linux.cn/article-14815-1.html
|
2022-07-11 11:24:43 +08:00 |
|
geekpi
|
3db6636dc2
|
Merge pull request #26396 from geekpi/translating
translated
|
2022-07-11 08:30:24 +08:00 |
|
geekpi
|
f96b8907f9
|
translated
|
2022-07-11 08:28:30 +08:00 |
|
Xingyu.Wang
|
0fbc86843a
|
Merge pull request #26393 from wxy/20220531-How-dynamic-linking-for-modular-libraries-works-on-Linux
RP:published/20220531 How dynamic linking for modular libraries works on Linux.md
|
2022-07-10 18:36:00 +08:00 |
|
Xingyu.Wang
|
82ab1f8809
|
Merge pull request #26392 from MjSeven/20220707_du
翻译完成
|
2022-07-10 18:35:01 +08:00 |
|
Xingyu Wang
|
7e0c10c24c
|
RP
@robsean
https://linux.cn/article-14813-1.html
|
2022-07-10 18:27:06 +08:00 |
|
MjSeven
|
f0623d510d
|
翻译完成
|
2022-07-10 16:40:07 +08:00 |
|
Xingyu Wang
|
8f98a14ab5
|
P
@fenglyulin
本文首发地址:https://linux.cn/article-14812-1.html
您的 LCTT 专页:https://linux.cn/lctt/fenglyulin
|
2022-07-10 11:31:23 +08:00 |
|
Xingyu Wang
|
7008bb0ece
|
R
@fenglyulin
感谢您,完成了第一篇翻译贡献!
|
2022-07-10 11:30:34 +08:00 |
|
Xingyu.Wang
|
99077b61d7
|
Merge pull request #26387 from Donkey-Hao/Donkey-Hao-patch-1
translated
|
2022-07-10 10:20:50 +08:00 |
|
Donkey
|
f23febb28e
|
translated
|
2022-07-10 07:38:13 +08:00 |
|
fenglyulin
|
a4bc03b5d0
|
Change the path of doc from source to translated
|
2022-07-10 03:10:02 +08:00 |
|
Xingyu Wang
|
9d161ee112
|
RP
@geekpi
https://linux.cn/article-14809-1.html
|
2022-07-09 12:35:17 +08:00 |
|
郑
|
66377a19ab
|
Translated
object file,在C++教程中,一般翻译成 目标文件 。在nasm编译器的文档中,obj存在多种释义(或者说没有实际意义了)。在延边大学《大学计算机基础》-“河北科技大学”录制的 专升本 继续教育的视频中,也存在 目标文件 的情况,在编译器方面有比较详细的介绍,目标文件 是计算机可以直接运行的文件,解释型语言-前期目标文件 / 后期目标文件 ,编译型语言-源文件代码生成的汇编代码,因此,翻译成 目标文件 是不合适的
|
2022-07-09 11:49:09 +08:00 |
|
mcfd
|
78e9b68664
|
done
|
2022-07-08 17:37:48 +08:00 |
|
Xingyu.Wang
|
5d725cbff7
|
Merge pull request #26366 from wxy/20220630-Hide-Files-and-Folders-in-Linux-Without-Renaming-Them
RP:20220630 hide files and folders in linux without renaming them
|
2022-07-08 17:33:21 +08:00 |
|
Xingyu.Wang
|
e994b0325a
|
Merge pull request #26365 from hanszhao80/master
20220623 How to Boot into an Older Kernel By Default in Ubuntu and Other Linux
|
2022-07-08 17:33:09 +08:00 |
|
hanszhao80
|
70807b26b8
|
20220623 How to Boot into an Older Kernel By Default in Ubuntu and Other Linux
|
2022-07-08 16:34:03 +08:00 |
|
Xingyu Wang
|
c202d2eead
|
RP
@hanszhao80
https://linux.cn/article-14806-1.html
|
2022-07-08 14:28:15 +08:00 |
|
Xingyu Wang
|
5e28d2b6fe
|
RP
@geekpi
https://linux.cn/article-14805-1.html
|
2022-07-08 09:33:30 +08:00 |
|
geekpi
|
ec2a64ef39
|
translated
|
2022-07-08 08:36:50 +08:00 |
|
Xingyu Wang
|
021044ca47
|
RP
@geekpi
https://linux.cn/article-14801-1.html
|
2022-07-07 14:15:53 +08:00 |
|
geekpi
|
9328fd2871
|
Merge pull request #26349 from geekpi/translating
translating
|
2022-07-07 08:41:43 +08:00 |
|
geekpi
|
b7d2ccf269
|
translating
|
2022-07-07 08:40:10 +08:00 |
|
Hans zhao
|
fbfb49e7d8
|
Merge branch 'LCTT:master' into master
|
2022-07-06 19:32:33 +08:00 |
|
hanszhao80
|
de1b297984
|
[提交译文][tech]20220630 Hide Files and Folders in Linux Without Renaming Them
|
2022-07-06 19:27:42 +08:00 |
|
Xingyu Wang
|
1079f52544
|
RP
@geekpi
https://linux.cn/article-14799-1.html
|
2022-07-06 15:53:54 +08:00 |
|
Xingyu Wang
|
122a965e11
|
RP
@lkxed
https://linux.cn/article-14797-1.html
|
2022-07-06 13:22:52 +08:00 |
|
geekpi
|
dc35740562
|
Merge branch 'master' of https://github.com/LCTT/TranslateProject into translating
|
2022-07-06 08:39:08 +08:00 |
|
geekpi
|
8d6b8232e7
|
translated
|
2022-07-06 08:36:11 +08:00 |
|
Xingyu Wang
|
30d4ceca40
|
RP
@geekpi
https://linux.cn/article-14795-1.html
|
2022-07-05 15:15:08 +08:00 |
|
Xingyu.Wang
|
a1540464be
|
Merge pull request #26329 from wxy/20220519-Top-10-Essential-Ubuntu-Apps-For-Everyone-in-2022
RP:published/20220519 Top 10 Essential Ubuntu Apps For Everyone in 2022.md
|
2022-07-05 13:34:46 +08:00 |
|
Xingyu Wang
|
f3476b5c11
|
RP
@Donkey-Hao
https://linux.cn/article-14794-1.html
|
2022-07-05 13:30:49 +08:00 |
|
六开箱
|
c3cf1d8322
|
Merge pull request #26328 from lkxed/20220630-With-Extensions,-GNOME-Web-is-Slowly-Becoming-an-Attractive-Option-on-Desktop-Linux
[提交译文][news]: 20220630 With Extensions, GNOME Web is Slowly Becoming an Attractive Option on Desktop Linux.md
|
2022-07-05 13:04:54 +08:00 |
|
lkxed
|
3cc34f632e
|
[提交译文][news]: 20220630 With Extensions, GNOME Web is Slowly Becoming an Attractive Option on Desktop Linux.md
|
2022-07-05 13:01:54 +08:00 |
|
geekpi
|
eacfefbfad
|
Merge pull request #26325 from geekpi/translating
translated
|
2022-07-05 08:39:51 +08:00 |
|