最新的网络安全咨询!

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

Archives Posts

感染c源程序的病毒

3月 29th, 2008 by XSign

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

Archives Posts

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

3月 26th, 2008 by XSign

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

Archives Posts

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 »

Archives Posts

KDE安装与卸载

3月 15th, 2008 by XSign

安装KDE:
方法一:
sudo apt-get install kubuntu-desktop
sudo apt-get install language-pack-kde-zh language-pack-kde-zh-base language-pack-zh language-pack-zh-base language-support-zh
方法二:
sudo apt-get install kde kde-i18n-zhcn
sudo apt-get install language-pack-kde-zh language-pack-kde-zh-base language-pack-zh language-pack-zh-base language-support-zh
Read the rest of this entry »

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

Archives Posts

typedef struct与struct的区别

3月 15th, 2008 by XSign

1. 基本解释

  typedef为C语言的关键字,作用是为一种数据类型定义一个新名字。这里的数据类型包括内部数据类型(int,char等)和自定义的数据类型(struct等)。

  在编程中使用typedef目的一般有两个,一个是给变量一个易记且意义明确的新名字,另一个是简化一些比较复杂的类型声明。
Read the rest of this entry »

Archives Posts

构建 Debian 软件包

3月 13th, 2008 by XSign

. 声明

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

Archives Posts

指针数组的运用

3月 13th, 2008 by XSign

如果过有如下定义:

char *s[2];
Read the rest of this entry »

Archives Posts

linux下安装eva qq configure 错误详解

3月 8th, 2008 by XSign

linux下安装eva qq configure 错误详解

 

./configure错误全搞掂

Tuesday, April 17, 2007, 06:50 PM

错误: C compiler cannot create executables

原因:

解决:sudo apt-get gcc libc6-dev

错误:checking for C compiler default output… configure: error: C compiler cannot create executables

原因:

解决:sudo apt-get install libc6-dev

Read the rest of this entry »

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

Archives Posts

Ubuntu 源列表

3月 8th, 2008 by XSign
  • 不 同的网络状况连接以下源的速度不同,所以cn99并不一定是最快的源。建议在添加前手动验证以下源的连接速度(ping下就行),比如说北京网通用户连接 cn99就非常慢,而ftp.sjtu.edu.cn是相对较快的源,选择最快的源可大大节省下载时间,请根据自己网络环境设置更新服务器,以达到最快的 速度。(经试验,执行下文中需要的apt-get命令或使用《新立得软件包管理器》时,必须更改了默认的更新服务器才可以使用,否则可能找不到很多安装 包,或者安装包版本低。)

Read the rest of this entry »

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