
操作系统
nicklgw
懒人一个, 偶尔想搞点技术
展开
-
自己写的程序,不加"./"也可以执行的方法.
主要问题的环境变量path路径问题1. 把你编译好的可执行文件放到path路径的目录下, export命令后看PATH 如: declare -x PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/u原创 2011-10-17 11:54:01 · 951 阅读 · 0 评论 -
Debian 的source.list解读
deb http://ftp.us.debian.org/debian testing main contrib non-freedeb-src http://ftp.us.debian.org/debian testing main contrib non-free 1、用deb开头,后面再跟上一串网址的那一行,意思就是告诉更新管理器:”去那网址里下deb格式的转载 2011-12-24 00:27:59 · 656 阅读 · 0 评论 -
grub引导Linux系统
8)引导Linux系统实例全程回放;实例: /boot和Linux的/处于同一个硬盘分区;grub> cat (hd0,6)/etc/fstab# This file is edited by fstab-sync - see 'man fstab-sync' for detailsLABEL=/ /转载 2012-02-28 15:08:45 · 979 阅读 · 1 评论