linux
TonyGJY
like wind
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux
linux中的$即“命令提示符”就是你可以一在后面输入命令的,命令提示符前面可能提示当前用户的一些信息,在linux下会提示用户当前目录以及当前用户。 ...转载 2018-11-13 19:44:27 · 228 阅读 · 0 评论 -
11-14
Linux环境下 64位系统执行32位程序 (libstdc++.so.6) 要使用 yum install glibc.i686原创 2018-11-14 20:22:23 · 150 阅读 · 0 评论 -
虚拟机命令行模式转图像化界面
First: Command line to graphic interface init 3 (enter) Second: login in successfully systemctl get default cat /etc/inittab Third: systemctl set-default graphical.target Done! Appendix: From graphic...翻译 2018-12-02 22:58:42 · 1536 阅读 · 0 评论 -
gcc编译过程
The state of preprocessing gcc -E hello.c -o hello.i E: stop compilating. set up hello.i The state of compilation gcc -S hello.i -o hello.s S: Informing gcc to compile target file(hello.s) Assembly gc...原创 2018-12-01 22:56:52 · 135 阅读 · 0 评论
分享