Skip to content

OpenBSD预备课程 – 常用文件命令

在这个视频中讨论的是文件相关的常用的命令,比如说列出某个目录下文件列表的“ls”命令,查看文件的“cat”命令等。

Unix中,“一切皆文件”,所有的东西都以文件的形式存在,包括硬件设备也一样。因此这些命令都是管理OpenBSD或其他Unix系统的基础。

Read more

OpenBSD预备课程 – 如何连接OpenBSD服务器

为了帮助哪些想要学习Unix/OpenBSD,但是又不知如何入手的朋友,我特地制作了一个OpenBSD预备课程系列,希望能够解答一些初期的疑问,也希望这些视频可以帮助这些朋友顺利的开始Unix/OpenBSD的学习之旅。

虽然名为OpenBSD预备课程,它同样也适用于想要学习其他Unix/Linux的朋友。

这个视频为第一篇,介绍如何连接到一个安装完成的OpenBSD或者是Unix服务器。至于如何安装,请参考OpenBSD4.6安装演示

OpenBSD或其他Unix服务器安装完成以后,我们一般不会每天到机房去操作它,而是通过SSH客户端软件连接到这台服务器进行相应的操作和维护。这个视频就是介绍如何进行连接。

Read more

中国要发展,人才是关键

中国提出要大力发展装备制造、信息、生物技术、新材料、航空航天、海洋、金融财会、生态环境保护、新能源、农业科技、宣传思想文化等经济社会发展重点领域方面的人才。可以期待国家将会对IT业培训加大扶持力度。

下面是联合早报网相关报道:
===================================
 正在加速推进经济转型与引领国家进入新发展阶段的中国政府,提出中国在2020年加入世界人才强国行列的目标,强调加快人才发展是中国“在激烈的国际竞争中赢得主动的重大战略选择”。国内专家认为,这表明中国力图实现核心竞争力转向,使之从“人口”转向“人才”。

  中国政府前天发布首份《国家中长期人才发展规划纲要》(简称《纲要》),强调人才是中国经济社会发展的第一资源。

  以10年为限,《纲要》对于中国人才数量的提升定下一系列明确的战略目标,包括使人才资源总量从现在的1亿1400万人增加到1亿8000万人;人才资源占人力资源总量的比重提高到16%;主要劳动年龄人口受过高等教育的比例要达到20%,每万名劳动力中研发人员从24.8名增加到43名;高技能人才占技能劳动者的比例增长到28%。

  《纲要》还指明,中国要在装备制造、信息、生物技术、新材料、航空航天、海洋、金融财会、生态环境保护、新能源、农业科技、宣传思想文化等经济社会发展重点领域,建成一批人才高地。

Read more

BIND错误及修正

今天的工作中需要添加大概40条DNS记录,于是就把相应的IP和主机名放在excel里处理了一下,然后粘贴到数据文件里。没想到重启BIND服务器时报错,如下:

root@sol-dns2:/apps/bind # named-checkzone example.com /apps/bind/db.example.com
dns_master_load: /apps/bind/db.example.com:5944: ignoring out-of-zone data (edc-ene19.exampl.com)
dns_master_load: /apps/bind/db.example.com:5945: ignoring out-of-zone data (edc-ene19-ilo.exampl.com)
dns_master_load: /apps/bind/db.example.com:5946: ignoring out-of-zone data (edc-ene20.exampl.com)
dns_master_load: /apps/bind/db.example.com:5947: ignoring out-of-zone data (edc-ene20-ilo.exampl.com)

Read more

apache软件基金会出售全部知识产权和资产给oracle – April 1st

今天在ASF(apache software foundation)的博客中看到,他同意将所有知识产权和资产已15亿美金的价格出售给Oracle。

希望只是愚人节的玩笑,不然这么多的开源产品都没有了,后果会怎么样呢?

https://blogs.apache.org/foundation/entry/the_apache_software_foundation_receives

The Apache Software Foundation Receives Approval for Sale to Oracle Corporation

Today, the Apache Software Foundation announced it has agreed to sell all IP and assets of the foundation to Oracle. The agreement is a $1.5 billion all cash deal. The ASF board agreed to the terms after vigorous discussions last evening.

Read more

20 Essential Things to Know About the HTML5

The HTML5 specification is the much-discussed, much-anticipated follow-on to HTML4, which has grown a little long in the tooth for the kinds of Web applications developers are creating today and aspire to create in the future. HTML5 will enable a whole new class of Web applications that support multimedia content and offline capability without the need for proprietary plug-in technology.

http://www.eweek.com/c/a/Application-Development/20-Essential-Things-to-Know-About-the-HTML5-Web-Language-329684/

Read more

OpenBSD 4.7 tmux的bug修复了

今天测试了OpenBSD 4.7的snapshot,发现tmux可以使用了。

DESCRIPTION
tmux is a terminal multiplexer: it enables a number of terminals to be
created, accessed, and controlled from a single screen. tmux may be de-
tached from a screen and continue running in the background, then later
reattached.

When tmux is started it creates a new session with a single window and
displays it on screen. A status line at the bottom of the screen shows
information on the current session and is used to enter interactive com-
mands.

Read more

Apache segmentation fault

安装了phpldapadmin后,apache报出了很多seg fault的错误,虽然程序磕磕绊绊的还能运行。

[acheng@henan ~]$ sudo tail -f /var/www/logs/error_log
[Sun Mar 28 21:15:12 2010] [notice] child pid 4112 exit signal Segmentation fault (11)
[Sun Mar 28 21:15:16 2010] [notice] child pid 7268 exit signal Segmentation fault (11)
[Sun Mar 28 21:15:50 2010] [notice] child pid 5508 exit signal Segmentation fault (11)
[Sun Mar 28 21:15:55 2010] [notice] child pid 12292 exit signal Segmentation fault (11)
[Sun Mar 28 21:15:59 2010] [notice] child pid 3828 exit signal Segmentation fault (11)

Read more
Sidebar