Linux/Unix
LonlyGod
三不弃——不弃生命 不弃理想 不弃原则
展开
-
linux可执行文件bad interpreter解决方法
linux可执行文件bad interpreter解决方法经常会遇到这种情况,在windows下写的脚本,代码会在linux下无法执行,错误就是: : bad interpreter: No such file or directory 以前一直不知怎么解决,今天终于找到方法了。 1 原因 这通常都是由于windows下对文本文件的保存格式与unix下不同造成的,win转载 2012-03-11 16:55:41 · 839 阅读 · 0 评论 -
Linux第一天接触, 安装CentOS后解决中文字体的问题
初次接触Linux([linәks]),原文地址: http://www.51testing.com/html/00/n-220400.html截取些内容, 备用.一:所谓的internationalization(国际化),简称i18n。在redHat和FC系列Linux系统下,记录系统默认使用语言的文件是/etc/sysconfig/i18n,如果默认安装的是中文的系统,i转载 2012-04-08 21:21:16 · 1008 阅读 · 0 评论 -
内核版常见问题和精华贴总结(VER 0.1)
本文转自 http://bbs.chinaunix.net/forum.php?mod=viewthread&tid=1940276&fromuid=26853277内核版常见问题和精华贴总结下面是我个人的一些总结。我学习LINUX KERNEL也才1,2年。文中难免有不对的地方,欢迎大家指正。我的目标是写的比较完善,然后版主可以置顶。方便新人。现在只是第一版转载 2012-06-02 17:50:43 · 538 阅读 · 0 评论 -
使用AutoMake轻松生成Makefile
转自 http://www.linuxeden.com/html/develop/20001221/18650.html 在 Unix 上写过程序的人一般都遇到过 Makefile,尤其是用 C 来开发程序的人。用 make 来开发和编译程序的确很方便,可是要写出一个MakeFile就不那么简单了。偏偏介紹 Makefile 的文件不多,GNU Make 那份印出来要几百页的文件,光看完转载 2012-08-08 12:01:46 · 456 阅读 · 0 评论 -
GNU/Linux下库机制笔记
作者: comcat 发表日期: 2006-09-08 10:44 http://comcat.blog.openrays.org/blog.php?do=showone&tid=691. 创建静态库:gcc -c hello.c -o hello.oar rcs libhello.a hello.o2. 使用静态库:gcc -o test转载 2012-08-08 12:09:04 · 465 阅读 · 0 评论 -
howto: Compiling checkinstall for Fedora 13/15/17 x86_64, and for RHEL6 x86_64
Compiling checkinstall for Fedora 13/15/17 x86_64, and for RHEL6 x86_64It's a pity there isn't just a checkinstall RPM in a repository somewhere, getting this to compile and run under Fedora 13 (x86转载 2013-01-09 11:40:16 · 1245 阅读 · 0 评论