最新文章列表

Learning Coding Parallelization (Was Tim's Erlang Exercise - Round V)

Updated Oct 16: After testing my code on different machines, I found that disk/io performed varyingly, for some very large files, reading file in parallel may cause longer elapsed time (typically on n ...
dcaoyuan 评论(0) 有1565人浏览 2007-10-17 21:58

debian上使用pptp-linux连接pptp服务器

   在window下可以很轻松的使用vpn拨号连接,那是因为window xp等已经内置了pptp协议而且内置了客户端,可在linux下,却是没有那么轻松,因为linux下的pptp客户端:pptp-linux有些限制和要求的,以下就我一整天折腾的过程或者算是些许经验在此分享。 首先要去pptp-linux的官方网站去溜达一下,以好补充一下基本知识,这点需要注意的是pptp 客户端要求内 ...
agile_boy 评论(0) 有4523人浏览 2007-10-17 13:35

The Erlang Way (Was Tim Bray's Erlang Exercise - Round IV)

Playing with Tim's Erlang Exercise is so much fun. I've been coding in Erlang about 6 months as a newbie, in most cases, I do parsing on string (or list what ever) with no need of regular expressions, ...
dcaoyuan 评论(0) 有1798人浏览 2007-10-17 07:45

Reading File in Parallel in Erlang (Was Tim Bray's Erlang Exercise - Round III)

My first solution for Tim's exercise tried to read file in parallel, but I just realized by reading file module's source code, that file:open(FileName, Options) will return a process instead of IO dev ...
dcaoyuan 评论(0) 有1916人浏览 2007-10-15 19:56

Tim Bray's Erlang Exercise on Large Dataset Processing - Round II

Updated Oct 09: Added more benchmark results under linux on other machines. Updated Oct 07: More concise code. Updated Oct 06: Fixed bugs: 1. Match "GET /ongoing/When/" instead of "/ong ...
dcaoyuan 评论(0) 有1623人浏览 2007-10-15 15:37

进入Ubuntu的世界(1)-安装Ubuntu

我的机器配置如下: Core2 Duo T7250 NVidia GeForece 8400 GS 2G (2X1G) 667MHz Dual-Channel DDR 160G SATA HD 用Ubuntu7.04的LiveCD从光盘启动安装,选择菜单第一项进入安装,进度条滚动几次后就出现以下错误:     BusyBox v1.1.3 (Debian 1:1.1.3-3ubu ...
allenny 评论(0) 有2549人浏览 2007-10-13 23:38

ubuntu关闭ipv6,提高dns解析速度

大多数的 Linux Distro 也将 IPv6 (Internet Protocol Version 6) 预设地开启,但有时实际上不需要 IPv6 支援,如要关闭 IPv6 可用以下方法: Debian / Ubuntu 1. 开启 /etc/modprobe.d/aliases 2. 里面有一行是 "alias net-pf-10 ipv6" 3. 将以上一行用以 ...
soardragon 评论(0) 有4676人浏览 2007-10-10 14:13

本地用户无法登录vsftp的解决方法

连续配置在3台服务器上安装ftp,都是debian系的发行版 把vsftpd.conf里面的local_enable打开之后,本地用户还是无法登录,遇到非常诡异的问题,折腾了很久最后才找到答案debian环境中,vsftpd.conf里面的pam_service_name=vsftpd 要写全绝对路径 类似这样的形式 pam_service_name=/etc/pam.d/vsftpd 这种垃圾问题 ...
tsbob 评论(1) 有6529人浏览 2007-10-08 22:50

Linux命令速查

 Linux命令速查(资料)  August 17th, 2006 under 实践点滴 一. 启动,关机,登入,登出相关命令 [login] 登录 [logout] 登出 [exit] 登出 [shutdown] 停止系统 [halt] 停 ...
白浪滔天 评论(0) 有1138人浏览 2007-09-24 17:18

mootools 1.11 中文参考文档(CHM和PDF格式)

看着网上还没有完整的mootools的中文文档,所以自个花了点时间翻译了一下,刚翻译完成,翻译的是mootools 的当前发布版v1.11。大家使用过程中发现什么错误可以反馈给我。 应大家的要求,同时制作了CHM和PDF的版本 (PDF版的字体不会调,稍微有点难看)
zarknight 评论(39) 有13702人浏览 2007-09-23 14:14

《Windows用户转向Linux的12个步骤》——笔记FOUR

我并不认为每个人都能够——后者应该——从Microsoft转到Linux,也没有觉得到这个生活中最重要的决定,但是我知道我在计算机前面花费了多少时间以及用他们帮助了多少人,我也知道从使用Linux中获得的满意度和不受困于某个公司操作系统的好处。 ——引于《Windows用户转向Linux的12个步骤》 Windows用户转向Linux的12个步骤(FOUR) 基本管理 管理 ...
过河卒 评论(0) 有1020人浏览 2007-09-17 02:00

穿鞋上路

Shoes是Ruby的一个简单的桌面程序库 下载Shoes,将shoes.exe加入path 看看Hello World例子hello.rb: Shoes.app do button "Press Me" do alert "Hello Shoes!" end end 运行shoes hello.rb即可 再看看自带的计算器的例子: ...
hideto 评论(0) 有1499人浏览 2007-09-11 11:31

在ubuntu搭建web服务器生产环境的一些技巧

我在服务器上用过的linux发行版本有好几种,最先是用RH,安装软件太不方便了,后面用了debian基本系统。最近发现ubuntu更方便,正好手上有台服务器需要配置运行环境,于是就选择了ubuntu. 生产环境如下: web server:lighttpd web程序: python+django 数据库:mysql 折腾了2个小时,终于部署完成,一些技巧列举如下 ...
tsbob 评论(0) 有2727人浏览 2007-09-09 15:37

在Debian Etch上安装Windows

在Debian Etch上安装Windows
asklxf 评论(0) 有1117人浏览 2007-09-01 16:43

网页编辑器 Nvu 在 Ubuntu 7.04 Feisty上的安装

Nvu (读作 N view)──是跨平台的“所见即所得”(WYSIWYG)的网页编辑器。就像 Frontpage, Dreamweaver 那样。由Linspire公司出品,是Linux平台上最优秀的网页编辑工 ...
tipfoo 评论(0) 有2976人浏览 2007-08-24 21:38

Dell D620笔记本安装Debian Etch并配置3D桌面

今天成功地在Dell D620笔记本上安装了Debian Etch,并成功配置好无线网卡和3D桌面!以下是安装步骤:
asklxf 评论(0) 有2043人浏览 2007-04-16 12:22

MySQL 5 on Linux手动安装方法与中文解决方案完整攻略

花了1天,在Debian Etch Linux上成功安装了MySQL 5.0.27 icc版本,并使用JDBC测试中文成功! 中文问题的关键是全部使用UTF-8编码,MySQL 5发布版支持UTF-8,但默认为latin1,Java在内部使用的全部是Unicode,因此要保证JSP页面以UTF-8编码,JDBC驱动采用官方Connector4J 5.0.4,在Resin 3.1/Spring 2. ...
asklxf 评论(0) 有967人浏览 2007-02-20 21:37

Install Debian Etch

Today I have successfully installed Debian Etch RC1. Here is my process: 1. Download Debian Etch RC1 ISO image. I choose CD-ISO and burned to CD-R. 2. Boot computer using Debian Installer CD, and insta ...
asklxf 评论(0) 有927人浏览 2007-02-16 19:33

Debian硬盘安装方法

Debian硬盘安装方法
asklxf 评论(0) 有1805人浏览 2007-01-06 17:44

最近博客热门TAG

Linux(50906) Windows(39381) Ubuntu(12131) OS(11385) Unix(7865) DOS(5983) CentOS(3691) IIS(3338) RedHat(3109) Debian(2038) AIX(1742) FreeBSD(1479) Solaris(1437) SuSE(777) OSX(451)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics