随笔分类 -  linux学习

How To Configure Logging And Log Rotation In Apache On An Ubuntu VPS
摘要:IntroductionThe Apache web server can be configured to give the server administrator important information about how it is functioning and what issues... 阅读全文

posted @ 2015-08-19 11:25 初日 阅读(328) 评论(0) 推荐(0)

undefined reference to 'pthread_create'问题解决
摘要:由于是Linux新手,所以现在才开始接触线程编程,照着GUN/Linux编程指南中的一个例子输入编译,结果出现如下错误:undefined reference to 'pthread_create'undefined reference to 'pthread_join'问题原因:pthread 库... 阅读全文

posted @ 2014-06-06 11:26 初日 阅读(442) 评论(0) 推荐(0)

xp系统下用U盘装的Linux系统,但启动时必须插入U盘设置从U盘启动才是Linux系统
摘要:问题:xp或win7系统下用U盘装的linux系统但是装好后无法启动,只能从优盘找到启动原因:这是因为当我们装linux系统时,本应该装到硬盘上的引导文件却被装到了U盘上了。解决方法:第一步:插上U盘去启动linux 第二步:打开terminal 第三步:输入命令 sudo update-grub sudo grub-install /dev/sda 阅读全文

posted @ 2013-01-12 23:56 初日 阅读(431) 评论(0) 推荐(0)

导航