摘要:分析gcc的两条命令1.把.c文件变成so库 gcc -shared -o libblog.so input.c 用该命令就把.c文件变成了so库2.编译.c文件为可执行文件 *如果你在你的.c文件文件中包括了包含so库函数声明的头文件, 则你在编译时用的命令为: gcc -l/your/lib/path -lblog -o blogexe blogexe.c 以上so库名称必须为libblog.so(linux 省略掉了lib等); *如果你希望在你的程......
摘要:来源:天津linux热线名称 : at 使用权限 : 所有使用者 使用方式 : at -v [-q queue] [-f file] [-mldbv] time 说明 : at 可以让使用者指定在 time 这个特定时刻执行某个程式或指令,time 的格式是 hh:mm其中的 hh 为小时,mm 为分钟,甚至你也可以指定 am, pm, midnight, noon, teatime(就是下午 4 点锺)等口语词。 如果想要指定超过一天内的时间,则可以用 ......
RHCE Exam Passedcertification lab exam results
dear wangkun:
【相关文章:
我经常去的地方。】 【扩展阅读:
在Linux下如何使用软盘、光盘以及DO】the results of your rhce certification exam are reported below. the 【扩展信息:
使用APT对redhat进行更新】 rhce certification exam allows candidates to qualify for the red hat certified engineer (rhce) and red hat certified technician (rhct) certificates. please note that the rhce designation is understood to both include and supersede the rhct designation. section i: troubleshooting and system maintenance rhce requirements: completion of compulsory items (50 points) overall section score of 80 or higher rhct requirements: completion of compulsory items (50 points) compulsory section i score: 50.0 non-compulsory section i score: 50.0 overall section i score: 100 ...
下一页 摘要:将linux加入到win nt/2000的启动选单中linux的启动选单不错,可惜不能显示中文,而且不能选择启动nt还是win 98,所以我认为启动选单还是用nt系列的好。其实做起来很简单,安装完所有windows系列操作系统后再装linux,并在安装时选择将lilo安装到linux所在的分区而非mbr,然后利用启动盘启动linux,将windows分区mount为/mnt/dos;然后执行dd if=/dev/hda? bs=512 count=1 of......