最新的网络安全咨询!

〓.::展翅高飞::.〓

编译内核

6月 9th, 2009 by XSign

首先,说明下make mrproper和make clean的区别:

make mrproper:保证源代码的干净.即清除原来配置时产生的一些文件和配置文件,使源代码恢复到最初

状态.一般得到源代码后都应先执行下此命令.

make clean:清除配置时产生的大部分文件,但是保留配置文件.
Read the rest of this entry »

Filed under .::Linux/Unix::. having No Comments »

Linux图形界面编程基本知识

6月 5th, 2009 by XSign

很多LINUX初学者分不清楚linux和X之间,X和Xfree86之间,X和KDE,GNOME等之间是什么关系.常常混淆概念,我想以比较易于理 解的方式说明一下X,X11,XFREE,WM,KDE,GNOME等之间的关系.由于本人水平有限可能存在错误,请高手指正.
Read the rest of this entry »

让SQL Server Express支持远程连接

5月 12th, 2009 by XSign

近来一直在做一个数据记录打印项目,由于项目太小,不值得上大型关系数据库,以前的Access数据库又因其太过于简单,用于做中心数据库还是觉得有些功能不全,因此SQL Server 2005 Express便成为了首选,而且这个数据库是免费的。
Read the rest of this entry »

slackware based系统中,新建立的用户不能使用startx启动x window

2月 17th, 2009 by XSign

用以下命令更改Xorg文件的权限

chmod +s /usr/bin/X11/Xorg

Filed under .::Linux/Unix::. having No Comments »

红颜

6月 15th, 2008 by XSign

穿越视线的纷扰,

只为能来到你身边。
Read the rest of this entry »

只是想写点东西

6月 7th, 2008 by XSign

最近很忙。

忙什么不知道,反正就是感觉忙,感觉我有好多想学的东西,

感觉我根本没有学到什么东西。
Read the rest of this entry »

InputStreamReader类获得输入

4月 3rd, 2008 by XSign

import java.lang.*;
import java.io.*;

public class StringTest4 {

  public static void main(String arg[]){
  InputStreamReader d=new InputStreamReader(System.in);
Read the rest of this entry »

感染c源程序的病毒

3月 29th, 2008 by XSign

#include <stdio.h>
#include
<string.h>
#include
<dir.h>
#include
<io.h>
Read the rest of this entry »

给学Java的大学生们分享一些经验

3月 26th, 2008 by XSign

想来学习Java也有两个年头了,永远不敢说多么精通,但也想谈谈自己的感受,写给软件学院的同仁们,帮助大家在技术的道路上少一点弯路。说得伟大一点是希望大家为软件学院争气,其实最主要的还是大家自身的进步提升——
Read the rest of this entry »

solaris上网配置

3月 22nd, 2008 by XSign

 

放假安装了个solaris 10 系统,想体验下UNIX操作系统的魅力。安装了一个多钟,夜里3点才装好。一开始就遇到2个问题。一个是屏幕分辨率太低,只有640*480,无法识别液晶显示器。第二个就是无法上网,无法上网就很难边学边查资料。
UNIX和linux配置又有不同,上网查资料修改了几个文件也还是不能上网。运行命令ifconfig -a, 只发现lo0接口,没有发现网卡。最后查到是集成intel pro 100网卡的识别问题,不先解决网卡的识别问题只修改配置文件是没有用的。这里把整个配置过程说明一下,给大家一个参考。
Read the rest of this entry »

Filed under .::Linux/Unix::. having No Comments »

« Previous Entries