Linux
文章平均质量分 80
Voyager3
Engineer from ORACLE, China
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
dpkg: error: dpkg status database is locked by another process
解决办法:sudo rm -rf /var/lib/dpkg/lock Via : http://blog.youkuaiyun.com/ldl22847/article/details/8516782转载 2015-07-16 16:12:49 · 705 阅读 · 0 评论 -
Linux (编程)摘要
Debian 下修改源位置: 打开 /etc/apt/sources.list 后,将第二行注释掉,可以解决 Please insert a media to continue 问题。 用 GCC 编译使用 pthread 的代码时,必须使用gcc sourceFile.c -o outputFile -pthread原创 2015-12-02 01:53:24 · 603 阅读 · 0 评论 -
NVIDIA GeForce Driver Installation on Debian Jessie Linux 8 64bit
The easiest way to install NVIDIA GeForce Driver on Debian Linux 8 ( Jessie )转载 2016-03-07 04:07:13 · 712 阅读 · 0 评论 -
Note of Vim
viWhen I was using Debian and I just opened a vim using the commandviHowever, I can’t even remove words that I typed. Then I found that in order to support some old features, the default vim on Debian原创 2016-03-18 01:39:40 · 311 阅读 · 0 评论 -
Enable rewrite in Apache
This passage will introduce how to enable rewrite in Apache.原创 2016-06-16 21:06:27 · 489 阅读 · 0 评论 -
Forking and executing process
This passage tells you how to fork a child process and execute another command in child process on Linux.原创 2017-07-12 10:43:29 · 466 阅读 · 0 评论 -
Create NFS server and mount on client on Linux
Quick tutorial that guides you to create NFS server and mount it on your client原创 2017-07-04 15:49:02 · 360 阅读 · 0 评论
分享