Home mail me! Syndicate this site using RSS

Archive for TAG: Linux

Free UML 2 tool box – BOUML

BOUML is a free UML 2 tool box (under development) allowing you to specify and generate code in C++, Java, Idl, Php and Python.

BOUML runs under Unix/Linux/Solaris, MacOS X(Power PC and Intel) and Windows.

BOUML is very fast and doesn’t require much memory to manage several thousands of classes, see benchmark.

BOUML is extensible, and the external tools named plug-outs can be written in C++ or Java, using BOUML for their definition as any other program. The code generators and reverses are ones of the pre-defined plug-outs included in the BOUML distribution. See features.

BOUML是一个免费的UML2.0工具(还在开发中),可以生成C++, JAVA, IDL, PHP, Python的代码。

BOUML是一款跨平台的程序,支持Unix/Linux/Solaris, MacOS X(Power PC and Intel) 以及 Windows。

BOML执行速度非常快,而且不需要占用太多的内存就可以管理成百上千个类,具体可以看官方的性能评测

官方网址:http://bouml.free.fr
当前版本:v4.5,发布于2008年8月26日
下载地址:http://bouml.free.fr/download.html

3 Comments »

Ubuntu 7.10 (Gutsy Gibbon) Final released

The latest releases of Ubuntu 7.10 for desktop and server are available today for download.

Download it now

DVD image: http://cdimage.ubuntu.com/releases/gutsy/release/

期待已久的Ubuntu 7.10终于发布了,准备改天抽个时间把自己本本的系统换成Ubuntu 7.10!

2 Comments »

Google提供的Linux软件仓库

搜索巨头Google为大家提供了几个Linux发布版的仓库。不管如何,偶支持他。

目前提供以下几个:
* Ubuntu 7.04 (Feisty)
* Debian GNU/Linux 4.0
* openSUSE 10.2

官方网址:http://www.google.com/linuxrepositories/index.html

No Comments »

NTFS-3G – Read & Write NTFS in Ubuntu Dapper

2007年7月25日更新:最新的Ubuntu 7.04已经包含了ntfs-3g,并且加了个ntfs-config自动配置安装包,非常方便!

虽然在2001年LINUX就支持NTFS格式文件的读取,但是在写文件方面一直不尽人意,近日发布的这款新软件NTFS-3G可在LINUX下安全读写NTFS分区的文件,虽然还是beta版,不过试用了一下,感觉非常棒。

安装步骤如下:

1. 先安装FUSE

# wget http://flomertens.keo.in/debian/ntfs-3g/binary-i386/fuse-utils_2.5.3-1_i386.deb
# wget http://flomertens.keo.in/debian/ntfs-3g/binary-i386/libfuse2_2.5.3-1_i386.deb
# sudo dpkg -i libfuse2_2.5.3-1_i386.deb fuse-utils_2.5.3-1_i386.deb

2. 再安装NTFS-3G

# wget http://flomertens.keo.in/debian/ntfs-3g/binary-i386/ntfs-3g_20070714-BETA-1_i386.deb
# sudo dpkg -i ntfs-3g_20070714-BETA-1_i386.deb

Read more…

No Comments »

Timer on Windows and Linux

1. Timer on Windows

Timer on Windows
Read more…

No Comments »