May 4
2008武汉大学软件文化节算法设计大赛D题Felix的代码. 超时,需要打表- -||

程序如下
May 4
windows2000的任务管理工具

win2000很让人郁闷,没有自带的命令行任务管理命令如xp的tasklist taskkill tskill等。不过还好,win2000的安装盘里面有一个SUPPORT.CAB 在里面可以找到两个很不错的东西: tlist.exe和kill.exe,弥补了这个空白,这里提供下载吧^^
下载文件 (已下载 1763 次)
May 4

TELNET服务的NTLM验证 不指定

felix021 @ 2008-5-4 04:25 [IT » 操作系统] 评论(0) , 引用(0) , 阅读(5588) | Via 本站原创
修改注册表关闭Win2000下telnet登陆时的NTLM验证

from http://lbj1972lht.bokee.com/

开启telnet服务,我们这样:net start telnet (关闭为 net stop telnet)
在对win2000的telnet来说,我们牵涉到一个东西,NTLM验证。简单来说,就是一个限制远程登陆的机制,默认是需要NTLM验证的,所以我们需要关闭他。
HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\TELNETSERVER\1.0下的NTLM键值默认是2。(NTML认证方式 0:开启telnet时去掉NTLM验证 1:先进行验证,验证失败就用用户名和密码登陆 2:开启NTML验证)
Tags: , ,
May 4

拷贝Winxp的两个文件 mstsc.exe 和 mstscax.dll 到Win2000下就可以。
May 3
from http://my.donews.com/xinna/2007/05/11/post-070511-204304-648/

ubuntu下简单配置mysql数据库

一). ubuntu下mysql安装布局:

/usr/bin                      客户端程序和mysql_install_db
/db                             数据库和日志文件(自定义的)
/var/run mysqld        服务器
/etc/mysql mysql       配置文件my.cnf
/usr/share/mysql       字符集,基准程序和错误消息
/etc/init.d/mysql        启动mysql服务器
Tags: ,
May 2

Ubuntu 配置红外设备 不指定

felix021 @ 2008-5-2 02:51 [IT » 操作系统] 评论(0) , 引用(0) , 阅读(6415) | Via 本站原创
本文旨在记录如何在Ubuntu下配置红外设备并通过红外设备发送/接收文件
如何配置和测试: 转自 https://help.ubuntu.com/community/IrdaHowto (Felix修改了一点点)
如何使用ircp: felix自己写的。

Using IrDA infrared devices (配置硬件)

This document outlines how to get IrDA infrared connections working with Ubuntu 5.04 and the FIR driver. This procedure also works for Ubuntu Breezy development release colony 3. It is unknown if these instructions apply to later versions of Ubuntu.
May 1
包括配置声卡显卡网络等,很不错。

from http://ubuntuforums.org/archive/index.php/t-603661.html

Purpose of this how-to:

Install and configure VirtualBox, set up a (virtual) windows environment, and integrate it seamlessly with your Ubuntu desktop using Compiz.
May 1
from http://lg-techie.javaeye.com/blog/173768

VirtualBox实现桥接模式[转载]
一般而言,安装完VirtualBox设定网路时选择默认的NAT模式,Guest就可顺利联网了,但是这种方式比较死板,要作更有弹性的变化,应该采用桥接模式(Bridged),这里的桥接模式就如同VMware中的Bridged模式,Host与Guest在局域网(LAN)中的地位是相等的。
分页: 68/99 第一页 上页 63 64 65 66 67 68 69 70 71 72 下页 最后页 [ 显示模式: 摘要 | 列表 ]