Linux
fraannk
Network
展开
-
Install Fedora Without CD-ROM
Request: Have GRUB boot loader. Best to have a Linux OS already. 1. Copy vmlinuz and initrd.img to /boot.2. Reboot computer, in the GRUB, type "c", then input kernel /boot/vmlinuz imag原创 2009-12-24 10:03:00 · 502 阅读 · 0 评论 -
远程使用Matlab on linux
图形方式# ssh -X -l xxxx xxx.xxx.xxx# matlab这种方式需要本机为基于linux的操作系统(包括mac os)文本方式远程登陆后#matlab -nodesktop -nosplash这种方式就没有办法看到图形化的数据结果了参考:http://asc.2dark.org/node/111http://pen原创 2012-06-05 16:24:17 · 6405 阅读 · 0 评论 -
Linux Port Forward Setting on Fedora15
使用console下的配置工具“system-config-firewall”,到了”伪装“这一步,无法看到“pxpx"等接口,我是没有搞定,在x window中的防火墙设置中增加这些接口,我这里有两个接口,一个是”p1p1“,一个是”em1“,在伪装中全部选中,在”forword“中设置目的地址,就OK了原创 2012-05-08 13:39:01 · 966 阅读 · 0 评论 -
Disable "nouveau" in Fedora 13/15 - For install CUDA Driver
Refer to: http://www.mjmwired.net/resources/mjm-fedora-nvidia.htmlDue to the inclusion of nouveau in Fedora 11 and newer, it must first be disabled. After this step, a reboot is recommended.转载 2010-11-08 12:09:00 · 2368 阅读 · 0 评论 -
grub2 on fedora16
今天发现fedora16上面将bootloader由原来的grub换成了grub2grub2的使用参考http://www.dedoimedo.com/computers/grub-2.htmlhttp://fedoraproject.org/wiki/GRUB_2首先修改在/etc/grub.d/下面添加一个文件注意如果boot是单独分区的原创 2012-05-04 19:56:00 · 623 阅读 · 0 评论 -
linux shell 的 for 循环
http://renylai.blogbus.com/logs/33705309.htmllinux shell 的 for 循环日期:2009-01-12 | 分类:system在shell用for循环做数字递增的时候发现问题,特列出shell下for循环的几种方法:1.for i in `seq 1 1000000`;do转载 2012-04-25 10:33:29 · 797 阅读 · 0 评论 -
Creating and using squashed file systems
http://tldp.org/HOWTO/SquashFS-HOWTO/creatingandusing.html4.1. Basic stepsIn order to create a squashed file system out of a single directory (say, /some/dir), and output it to a regul转载 2012-01-19 19:18:26 · 904 阅读 · 0 评论 -
Embedded Linux: Using Compressed File Systems
http://lwn.net/Articles/219827/This series is all about making small systems, from the kernel on up. Inthe first part I covered theTinyLinux project and its eventual integration into the kerne转载 2012-01-19 19:17:15 · 1089 阅读 · 0 评论 -
管理员必备:五大Linux性能命令
<br /><br />http://www.searchsv.com.cn/showcontent_36052.htm?lg=t<br /> <br />【TechTarget中国原创】管理Linux主机的性能看起来经常象是在变魔术一样。许多管理员在遇到性能问题的时候常常简单化处理,依靠硬件的更新换代,更大的内存和更强的CPU来解决问题。事实上,利用一些简单的命令,可以发现许多管理主机的细节问题并且能迅速而简单地解决性能问题。<br /> 一、top <br /> <br /> 对许多管理转载 2011-02-19 22:49:00 · 955 阅读 · 1 评论 -
service ***** does not support chkconfig
在Fedora 18中,使用rc.local文件,实现开机自动启动一些程序的功能,使用“systemctl enable rc.local.service", 会出现”service ***** does not support chkconfig“这里有解决方法:http://hi.baidu.com/slip2008/item/47dc9bfbc93e2419e2e3bdfb#原创 2013-08-21 14:54:28 · 2854 阅读 · 0 评论